Notion Skill β Manage Your Workspace via Chat
Create and edit pages, manage databases, search your Notion workspace, and capture quick notes β all without switching apps.
February 8, 2026
Work with your Notion workspace directly from your messenger. No tab switching, no friction.
Features
- π Create and edit pages
- ποΈ Database management
- π Workspace search
- β Task and to-do management
- π Update database properties
- π Retrieve page links
Install
clawhub install notion
π Requires: NOTION_TOKEN
Usage Examples
Pages:
"Create a page: Project Ideas"
"Add to Meeting Notes: Discussed Q2 budget with team"
Databases:
"Add a task to my Projects DB: Build the landing page"
"Show tasks with status 'In Progress'"
"Update task #5 to Done"
"What tasks are due this week?"
Search:
"Find my notes about the marketing strategy"
"When was the 'API Docs' page last updated?"
Quick capture:
"Add to Inbox: Call the client back tomorrow"
"Log today's standup notes"
Setup
1. Create an Integration
- Go to Notion Developers
- Click New Integration
- Name it (e.g., βOpenClawβ)
- Copy your Internal Integration Token (
secret_xxx...)
2. Add It to OpenClaw
nano ~/.openclaw/openclaw.yaml
env:
NOTION_TOKEN: "secret_xxxxxxxxxxxxxxxxxxxx"
3. Share Pages with the Integration
β οΈ Important: Notion integrations can only access pages you explicitly share with them.
For each page or database you want OpenClaw to access:
- Open the page in Notion
- Click Share (top right)
- Click Invite β search for your integration name β click it
Limitations
- Only pages shared with the integration are accessible
- Some block types (embeds, synced blocks) have limited support
- Rate limit: 3 requests/second per integration
Tips
- Share a top-level page to give access to all child pages at once
- Create an βOpenClaw Inboxβ page and use it for quick capture
- Use databases for structured data β tasks, expenses, contacts