What problem does it solve? Working with Notion programmatically usually requires writing custom API scripts for every task. This Skill provides a single CLI covering the entire Notion API, so you can read, create, update, query, and organize workspace content directly from the terminal or from agent workflows. ## Core Features & Use Cases - Full API Coverage: 50+ commands for pages, databases, blocks, comments, users, and file uploads, with a raw notion api escape hatch for anything else. - Agent-Friendly Output: Pretty tables in the terminal and automatic JSON when piped, so results can flow into jq or other tools. - Markdown Round-Trips: Dump whole pages to markdown with page markdown and replace or patch content with page set-markdown, including append and range-based edits. - Use Case: Query a database for all tasks with Status=Todo, export the results to CSV, then append a summary block to a weekly report page — all in three commands. ## Quick Start Ask the AI to use the notion CLI to search your workspace for a page, view its content, and then create a new page or database row based on what it finds.