Skip to main content
Back to registry

notion

steipete/clawdis

Use the Notion API to create/read/update pages, data sources (databases), and blocks.

Installs219
Install command
npx skills add https://github.com/steipete/clawdis --skill notion
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykWARN
About this skill
Use the Notion API to create/read/update pages, data sources (databases), and blocks. All requests need: Note: The Notion-Version header is required. This skill uses 2025-09-03 (latest). In this version, databases are called "data sources" in the API. Search for pages and data sources: Get page: Get page content (blocks): Create page in a data source: Query a data source (database): Create a data source (database): Update page properties: Add blocks to page: Common property formats for database items: - Create an integration at - Copy the API key (starts with ntn_ or secret_ ) - Store it: - Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) - Title: {"title": [{"text": {"content": "..."}}]} - Rich text: {"rich_text": [{"text": {"content": "..."}}]} - Select: {"select": {"name": "Option"}} - Multi-select: {"multi_select": [{"name": "A"}, {"name": "B"}]} - Date: {"date": {"start": "2024-01-15", "end": "2024-01-16"}} - Checkbox: {"checkbox": true} - Number: {"number": 42} - URL: {"url": " - Email: {"email": "a@b.com"} - Relation: {"relation": [{"id": "page_id"}]} - Databases → Data Sources: Use /data_sources/ endpoints for queries and retrieval - Two IDs: Each database now has both a database_id and a data_source_id - Use database_id when creating pages ( parent: {"database_id": "..."} ) - Use data_source_id when querying (...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does notion do?

Use the Notion API to create/read/update pages, data sources (databases), and blocks.

Is notion good?

notion does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does notion work with?

notion currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot, openclaw.

What are alternatives to notion?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install notion?

npx skills add https://github.com/steipete/clawdis --skill notion

Related skills

More from steipete/clawdis

Related skills

Alternatives in Software Engineering