Interact with the Notion API to create, read, and update pages, databases, and content blocks in your workspace.
npx clawhub@latest install notionRequirements
The Notion skill connects your AI agent to the Notion API, enabling full programmatic control over your workspace content. Create and update pages, query structured databases (data sources), and append rich content blocks — all without leaving your agent workflow. It targets the latest Notion API version (2025-09-03), including the renamed data sources endpoints.
npx clawhub@latest install notionClick the Install button at the top of this page for one-click setup
Retrieve page metadata and content, create new pages inside databases or as children of other pages, and update page properties via PATCH. Supports all common property types including title, rich text, select, date, checkbox, URL, and relations.
Query Notion databases using filters and sort orders via the /data_sources/{id}/query endpoint introduced in API version 2025-09-03. Filter by property values such as status, date, or select fields and retrieve paginated results.
Append rich content blocks — including paragraphs and other block types — directly to any page. Retrieve the full block tree of a page to read its content structure.
Create new structured databases (data sources) as children of existing pages, with custom property schemas including titles, selects, dates, and more. Use is_inline: true to embed them inline within a page.
Search across all pages and databases accessible to your integration using the /search endpoint. Results include both pages and data sources, identified by their respective object types and IDs.
This skill targets Notion API version 2025-09-03, which introduces the data sources naming convention. Detailed guidance is provided on the dual-ID system (database_id vs data_source_id) and when each should be used.
An agent can query a Notion project database for items with a specific status (e.g. "Active"), update properties as work progresses, and create new task entries — keeping your Notion workspace in sync with external events or agent decisions.
After generating a report, summary, or briefing, an agent can create a new Notion page and append the content as structured blocks, making AI outputs immediately available in your team's knowledge base.
Automatically add new records to a Notion database with structured properties (name, status, date, URL) as leads, contacts, or data points are collected — replacing manual data entry.
An agent can search your Notion workspace for relevant pages or databases by title keyword and fetch their content, enabling context retrieval for downstream reasoning or summarization tasks.
ntn_ or secret_). Store as NOTION_KEY.npx clawhub@latest install notionRequirements
Log in to write a review
No reviews yet. Be the first to share your experience!