What problem does it solve? Working with Notion workspaces from the terminal normally requires SDKs or manual UI clicks. This Skill lets you search, create, update, and query Notion pages, databases, and blocks directly with curl and a Notion API key, with no extra tooling required. ## Core Features & Use Cases - Full CRUD via curl: Search workspaces, get pages and block content, create pages in databases, query data sources with filters and sorts, and update page properties. - Database management: Create databases (data sources) with typed properties such as select, date, relation, and checkbox, using the 2025-09-03 API version. - Rich block authoring: A reference guide covers every common block type (headings, lists, to-dos, code, callouts, toggles, images) for both writing and reading page content. - Use Case: Ask the agent to add a new task to your Notion project tracker with a status and due date, then append a summary paragraph to the page — all from the terminal. ## Quick Start Set NOTION_API_KEY in ~/.hermes/.env, share your target pages with the integration, then ask the agent to create a new page in your Notion database with a title and status.