notion
⚠Review·Scanned 2/17/2026
This skill documents using the Notion API and a local notion-cli to read and modify Notion pages and databases. It instructs executing shell commands like notion-cli and exporting NOTION_API_KEY, which enables network access to https://developers.notion.com.
from clawhub.ai·v4da4063·3.0 KB·0 installs
Scanned from 1.0.0 at 4da4063 · Transparency log ↗
$ vett add clawhub.ai/dimagious/notionReview findings below
Notion Skill
This skill enables working with Notion pages and databases via the official Notion API.
Quick Start
- Create a Notion Integration at https://www.notion.so/my-integrations
- Copy the Internal Integration Token
- Export it:
export NOTION_API_KEY=secret_xxx - Share the integration with pages/databases you want to access
Features
- Read and create pages
- Append blocks to pages
- Query databases
- Create and update database rows
- Schema inspection and changes (with safety checks)
Requirements
NOTION_API_KEYenvironment variablenotion-cli(Node.js) ornotion-cli-py(Python) - see installation instructions in SKILL.md
Version
Current version: 0.1.0
This is a declarative skill that documents safe, recommended operations. The actual API calls are performed by a local CLI tool.