What you can do
- Create new pages and sub-pages in any workspace
- Update database entries and properties
- Search across your Notion workspace
- Manage project boards and task databases
- Archive and organize pages automatically
Install the skill
Install via clawhub
npx clawhub@latest install notion
The notion skill connects your AI agent to the Notion API, letting it create, read, and update pages and databases in your workspace.
Example commands
# Create a new page
openclaw ask "Create a new page in my Projects database"
β Created page: "New Project" in Projects
# Update a task
openclaw ask "Update the status of task X to Done"
β Updated "Task X" β Status: Done
# Search workspace
openclaw ask "Find all pages about onboarding"
Found 3 pages matching "onboarding"
How it works
OpenClaw CLI acts as a watchdog daemon that keeps your AI agent always running. When you install the Notion skill, your agent can manage your entire Notion workspace β creating pages, updating databases, and organizing information. Connect your Notion integration token and your agent handles the rest.
Get OpenClaw CLI β Free
Your AI agent, always running. Zero config.
npm
npm install -g openclaw-cli
Homebrew
brew install openclaw/tap/openclaw-cli