What problem does it solve? Working with Notion programmatically requires remembering database IDs, looking up schemas, and writing manual API calls. This Skill removes that friction by letting you interact with any Notion database using natural language names, with automatic schema caching and fuzzy name matching. ## Core Features & Use Cases - Database Discovery & Caching: Scans your Notion workspace, discovers all accessible databases, and caches their schemas to a local YAML context file for fast lookups. - Natural Language Queries: Query any database by name with filters (e.g., "query my Projects for active items") using fuzzy matching and disambiguation prompts. - Full CRUD Operations: Create pages with schema-validated properties, update existing pages, manage content blocks, handle comments, and list workspace users. - Use Case: Say "add a new task to my Tasks database" and the Skill loads the cached schema, prompts you for required properties with valid options, and creates the page via the Notion API. ## Quick Start Ask the assistant to connect to Notion and query your Projects database for all active items.