What problem does it solve?
Creating, searching, and updating Notion content often becomes slow or locked behind the UI when you need repeatable automation from the terminal.
Core Features & Use Cases
- Search and read Notion content: find pages via the Notion search endpoint and fetch page properties and block children for review.
- Create and update databases and pages: create databases (data sources), create new database entries (pages), and patch page properties.
- Write content blocks programmatically: append paragraphs and other block types to pages to keep notes and workflows consistent.
Use case: You maintain a “Daily Log” database and want to automatically create a new entry each morning, then append the day’s summary text as blocks without clicking through the Notion interface.
Quick Start
Use the notion skill to search your workspace for pages matching a title or create a new database item by sending a curl-ready request with your NOTION_API_KEY set in ~/.hermes/.env.