Notion 2026 01 15
Skill by dongkukim
Why use this skill?
Automate your Notion workspace with the latest API features. Effortlessly manage pages, move content, and use templates with the OpenClaw Notion skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dongkukim/notion-2026-01-15What This Skill Does
The Notion 2026-01-15 skill provides an advanced interface between your OpenClaw agent and the Notion workspace environment. Designed for the latest Notion API standards, this skill allows for granular control over pages, databases, and structural blocks. It supports complex operations such as moving pages between different parents, creating structured pages within databases, and leveraging predefined Notion templates to maintain organizational consistency. By abstracting the complex curl requests and header management required by the Notion API, this skill allows the agent to perform administrative tasks, content population, and workspace restructuring autonomously.
Installation
To integrate this skill into your OpenClaw environment, execute the following command: clawhub install openclaw/skills/skills/dongkukim/notion-2026-01-15. Following installation, ensure you have generated an integration token from your Notion account settings. Securely store your API key in the configuration directory by running: mkdir -p ~/.config/notion && echo "ntn_your_key_here" > ~/.config/notion/api_key. Finally, navigate to your target Notion pages or databases and use the 'Connect to' option in the settings menu to grant your integration explicit access permissions.
Use Cases
This skill is ideal for automating project management workflows and documentation updates. Common use cases include auto-populating daily task trackers from team communication threads, moving finished project pages to an 'Archive' database, or initializing new project workspaces using standardized templates. It acts as a bridge for agents to manage knowledge bases, ensuring that information is categorized, updated, and moved through your Notion system without manual user intervention.
Example Prompts
- "Find the project page titled 'Q1 Roadmap' and move it under the 'Completed Projects' database."
- "Create a new page in the 'Weekly Tasks' database for 'Review project feedback' and set the status to 'Todo'."
- "Initialize a new meeting notes page in the 'Team Sync' database using the 'Standard Meeting' template."
Tips & Limitations
Always ensure the 'Notion-Version' header is set to '2025-09-03' if you are manually handling requests, though the skill defaults to this. Note that the skill relies on the 'Connect to' permission setting; if the agent returns a 404 or 403 error, verify that the page or database is explicitly shared with your integration. When moving pages, ensure the target parent ID is correctly referenced, as invalid IDs will result in API failures. Use the search endpoint first if you are unsure of an exact page ID to avoid common errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dongkukim-notion-2026-01-15": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api