What problem does it solve? Managing Notion content programmatically requires handling the Notion API's block-based structure, pagination, and property schemas. This Skill provides a single CLI that performs search, page CRUD, database queries, block operations, and comments with Markdown-to-block conversion. ## Core Features & Use Cases - Page Operations: Read pages as Markdown, create pages, write Markdown content with automatic block conversion, and update properties or icons. - Database Management: Inspect schemas, query rows with filters and sorts, add rows with auto-detected property types, and create new databases. - Block & Comment Control: Append, update, and delete individual blocks, recursively fetch page trees, and manage comment threads. - Use Case: Ask the assistant to find your "Meeting Notes" database in Notion, query all rows where Status is "In Progress", and append a summary paragraph to the top result page. ## Quick Start Search my Notion workspace for the page titled "Project Plan" and read its full content as Markdown.