What problem does it solve? Managing Notion workspaces programmatically requires navigating the Notion REST API's authentication, versioning headers, and property schemas, which is tedious to do by hand. This Skill provides ready-to-use curl commands and property format references so you can create pages, query databases, and update content without reading the full API documentation. ## Core Features & Use Cases - Page and Block Management: Create pages, append paragraph blocks, and update page properties like status or dates. - Data Source Operations: Query databases with filters and sorts, and create new data sources with custom property schemas. - Search and Retrieval: Search across pages and data sources, and fetch page content as block children. - Use Case: Imagine you want to log completed tasks into a Notion database automatically. Use this Skill to query the data source for the right database ID, then create a new page with title, status, and date properties in one request. ## Quick Start Use the notion skill to create a new page titled "Weekly Report" in my tasks database with the status set to Todo.