notion-api
Interact with Notion workspaces via REST API, covering pages, databases, blocks, and authentication best practices.
Install
npx skills add https://github.com/intellectronica/agent-skills --skill notion-apiStats
| Total installs | 5,143 |
| Weekly installs | 5.1K |
| GitHub stars | 230 |
| First seen | Jan 28, 2026 |
| Source | @intellectronica/agent-skills |
Summary
- Covers all core endpoints: pages, blocks, databases, data sources, users, and comments with curl examples and required headers
- Includes authentication via API key, rate limiting (3 req/sec average), request size limits, and pagination patterns
- Provides error handling reference (400, 401, 403, 404, 429, 500+ status codes) and exponential backoff strategy for rate limits
- Requires confirmation before destructive operations (updates, deletes, bulk creates) and enforces secure API key handling via environment variables
Tags
Related skills
| Skill | Installs | vs notion-api |
|---|---|---|
| recipe-batch-invite-to-event | 6,057 | +914 |
| recipe-create-events-from-sheet | 6,068 | +925 |
| clawdirect | 4,440 | -703 |
| java-spring-boot | 5,426 | +283 |
| persona-customer-support | 6,007 | +864 |
FAQ
- How many installs does notion-api have?
- notion-api has 5,143 total installs and 5.1K installs this week.
- Where is notion-api hosted?
- notion-api is published by @intellectronica/agent-skills at https://github.com/intellectronica/agent-skills.
- How many GitHub stars does notion-api have?
- notion-api has 230 GitHub stars.
- When was notion-api first indexed?
- OrangeBot.AI first indexed notion-api on Jan 28, 2026.
- How do I install notion-api?
- Run: npx skills add https://github.com/intellectronica/agent-skills --skill notion-api