notion

notion is a skill for Claude Code, Codex from L-LesterYu/OpenClaw-hot-skills-zh. It costs 16 tokens per session (608 once invoked), scanned A, original, MIT.

A connection to Notion, a workspace for pages, notes, and databases, through its official API. It can read and update pages and database records from commands.

In plain words
What is it for?
Use it to read pages, append blocks, create pages, query databases, create records, and update record properties.
Why use it?
Manual copying between an agent and Notion is slow and can overwrite existing content. This provides a repeatable way to manage Notion content programmatically.

Skill for Claude CodeCodex

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

Good fit Use it to read pages, append blocks, create pages, query databases, create records, and update record properties.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/l-lesteryu/openclaw-hot-skills-zh/notion-skill-zh
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 L-LesterYu/OpenClaw-hot-skills-zh --skill notion-skill-zh
Clone the repo
git clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zh

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/l-lesteryu/openclaw-hot-skills-zh/notion-skill-zh/github.svg)](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/notion-skill-zh)
Your own site
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/notion-skill-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/notion-skill-zh/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/l-lesteryu/openclaw-hot-skills-zh/notion-skill-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/notion-skill-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 608 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.00016 $0.00608
Opus 5 $0.00008 $0.00304
Sonnet 5 $0.00003 $0.00122
Haiku 4.5 $0.00002 $0.00061

Measured 9d ago against content hash eb7d5e084c26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 9d 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.

skills/notion-skill-zh/SKILL.md · 114 lines

What it actually says

Notion

此技能让智能体能够使用官方 Notion API 操作 Notion 页面和数据库

这是一个声明式技能:它记录了安全、推荐的操作,并假设有一个本地 CLI(notion-cli)实际执行 API 调用。

身份验证

export NOTION_API_KEY=secret_xxx

将集成与您想访问的页面或数据库共享。 未共享的内容对 API 不可见。

配置文件(个人/工作)

您可以通过环境变量或配置定义多个配置文件(例如:personal、work)。

默认配置文件:personal

通过以下方式覆盖:

export NOTION_PROFILE=work

页面操作

读取页面:

notion-cli page get <page_id>

追加内容块:

notion-cli block append <page_id> --markdown "..."

优先使用追加而非重写内容。

创建页面:

notion-cli page create --parent <page_id> --title "..."

数据库操作

检查架构:

notion-cli db get <database_id>

查询数据库:

notion-cli db query <database_id> --filter <json> --sort <json>

创建行:

notion-cli page create --database <database_id> --props <json>

更新行:

notion-cli page update <page_id> --props <json>

架构变更(高级)

在应用架构变更前,始终先检查差异。

未经明确确认,切勿修改数据库架构。

推荐流程:

notion-cli db schema diff <database_id> --desired <json>
notion-cli db schema apply <database_id> --desired <json>

安全注意事项

  • Notion API 有速率限制;请谨慎批量操作
  • 优先使用追加和更新操作,避免破坏性操作
  • ID 是不透明的;请明确存储,不要从 URL 推断
Files

What ships with it

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

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. 9d ago First seen · 114 lines · 16 tokens per session scan A eb7d5e084c26

Subscribe to this mod's changes

notion is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 16 tokens to every session and 608 once invoked, about $0.0001 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.