Back to Directory
research
Notion
Work with Notion pages and databases via the official Notion API.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of the Notion skill:
- Provides commands to interact with Notion pages and databases via the official Notion API.
- Supports reading, creating, and updating pages and database rows using a local `notion-cli` tool.
- Documents safe usage patterns, including handling profiles and authentication via `NOTION_API_KEY`.
- Includes guidance on inspecting and updating database schemas.
- Emphasizes safety: prefer appending/updating, always inspect diffs before schema changes, and respect rate limits.