easy-notion-cli

easy-notion-cli is a skill for Codex from Grey-Iris/easy-notion-mcp. It costs 70 tokens per session (1,928 once invoked), scanned A, a copy of easy-notion-cli, MIT.

Instructions for using the easy-notion command-line tool to work with Notion, a workspace for notes, documents, and databases. They cover profiles, search, reading, editing, comments, and database entries.

In plain words
What is it for?
Use it to search Notion, inspect pages and databases, manage comments, and make approved content changes through the CLI.
Why use it?
They define how to use low-context Notion access safely, including read-only and read-write profiles and machine-readable JSON output.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to search Notion, inspect pages and databases, manage comments, and make approved content changes through the CLI.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/grey-iris/easy-notion-mcp/easy-notion-cli
Install

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.

Any agent
npx skills add Grey-Iris/easy-notion-mcp --skill easy-notion-cli
Clone the repo
git clone --depth 1 https://github.com/Grey-Iris/easy-notion-mcp

Made for: Codex.

Wrote 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.

agentmods badge for easy-notion-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/grey-iris/easy-notion-mcp/easy-notion-cli.svg)](https://agentmods.dev/skills/grey-iris/easy-notion-mcp/easy-notion-cli)
Your own site
<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>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,928 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash caaad33cb3f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

Origin

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.

skills/easy-notion-cli/SKILL.md · 212 lines

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

Read the full file on GitHub · 212 lines

Files

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.

Changes

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.

  1. 8d ago First seen · 212 lines · 70 tokens per session scan A caaad33cb3f7

Subscribe to this mod's changes

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.

Related

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.

agent0ai/agent-zero · 33 tokens

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.

lovstudio/skills · 42 tokens

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.

agentskillexchange/skills · 64 tokens

ac-tools-gsuite

Google Suite integration for Sheets, Docs, Slides, Gmail, Calendar, Tasks with multi-account support. Orchestrates operations via CLI tools.

WaterplanAI/agentic-config · 33 tokens

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.

davekilleen/Dex · 68 tokens

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.

lililly123789/wechat-article-scraper · 56 tokens