notion-knowledge-capture

notion-knowledge-capture is a skill for Codex from seaworld008/Commonly-used-high-value-skills. It costs 24 tokens per session (1,371 once invoked), scanned A, original, MIT.

A note-taking workflow that turns chats and rough notes into structured, linked pages in Notion, a workspace for documents and databases.

In plain words
What is it for?
Use it to capture decisions, FAQs, how-to guides, learning notes, or other documentation, and link them to existing Notion pages and databases.
Why use it?
It keeps useful decisions, answers, and instructions from getting lost in conversations or duplicated across a wiki.

Skill for Codex

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

Good fit Use it to capture decisions, FAQs, how-to guides, learning notes, or other documentation, and link them to existing Notion pages and databases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seaworld008/commonly-used-high-value-skills/notion-knowledge-capture
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 seaworld008/Commonly-used-high-value-skills --skill notion-knowledge-capture
Clone the repo
git clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skills

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 notion-knowledge-capture

README.md
[![agentmods](https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/notion-knowledge-capture/github.svg)](https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/notion-knowledge-capture)
Your own site
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/notion-knowledge-capture"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/notion-knowledge-capture/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-knowledge-capture

Your own site · 80×15
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/notion-knowledge-capture"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/notion-knowledge-capture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,371 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

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 →

  • high Data Exfiltration · line 15
    Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.
    Fix: Remove any code that sends prompts, responses, or session data externally. Preserve user privacy; never exfiltrate conversation content.
How audits are shown
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.00024 $0.01371
Opus 5 $0.00012 $0.00685
Sonnet 5 $0.00005 $0.00274
Haiku 4.5 $0.00002 $0.00137

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

Security

Grade A, and why

notion-knowledge-capture 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.

openclaw-skills/notion-knowledge-capture/SKILL.md · 128 lines

How it starts

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

Knowledge Capture

Convert conversations and notes into structured, linkable Notion pages for easy reuse.

When to Use

Use this skill when the user wants to:

  • turn a chat, meeting note, or rough draft into a durable Notion page
  • capture a decision, FAQ, how-to, or learning note in a reusable format
  • update an existing wiki page instead of creating duplicate documentation
  • connect new knowledge to existing hub pages, databases, or related records

Use a different skill when:

  • the task is specifically meeting prep before the meeting starts → use notion-meeting-intelligence
  • the main job is research synthesis across many Notion pages → use notion-research-documentation
  • the main job is breaking a PRD/spec into implementation artifacts → use notion-spec-to-implementation

Quick start

  1. Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience.
  2. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation).
  3. Pull any prior context from Notion with Notion:notion-searchNotion:notion-fetch (existing pages to update/link).
  4. Draft the page with Notion:notion-create-pages using the database’s schema; include summary, context, source links, and tags/owners.
  5. Link from hub pages and related records; update status/owners with Notion:notion-update-page as the source evolves.

Usage

Typical usage pattern:

search existing page/database
-> fetch target schema or page content
-> decide create vs update
-> write structured content
-> link related records
-> verify final page destination

Default output shape:

  • short summary at the top
  • structured sections instead of raw transcript dump
  • source links or discussion references
  • explicit owners/tags if the destination database supports them

Workflow

0) If any MCP call fails because Notion MCP is not connected, pause and set it up:

  1. Add the Notion MCP:
    • codex mcp add notion --url https://mcp.notion.com/mcp
  2. Enable remote MCP client:
    • Set [features].rmcp_client = true in config.toml or run codex --enable rmcp_client
  3. Log in with OAuth:
    • codex mcp login notion

Read the full file on GitHub · 128 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. 8d ago First seen · 128 lines · 24 tokens per session scan A 437fbfdc6d1c

Subscribe to this mod's changes

notion-knowledge-capture is a skill published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 4d ago), licensed MIT. It adds 24 tokens to every session and 1,371 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.