Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add MichelKerkmeester/skilled-agent-harness_spec-driven-loops --skill mcp-notiongit clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loopsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-notion)<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-notion"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-notion/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-notion"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-notion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 71 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 267 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00101 | $0.06454 |
| Opus 5 | $0.00051 | $0.03227 |
| Sonnet 5 | $0.00020 | $0.01291 |
| Haiku 4.5 | $0.00010 | $0.00645 |
Grade A, and why
mcp-notion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 461 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mcp-notion Skill
Notion workspace operations via the official Notion MCP (@notionhq/notion-mcp-server, 24 tools) over Code Mode, plus direct Notion API calls for the five capabilities the MCP does not expose. It knows Notion's data model at the schema layer — data sources, 22 property types, relations, rollups, Formulas 2.0 — so an agent can create, query, and extend a workspace without guessing.
MARKDOWN + DATA-SOURCE CONTRACT — READ BEFORE ANY NOTION WRITE
Two shape rules cause most Notion write failures:
- Page bodies vs page properties are different surfaces. A page's content is a tree of blocks (append/update via block tools, or the markdown round-trip tools). A page's metadata is properties typed by its parent data source's schema. Writing prose into a property, or a property value into a block, fails or silently truncates.
- API 2.0 replaced "databases" with "data sources" (API version
2025-09-03). A database is now a container of one or more data sources; queries, schema, relations, and rollups all target a data source id, not a database id. Using a database id where a data-source id is required is the most common 400.
Markdown round-trip tools (retrieve-page-markdown / update-page-markdown) require API version 2026-03-11 and are the token-efficient path for AI. Full detail: references/database-model.md and references/mcp-tools.md.
Failure symptom: a validation_error naming data_source_id, or property writes that vanish, means a database id was used where a data-source id was required, or content was routed to the wrong surface.
1. WHEN TO USE
Activation Triggers (explicit user phrases)
- "notion", "notion mcp", "notion api", "mcp-notion"
- "notion page", "notion database", "notion data source", "query notion"
- "create a notion page", "add a row", "notion property", "notion relation", "notion rollup", "notion formula"
- "notion token", "notion integration", "ntn_", "notion search"
- "upload a file to notion", "notion view", "notion async task"
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- changelog/v0.1.0.0.md 6.4 KB
- examples/README.md 5.0 KB
- feature-catalog/api-gap-fills/async-task-polling.md 3.6 KB
- feature-catalog/api-gap-fills/daily-notes.md 3.4 KB
- feature-catalog/api-gap-fills/file-uploads.md 4.2 KB
- feature-catalog/api-gap-fills/page-property-items.md 3.6 KB
- feature-catalog/api-gap-fills/views.md 4.0 KB
- feature-catalog/blocks/append-block-children.md 3.2 KB
- feature-catalog/blocks/delete-a-block.md 3.0 KB
- feature-catalog/blocks/retrieve-a-block.md 3.0 KB
- feature-catalog/blocks/retrieve-block-children.md 3.4 KB
- feature-catalog/blocks/update-a-block.md 3.2 KB
- feature-catalog/comments/create-a-comment.md 3.2 KB
- feature-catalog/comments/list-comments.md 3.0 KB
- feature-catalog/data-sources/create-a-data-source.md 3.7 KB
- feature-catalog/data-sources/list-data-source-templates.md 3.5 KB
- feature-catalog/data-sources/query-data-source.md 3.7 KB
- feature-catalog/data-sources/retrieve-a-data-source.md 3.6 KB
- feature-catalog/data-sources/retrieve-a-database.md 3.7 KB
- feature-catalog/data-sources/update-a-data-source.md 3.5 KB
- feature-catalog/FEATURE-CATALOG.md 15 KB
- feature-catalog/pages/archive-a-page.md 2.6 KB
- feature-catalog/pages/create-a-page.md 3.3 KB
- feature-catalog/pages/move-page.md 2.3 KB
- feature-catalog/pages/retrieve-a-page.md 2.6 KB
- feature-catalog/pages/retrieve-page-markdown.md 2.5 KB
- feature-catalog/pages/update-page-markdown.md 2.7 KB
- feature-catalog/pages/update-page-properties.md 2.6 KB
- feature-catalog/search/search.md 3.2 KB
- feature-catalog/users/list-all-users.md 3.2 KB
- feature-catalog/users/retrieve-a-user.md 3.0 KB
- feature-catalog/users/retrieve-bot-user.md 3.5 KB
- INSTALL-GUIDE.md 12 KB
- manual-testing-playbook/api-gap-fills/async-task-polling.md 5.8 KB
- manual-testing-playbook/api-gap-fills/daily-notes.md 6.1 KB
- manual-testing-playbook/api-gap-fills/file-uploads.md 6.5 KB
- manual-testing-playbook/api-gap-fills/page-property-items.md 6.0 KB
- manual-testing-playbook/api-gap-fills/views.md 6.1 KB
- manual-testing-playbook/backend-and-failure/backend-selection.md 5.5 KB
- manual-testing-playbook/backend-and-failure/invalid-token.md 5.4 KB
- manual-testing-playbook/backend-and-failure/missing-token.md 5.3 KB
- manual-testing-playbook/backend-and-failure/rate-limit-backoff.md 5.4 KB
- manual-testing-playbook/blocks/append-block-children.md 6.6 KB
- manual-testing-playbook/blocks/delete-a-block.md 7.4 KB
- manual-testing-playbook/blocks/retrieve-a-block.md 6.7 KB
- manual-testing-playbook/blocks/retrieve-block-children.md 7.0 KB
- manual-testing-playbook/blocks/update-a-block.md 6.9 KB
- manual-testing-playbook/comments/create-a-comment.md 6.7 KB
- manual-testing-playbook/comments/list-comments.md 4.9 KB
- manual-testing-playbook/data-sources/create-a-data-source.md 6.0 KB
- manual-testing-playbook/data-sources/list-data-source-templates.md 5.4 KB
- manual-testing-playbook/data-sources/query-data-source.md 5.7 KB
- manual-testing-playbook/data-sources/retrieve-a-data-source.md 5.3 KB
- manual-testing-playbook/data-sources/retrieve-a-database.md 5.6 KB
- manual-testing-playbook/data-sources/update-a-data-source.md 6.6 KB
- manual-testing-playbook/manual-testing-playbook.md 28 KB
- manual-testing-playbook/pages/archive-a-page.md 5.4 KB
- manual-testing-playbook/pages/create-a-page.md 5.8 KB
- manual-testing-playbook/pages/move-page.md 6.1 KB
- manual-testing-playbook/pages/retrieve-a-page.md 5.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago Changed 02b6319e96b2
- 7d ago First seen · 461 lines · 101 tokens per session scan A 5b7d9d5577ba
mcp-notion is a skill published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed yesterday), licensed MIT. It adds 101 tokens to every session and 6,454 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
box
Box manages cloud files, sharing, search, and metadata.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
apple-notes
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).