What you can do

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