notion

notion is a skill for Claude Code, Codex from Livus-AI/Skills-MCP. It costs 81 tokens per session (1,441 once invoked), scanned A, original, MIT.

A skill for reading, searching, creating, editing, and reporting on pages and databases in a Notion workspace, Notion being a collaborative notes and knowledge-management service.

In plain words
What is it for?
Use it to find and summarize Notion content, query databases, create or update pages, and produce reports from a workspace.
Why use it?
It lets an AI assistant work with live Notion content while checking the workspace structure before making changes and protecting destructive operations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find and summarize Notion content, query databases, create or update pages, and produce reports from a workspace.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/livus-ai/skills-mcp/notion
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 Livus-AI/Skills-MCP --skill notion
Clone the repo
git clone --depth 1 https://github.com/Livus-AI/Skills-MCP

Made for: Claude Code, 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 notion

README.md
[![agentmods](https://agentmods.dev/badge/skills/livus-ai/skills-mcp/notion/github.svg)](https://agentmods.dev/skills/livus-ai/skills-mcp/notion)
Your own site
<a href="https://agentmods.dev/skills/livus-ai/skills-mcp/notion"><img src="https://agentmods.dev/badge/skills/livus-ai/skills-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.

agentmods 80×15 button for notion

Your own site · 80×15
<a href="https://agentmods.dev/skills/livus-ai/skills-mcp/notion"><img src="https://agentmods.dev/badge/skills/livus-ai/skills-mcp/notion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,441 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 original No closer match found 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.00081 $0.01441
Opus 5 $0.00041 $0.00720
Sonnet 5 $0.00016 $0.00288
Haiku 4.5 $0.00008 $0.00144

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

Security

Grade A, and why

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 11d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/_notion.py, scripts/append_blocks.py, scripts/create_page.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/notion/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Notion

Operate on a Notion workspace through the Notion REST API (version 2025-09-03, data-source model). Generic and workspace-agnostic: it discovers structure at runtime rather than hardcoding databases.

Three rules govern everything:

  1. Discover before you act — search and inspect the live workspace; never assume structure.
  2. Match what exists — read current state and schemas before writing.
  3. Confirm before you destroy or restructure — reads and additive creates flow freely; archiving, deleting, and structural schema changes require explicit user approval.

Prerequisites

Set NOTION_TOKEN in the project .env (or pass token to any script):

  1. Create an internal integration at https://www.notion.so/profile/integrations
  2. Optionally restrict it to "Read content" only (least privilege).
  3. Share the specific pages/databases with the integration — it sees nothing until you do.
  4. Copy the secret (ntn_…) into NOTION_TOKEN.

Every script returns {"status": "success", ...} or {"status": "error", "message": ...}.

Available scripts

Script Operation Safety
search.py Find pages/data sources by title read — free
get_database.py Resolve a database's data source(s) read — free
get_data_source.py Inspect a data source's property schema read — free
query_data_source.py Query rows with filter/sorts + pagination read — free
get_page.py Read a page's properties and (optional) content read — free
create_page.py Create a page or data-source row additive — free
append_blocks.py Append content blocks to a page additive — free
update_page.py Update properties; archive (trash) a page archive needs confirm=true
update_data_source.py Add/rename/remove properties; rename structural — needs confirm=true

Discover-first workflow

Never operate blind:

Before you... First call...
Create or query a row get_database.pyget_data_source.py (resolve data source + schema)
Create a row / page search.py (avoid duplicates), then match the schema
Edit a page get_page.py (read current state)
Change structure get_data_source.py (know exactly what you're altering)

Read the full file on GitHub · 130 lines

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. 11d ago First seen · 130 lines · 81 tokens per session scan A f2eb1e62e27b

Subscribe to this mod's changes

notion is a skill published in the GitHub repository Livus-AI/Skills-MCP (2 stars, last pushed 3mo ago), licensed MIT. It adds 81 tokens to every session and 1,441 once invoked, about $0.0004 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-08-31.