What problem does it solve? Working with Notion programmatically requires navigating API versioning, authentication, block structures, and platform-specific tooling. This Skill provides ready-to-use commands for reading, writing, searching, and querying Notion content through either the official ntn CLI or cross-platform curl requests. ## Core Features & Use Cases - Page and Database Operations: Search, read, create, and patch pages, query data sources with filters and sorts, and manage typed database properties. - Markdown Workflows: Read pages as agent-friendly Markdown and create or update pages directly from Markdown content using Notion-flavored Markdown extensions. - File Uploads and Workers: Upload files via one-line CLI commands or the 3-step HTTP flow, and scaffold, deploy, and manage Notion Workers for syncs, tools, and webhooks. - Use Case: After a meeting, ask the 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 page containing a Markdown summary of today's discussion.