What problem does it solve? Working with Notion programmatically requires learning its REST API structure, authentication headers, and version-specific endpoints. This Skill provides ready-to-use curl commands for every common Notion operation, so you can create pages, query databases, and update content without reading API documentation. ## Core Features & Use Cases - Page & Block Operations: Create, read, and update pages, and append content blocks like paragraphs to any page. - Database Management: Query data sources with filters and sorts, create new databases with typed properties, and insert rows. - Search: Find pages and databases across your workspace by title. - Use Case: Ask the assistant to add a new task with status "Todo" to your Notion project tracker database, and it runs the correct authenticated curl request with properly formatted property payloads. ## Quick Start Set your NOTION_API_KEY environment variable, share your target pages with your Notion integration, then ask the assistant to create a new page in your Notion database.