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 Grey-Iris/easy-notion-mcp --skill easy-notion-cligit clone --depth 1 https://github.com/Grey-Iris/easy-notion-mcpWrote 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/grey-iris/easy-notion-mcp/easy-notion-cli)<a href="https://agentmods.dev/skills/grey-iris/easy-notion-mcp/easy-notion-cli"><img src="https://agentmods.dev/badge/skills/grey-iris/easy-notion-mcp/easy-notion-cli.svg" alt="Measured on agentmods" height="20"></a>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.00070 | $0.01928 |
| Opus 5 | $0.00035 | $0.00964 |
| Sonnet 5 | $0.00014 | $0.00386 |
| Haiku 4.5 | $0.00007 | $0.00193 |
Grade A, and why
easy-notion-cli 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 8d 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.
This is a copy
100% identical to easy-notion-cli — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Easy Notion CLI
Use the CLI for Notion work. Do not register MCP servers, create .mcp.json, or load MCP tools for this workflow.
Invocation
Invoke the npm package like this:
npx -y --package easy-notion-mcp easy-notion ...
The CLI prints JSON on stdout. Parse stdout, not prose. Supported output formats are json and pretty-json; do not request table or markdown.
{ "ok": true, "result": {} }
Failures use:
{ "ok": false, "error": { "code": "error_code", "message": "Human-readable message" } }
stderr is diagnostics when used. A nonzero exit code means the command failed even if stdout still contains JSON.
Profile Rules
Always pass --profile <name> when the user names a workspace, account, integration, or permission mode.
Profiles reference token environment variable names and must not expose raw tokens. profile list, profile show, and profile check report token_env, token_present, and mode; treat that as enough credential state for agent work.
Use readonly profiles for reads. Writes require a readwrite profile. A readonly profile cannot run mutating commands such as page update, content replace, or database entry delete. Destructive command dry-runs (--dry-run) are readonly preflights and may use readonly profiles.
Routing
Use the CLI commands below. If uncertain about flags, run easy-notion --help.
| Need | Command |
|---|---|
| Configure or inspect profiles | profile add/list/show/check |
| Identify users | user me, user list |
| Find pages or databases | `search [--filter pages |
| Read or locate pages/content | page read/share/list-children, content read-section/read-toggle/search-in-page, block read |
| Create or copy pages | page create/create-from-file/duplicate |
| Update page metadata or location | page update/archive/restore/move |
| Edit page content | content append/replace/update-section/update-toggle/archive-toggle/restore-toggle/find-replace |
| Update or archive one block | block update |
| Work with comments | comment list/add |
| Read databases | database get/list/query |
| Mutate database entries | database entry add/add-many/update/delete |
What ships with it
1 file 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.
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.
- 8d ago First seen · 212 lines · 70 tokens per session scan A caaad33cb3f7
easy-notion-cli is a skill published in the GitHub repository Grey-Iris/easy-notion-mcp (51 stars, last pushed 6d ago), licensed MIT. It adds 70 tokens to every session and 1,928 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to easy-notion-cli, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
markdown-documents
Use when creating or editing Markdown documents, notes, reports, briefs, drafts, or other editable writing where Markdown should be the primary artifact format.
lov-kb-organize
A knowledge-base maintenance tool that checks documents, images, indexes, and internal links. It can find duplicates and organize files without automatically merging uncertain matches.
AFFiNE Knowledge Base and Collaborative Workspace Platform
AFFiNE is an open source workspace that combines docs, whiteboards, and lightweight databases in one product. This skill is useful when an agent needs to structure notes, maintain linked knowledge, or automate content workflows around AFFiNE workspaces and self-hosted deployments.
ac-tools-gsuite
Google Suite integration for Sheets, Docs, Slides, Gmail, Calendar, Tasks with multi-account support. Orchestrates operations via CLI tools.
dex-obsidian-setup
Turn on Obsidian mode and migrate the vault to wiki links. Use when the user says 'I use Obsidian', 'enable wiki links', 'make this work in Obsidian'. Not for connecting an external tool/API; use create-mcp/integrate-mcp.
wechat-article-scraper
A batch tool for downloading WeChat public-account articles from their URLs as Markdown files. It also downloads the articles' images and links them locally.