What problem does it solve? Working with Notion programmatically requires juggling API versions, block JSON structures, file upload flows, and platform-specific tooling. This Skill provides ready-to-use commands for both the official ntn CLI and cross-platform curl requests 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 syntax and one-line file uploads, or fall back to HTTP + curl on any platform including Windows. - Markdown-native workflows: Read pages as agent-friendly Markdown and create or patch pages directly from Markdown content instead of raw block JSON. - Database and Worker operations: 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 your agent to create a new Notion page under your team workspace with the agenda and decisions written in Markdown, then query your tasks database for all items with Status equal to Active. ## Quick Start Use the notion skill to create a page titled "Meeting Notes" under my workspace parent page containing a Markdown summary of today's discussion.