What problem does it solve? Managing Notion workspaces programmatically requires navigating the Notion API's authentication, versioning, and property formats, which is error-prone when done manually. This Skill provides ready-to-use curl commands and property schemas for automating page, database, and block operations. ## Core Features & Use Cases - Page and Block Management: Create, read, and update pages, and append content blocks such as paragraphs to existing pages. - Data Source Operations: Query databases with filters and sorts, and create new data sources with typed properties like select, date, and relation. - Search and Discovery: Search across pages and data sources by title to locate content programmatically. - Use Case: Imagine you want to log daily standup notes into a Notion database automatically. Use this Skill to query the data source, create a new page with the date and status properties, and append summary blocks. ## Quick Start Use the notion skill to create a new page in my tasks database with the title "Weekly Report" and status set to Todo.