What problem does it solve? Working with Notion programmatically requires juggling API versions, authentication tokens, block JSON structures, and multi-step file uploads. This Skill provides ready-to-use commands for both the official ntn CLI and plain curl, so you can read, create, and update Notion content without memorizing the API surface. ## Core Features & Use Cases - Dual-path API access: Use the ntn CLI on macOS/Linux for short commands and one-line file uploads, or fall back to curl with the Notion HTTP API on any platform including Windows. - Markdown-native workflows: Read pages as Markdown for agent consumption and create or patch pages directly from Markdown content instead of raw block JSON. - Database queries and Workers: Query data sources with filters and sorts, manage typed properties, and deploy Notion Workers for syncs, webhooks, and agent tools. - Use Case: After a meeting, ask the agent to create a new Notion page under your team workspace containing the meeting notes in Markdown, then query your tasks database for all items with Status equals Active. ## Quick Start Set NOTION_API_KEY in your environment, share a page with your integration, then ask the agent to read a Notion page as Markdown or create a new page from your notes.