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.
Borrowing it
Nothing to install: this file belongs to breferrari/obsidian-mind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/breferrari/obsidian-mind/main/.claude/commands/om-standup.mdgit 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-standup)<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-standup"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-standup/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.
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-standup"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-standup.svg" alt="Reviewed on agentmods" width="80" 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.00018 | $0.00357 |
| Opus 5 | $0.00009 | $0.00179 |
| Sonnet 5 | $0.00004 | $0.00071 |
| Haiku 4.5 | $0.00002 | $0.00036 |
Grade A, and why
om-standup 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.
What it actually says
Run the morning standup.
Start from the SessionStart injection — do NOT re-read what it already carries. The hook has already injected: the North Star excerpt, active work, recent git changes, open tasks, hygiene flags (incl. open loops), and the file listing. Re-reading Home.md, brain/North Star.md, or re-running git log doubles the token cost for zero new information.
Gather only what the injection does NOT have:
- Read yesterday's and today's daily notes if they exist:
obsidian daily:read - List Obsidian-tracked tasks:
obsidian tasks daily todo(the injected Open Tasks section covers checkbox tasks in active notes and the vault root — this adds daily-note tasks) - Read
work/Index.mdONLY if the injected active-work list needs status detail the summary will actually use - Check for unprocessed inbox items (
work/meetings/raw exports — the hygiene flags name them when they age)
Present a structured standup summary:
- Yesterday: What got done (from the injected Recent Changes + daily note)
- Active Work: Current projects in work/active/ with their status
- Open Tasks: Pending items
- Open Loops: stale follow-ups from the injected hygiene flags — anything to chase today?
- North Star Alignment: How active work maps to current goals
- Suggested Focus: What to prioritize today based on goals + open items — act on injected hygiene flags here
Keep it concise. This is a quick orientation, not a deep dive.
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.
- 9d ago First seen · 25 lines · 18 tokens per session scan A efdb670a316b
om-standup is a command published in the GitHub repository breferrari/obsidian-mind (4,615 stars, last pushed 6d ago), licensed MIT. It adds 18 tokens to every session and 357 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-08-30.
Other commands, from other repositories
daily-okr
Run a daily knowledge compound loop (7 KR). Invoke with /daily-okr or "start my daily review".
open
Open the memex vault in Finder or Obsidian.
canvas
AI-orchestrated visual canvas production — create, populate, layout, present, generate, and export Obsidian canvases.
update_brain
Migra a ESTRUTURA do vault da v1 para a v2 (skills→commands, CLAUDE.md→AGENTS.md) sem perder dados.
handover_chat
Salva o progresso da sessão atual em 07 - HANDOVERS/ ou em uma tarefa T0XX ativa.
handon_chat
Retoma uma tarefa T0XX ou lista handovers ativos.