What problem does it solve? Working with Notion programmatically requires learning the API's endpoints, authentication headers, version-specific quirks, and JSON property formats. This Skill provides ready-to-use curl commands for every common Notion API operation, so you can create, read, update, and query Notion content directly from the command line without writing integration code. ## Core Features & Use Cases - Full CRUD Operations: Search, create, read, and update pages, databases (data sources), and blocks using the Notion API version 2025-09-03. - Database Querying: Query data sources with filters and sorts, and create new databases with typed properties like select, date, and relation. - Block Reference: A detailed reference of all block types (headings, lists, to-dos, code, callouts, toggles) with JSON payloads for creating and reading them. - Use Case: Imagine you want to log daily standup notes into a Notion database automatically. Use this Skill to query the database for today's entry, create a new page if none exists, and append formatted blocks with your notes. ## Quick Start Use the notion skill to create a new page in my Notion database with the title "Weekly Report" and a Status of "Todo".