📓
Notion
Notes Notes & Task ManagementInstall Command
npx clawhub@latest install notion
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Notion to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Notion appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Page Read/Write
Databases
Knowledge Base
Detailed Description
The Notion skill deeply integrates OpenClaw with your Notion workspace, injecting AI capabilities into your knowledge management system.
Core Features
- Page Operations: Create, read, update, and search Notion pages
- Database Management: Query database records, add new entries, and update properties
- Content Search: Full-text search across Notion content
- Block Operations: Add, modify, and delete various Blocks within pages (text, headings, lists, code blocks, etc.)
- Permission-Aware: Respects Notion's sharing and permission settings
Configuration
You need to create an Integration in Notion and obtain a Token, then authorize the Integration on the relevant pages/databases.
{
skills: {
notion: {
token: "ntn_xxxxxxxxxxxx",
defaultDatabase: "database-id-xxx"
}
}
}
Use Cases
- "Add a record to the reading notes database: Book title 'Design Patterns', status In Progress"
- "Search Notion for all pages related to Project Alpha"
- "Create a new page to record today's meeting notes"
- "List all entries with Status set to Done in the project board"