notion-api
This skill provides comprehensive instructions for interacting with the Notion API via REST calls. This skill should be used whenever the user asks to interact with Notion, including reading, creating, updating, or deleting pages, databases, blocks, comments, or any other Notion content. The skill covers authentication, all available endpoints, pagination, error handling, and best practices.
- installs 8w
- 19,673
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
A SKILL.md that instructs an AI coding agent how to call the Notion REST API directly using curl and jq, or ad-hoc scripts. It covers authentication, the base URL and version headers, rate limits, request size limits, confirmation rules for destructive operations, and endpoint guidance for pages, blocks, databases, data sources, and search.
When a user asks the agent to read, create, update, or delete Notion content, this skill supplies the API conventions and safety rules needed to do it correctly.
Use it to
- Search and read Notion pages and databases
- Create or update pages and page content blocks
- Query a database with filters and sorts
- Archive or delete Notion content after user confirmation
- Verify Notion API token authentication
For Agent users who want Notion workspace access via REST
- Host repository
- intellectronica/agent-skills
- Installs, lifetime
- 75k
- Installs, 8 weeks
- 20k
- Host stars
- 293
- Host language
- Python