notion
Integrate with the Notion API to create, read, and update pages, databases (data sources), and blocks directly from the command line.
Overview
The Notion skill provides direct CLI access to the Notion API, enabling you to create, read, and update pages, databases (referred to as “data sources” in the latest API version), and blocks. It handles authentication and includes all common operations, making it easy to automate Notion workflows without leaving your terminal.
Key Features
- Search for pages and data sources by title.
- Retrieve page content and block children.
- Create, update, and query pages and data sources.
- Supports all common property types: title, rich text, select, date, checkbox, URL, email, relation, and more.
- Uses the latest API version (2025-09-03) with updated terminology.
How It Works
After setting up a Notion integration and storing your API key locally, the skill provides ready-to-run curl commands with the required headers and authentication. You supply the relevant IDs and payloads to perform operations like creating a page in a database or querying items by filters and sorts.
Use Cases
- Project management: Automatically create tasks in a Notion database from a CLI script.
- Content publishing: Push markdown notes as pages into a structured Notion workspace.
- Data sync: Query Notion databases to extract information for reporting or ingestion into other tools.
Reviews
No reviews yet.