What problem does it solve?
This Skill removes the need to write custom scripts or use third-party tools to interact with Notion, letting you manage your workspace content entirely from the terminal with just curl and an API key.
Core Features & Use Cases
- Full Notion API Access: Search, create, update, and query Notion pages, databases (data sources), and blocks directly via curl commands.
- No Extra Dependencies: Only requires a Notion API key and curl, no additional software or libraries to install.
- Use Case: A project manager can use this Skill to automatically pull active task statuses from a Notion database for weekly reporting, or create new task pages directly from terminal commands without opening the Notion web app.
Quick Start
Use the notion skill to search your Notion workspace for all pages containing the text "Q4 roadmap" and return their page IDs and last edited timestamps.