Obsidian Mind is an Obsidian vault that stores notes, links, indexes, and other accumulated context so AI coding agents can retain memory across sessions. It is designed for Claude Code and also supports Codex CLI and Gemini CLI through shared hooks, commands, and vault data. Its catalogue add-ons package the vault’s commands, agents, skills, hooks, instructions, settings, plugin, and MCP integration.
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 commands/breferrari/obsidian-mind/om-dumpgit clone --depth 1 https://github.com/breferrari/obsidian-mindWrote 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/commands/breferrari/obsidian-mind/om-dump)<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-dump"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-dump.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 | $0.00039 | $0.00335 |
| Opus 5 | $0.00019 | $0.00168 |
| Sonnet 5 | $0.00008 | $0.00067 |
| Haiku 4.5 | $0.00004 | $0.00034 |
Grade A, and why
om-dump 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 5d 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.
What it actually says
Process the following freeform dump. For each distinct piece of information:
- Classify it: decision, incident, 1-on-1 content, win/achievement, architecture, project update, person context, or general work note.
- Search first: Use
qmd vsearch(orobsidian searchif QMD unavailable) to check if a related note already exists. Prefer appending to existing notes over creating new ones for small updates. - Create or update the appropriate note following CLAUDE.md conventions:
- Correct folder placement (work/active/, work/incidents/, work/1-1/, org/people/, etc.)
- Full YAML frontmatter with date, description, tags, and type-specific fields
- All relevant [[wikilinks]] to people, projects, teams, competencies
- Update indexes as needed (work/Index.md, perf/Brag Doc.md, org/People & Context.md)
- Cross-link: Ensure every new note links to at least one existing note and is linked FROM at least one existing note.
After processing everything, provide a summary:
- What was captured and where each piece was filed
- Any new notes created (with paths)
- Any existing notes updated
- Any items you weren't sure how to classify (ask the user)
Content to process: $ARGUMENTS
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.
- 5d ago First seen · 24 lines · 39 tokens per session scan A e2f31575ec3c
om-dump is a command published in the GitHub repository breferrari/obsidian-mind (4,599 stars, last pushed 2d ago), licensed MIT. It adds 39 tokens to every session and 335 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 commands, from other repositories
kb-archive
Archive, detach, purge, or rename KB objects while keeping registry, index, and links consistent.
kb-init
Initialize or rebuild a vault-first, project-scoped Obsidian KB under Research/{project-slug}/ for the current repository.
kb-sync
Run deterministic KB maintenance to refresh scaffold integrity, registry, index, daily note, and runtime binding summary.
kb-status
Summarize the current bound project KB status, including registry counts and key project note paths.
kb-ingest
Ingest external material into Sources/ inside the bound project KB, then update registry, index, and daily note as needed.
kb-promote
Promote durable content from Daily or source notes into canonical Knowledge, Experiments, Results, Results/Reports, or Writing notes.