What problem does it solve? Working with Notion workspaces programmatically usually requires SDKs or manual API documentation lookups. This Skill provides ready-to-use curl commands for the Notion API, letting you search, create, update, and query pages and databases directly from the terminal with only an API key. ## Core Features & Use Cases - Full CRUD via curl: Search workspaces, get/create/update pages, query data sources, and append block content using the Notion API version 2025-09-03. - Property and block reference: Covers all common property types (title, select, date, relation, etc.) and includes a reference guide for every block type (headings, to-dos, code, callouts, images). - Use Case: Ask the agent to create a new task in your Notion project database with a status and due date, then append meeting notes as blocks to an existing page — all without leaving 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.