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.
npx agentmods add skills/egregore-labs/egregore/notenpx skills add egregore-labs/egregore --skill notegit clone --depth 1 https://github.com/egregore-labs/egregoreWrote 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.
[](https://agentmods.dev/skills/egregore-labs/egregore/note)<a href="https://agentmods.dev/skills/egregore-labs/egregore/note"><img src="https://agentmods.dev/badge/skills/egregore-labs/egregore/note.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.01371 |
| Opus 5 | $0.00023 | $0.00685 |
| Sonnet 5 | $0.00009 | $0.00274 |
| Haiku 4.5 | $0.00005 | $0.00137 |
Grade A, and why
note 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Save a personal note. Private by default — never shared, never pushed. You choose what to share later.
When to invoke
User says: "jot this down", "note to self", "just thinking out loud", "park this thought", "scratch pad", "write this down", "leave notes"
Not this: insight is ready to share → /reflect · want deep analysis → /deep-reflect
Arguments: $ARGUMENTS
Two Modes
| Invocation | Mode |
|---|---|
/note |
Capture — prompts for what to save |
/note [content] |
Quick — saves directly |
/note share [title] |
Share — promotes a personal note to shared memory |
/note list |
List — shows all personal notes |
Design principle
Everything in memory/ is shared. Everything in .egregore/notes/ is yours. This command writes to your personal space. When you're ready to share, you explicitly promote — the system never pushes personal notes.
This is the save → share pipeline. Saving is frictionless. Sharing is a deliberate act.
Capture Mode (/note or /note [content])
Step 1: Determine content
If no arguments: Ask one question via AskUserQuestion:
question: "What do you want to capture?"
header: "Note"
options:
- label: "This session"
description: "Summarize what happened in this conversation so far"
- label: "A thought"
description: "Something on your mind — rough, half-baked, anything"
- label: "A retrospective"
description: "Reflect on how today went — what worked, what didn't"
If arguments provided: Use them as the content. Skip the question.
If "This session" selected: Read the conversation context and produce a concise personal summary — what happened, what you worked on, what you're thinking. Not a handoff (those are for others). This is for future you.
Step 2: Write the note
Generate a slug from the content: lowercase, hyphens, max 40 chars.
File path: .egregore/notes/{YYYY-MM-DD}-{slug}.md
Ensure .egregore/notes/ exists (create silently if not).
Write the file using the Write tool (it's a local file, not in memory/):
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.
- 6d ago First seen · 168 lines · 45 tokens per session scan A 8734d8da29a0
note is a skill published in the GitHub repository egregore-labs/egregore (280 stars, last pushed 2d ago), licensed MIT. It adds 45 tokens to every session and 1,371 once invoked, about $0.0002 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.
Other skills, from other repositories
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
Migrate
Intakes external content, classifies chunks against LifeOS taxonomy, commits with provenance. Sources: .md/.txt, stdin, LifeOS dirs, CLAUDE.md/Cursor/OpenAI Custom Instructions, Obsidian/Notion/Apple Notes exports. MigrateScan classifies → routing table. MigrateApprove with…
release
Cut a versioned release and publish everos to PyPI via the tag-triggered workflow.
personal-assistant
A personalized assistant that remembers your preferences.
daily-briefing
Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…