egregore: Skill for Claude Code

.claude/skills/ingest-notion/SKILL.md

ingest-notion is a skill for Claude Code from egregore-labs/egregore. It costs 52 tokens per session (1,666 once invoked), scanned A, original, MIT.

A selected-page import skill that brings Notion pages into shared Egregore memory through Notion’s official connection. It imports named pages or search results, not an entire Notion workspace.

In plain words
What is it for?
Use it to find or fetch a Notion page by URL, ID, topic, or title, review what will be imported, and add approved pages with provenance.
Why use it?
It preserves useful Notion information in shared project memory while limiting the import to pages you choose and recording their source.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

This is egregore-labs/egregore's own configuration. It tells Claude Code how to work on egregore itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything egregore configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash bin/ingest-graph.sh validate memory/ingest/knowledge/notion/<manifest>.json.

Reuse

Borrowing it

Nothing to install: this file belongs to egregore-labs/egregore. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/egregore-labs/egregore/main/.claude/skills/ingest-notion/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/egregore-labs/egregore

Made for: Claude Code.

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 ingest-notion

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/egregore-labs/egregore/ingest-notion"><img src="https://agentmods.dev/badge/skills/egregore-labs/egregore/ingest-notion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,666 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: 2 findings, 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 Privilege Escalation · line 153
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium Agent Snooping · line 45
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00052 $0.01666
Opus 5 $0.00026 $0.00833
Sonnet 5 $0.00010 $0.00333
Haiku 4.5 $0.00005 $0.00167

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

Security

Grade A, and why

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

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.

.claude/skills/ingest-notion/SKILL.md · 215 lines

How it starts

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

Bring selected Notion pages into shared Egregore memory through Notion's official MCP.

Arguments: $ARGUMENTS (Optional: a page URL/ID, a topic or title to search, or --auto)

When to invoke

Routed from /ingest when the source is Notion. Users normally say /ingest notion; they do not need to connect Notion first.

What this flow does

Notion MCP is the live bridge. This skill adds the memory layer:

  1. connect to Notion when needed;
  2. search or fetch what the user names;
  3. show exactly what will be imported;
  4. write only the approved pages into Egregore memory with provenance.

This is a selected-page flow. Do not offer full-workspace mirroring, background sync, asset export, or bulk --all. Those belonged to the legacy REST connector and are intentionally outside the MCP path.

Step 0 — Ensure Notion MCP is available

Discover tools using the current runtime's registry:

  • Claude Code: ToolSearch for notion.
  • Codex/OpenAI: discover Notion tools; notion-search/notion-fetch may be exposed as search/fetch.
  • Other MCP clients: inspect tools from the server named notion.

Require both of these capabilities:

  • search: notion-search or the Notion server's search
  • fetch: notion-fetch or the Notion server's fetch

Do not match an unrelated web-search or generic fetch tool. Confirm the tool's server/provider is Notion.

If either capability is missing, follow .claude/skills/notion-connect/SKILL.md inside this flow. If the runtime loads the tools immediately, continue. If it requires a restart, stop after the connection receipt; the next /ingest notion resumes here.

There is no Connected-tier gate. Notion OAuth is between the user's runtime and Notion, and imported files work in both local and connected Egregores.

Step 1 — Choose the scope

  • A Notion URL or page ID → fetch that page directly.

  • A topic/title → search Notion for it.

  • No useful argument → ask one question:

    • Search by topic — they name what they want to find.
    • Paste a page link — they provide a Notion URL.

Read the full file on GitHub · 215 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 · 215 lines · 52 tokens per session scan A 986a4b550add

Subscribe to this mod's changes

ingest-notion is a skill published in the GitHub repository egregore-labs/egregore (288 stars, last pushed 7d ago), licensed MIT. It adds 52 tokens to every session and 1,666 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

learn

Diagnose and fix agent behavioral surfaces when the user corrects a mistake — connects to Claude native memory.

automagik-dev/genie · 23 tokens

init

Turn on Rekal memory in the current repository by running rekal init. Use when the user asks to initialize or set up Rekal here, or when a rekal command reported the repository is not initialized. Once per repository. Do not offer this merely because a repo lacks a .rekal/ store — most repos do not want one.

rekal-dev/rekal-cli · 75 tokens

install

Install the Rekal binary on this machine. Use when rekal is not on PATH — a command reported command not found — or when the user asks to install Rekal. Once per machine, not per repository; to set up a repo that already has the binary, use the init skill instead.

rekal-dev/rekal-cli · 66 tokens

memorywhale

Query and write durable debugging memory recorded by MemoryWhale. Use when debugging a failure that may have happened before, when you need the exact error/flags/output from an earlier attempt, when the user asks "how did we fix this last time?", or once you've figured out why something failed / how a fix worked and…

wuisabel-gif/MemWhale · 79 tokens

atomic-wiki

Conversational wiki and capture-bucket routing. Fires when the user wants a place, space, or folder for notes, research, tickets, raw dumps, or knowledge capture — checks the block in /.claude/CLAUDE.md; if the cwd is under a registered realm, creates the folder as a bucket via atomic wiki bucket add rather than a…

damusix/atomic-claude · 204 tokens

remem

Use when the user asks Codex to recall prior project context, save durable decisions or bug fixes, inspect remem memory health, or activate remem automatic memory hooks from the Codex plugin.

majiayu000/remem · 42 tokens