Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user needs to read, create, update, or delete content in a Notion workspace via the Notion REST API (pages, blocks, databases, data sources, users, search).
NOTION_API_TOKEN from env or user input, never expose it.curl with required headers (Notion-Version: 2025-09-03) and jq to parse JSON.Direct, authenticated operations against Notion workspace: retrieved/created/updated/archived pages and blocks, queried databases, managed data sources—all via REST with structured JSON output.
Use Cases
A knowledge manager needs to bulk-create weekly report pages under a parent page and append standardized section blocks. Using this skill, they authenticate via NOTION_API_TOKEN, call Create Page and Append Block Children endpoints with curl/jq, and confirm before batch creation. It saves hours of manual UI work and ensures consistent structure across all reports.
A developer wants to query a Notion database for tasks with Status equals Done and export results. They use the Query Database endpoint via curl with filter from references, parse with jq, and retrieve matching items. This enables quick automation of status reporting and integration with other CLI tools in the skillset without leaving the terminal.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File