What problem does it solve? Working with Notion programmatically requires juggling raw REST API calls, authentication headers, and version-specific quirks. This Skill wraps the official ntn CLI and curl fallback into clear commands for creating pages, querying data sources, uploading files, and calling any Notion API endpoint. ## Core Features & Use Cases - Markdown-first page management: Get, create, update, and trash Notion pages using Markdown content with properties as frontmatter. - Data source queries: Resolve database IDs to data sources and run filtered, sorted queries against them. - Raw API access and files: Call any Notion API endpoint with typed JSON body syntax, upload files, and manage Cloudflare Workers integrations. - Use Case: You want to publish a weekly report into a Notion database. Use the Skill to resolve the database ID, query existing entries, and create a new page from a Markdown file with a single command. ## Quick Start Use the notion skill to create a new page under my team wiki containing the meeting notes from today.