obsidian-mind: Command for Claude Code

.claude/commands/om-capture-1on1.md

om-capture-1on1 is a command for Claude Code from breferrari/obsidian-mind. It costs 0 tokens per session (493 once invoked), scanned A, original, MIT.

A command that turns a meeting transcript, notes, or Gemini summary into a dated Markdown note in an Obsidian vault. It records takeaways, decisions, tasks, quotes, and meeting context.

In plain words
What is it for?
Use it after a one-to-one meeting to capture what was discussed, who owns each task, useful quotes, and related direct-message context.
Why use it?
It removes the need to organise raw meeting information by hand and makes follow-up work easier to find.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is breferrari/obsidian-mind's own configuration. It tells Claude Code how to work on obsidian-mind 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 obsidian-mind configures →

Part of the obsidian plugin — 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server shipped together

About the project

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.

breferrari/obsidian-mind · 4,620 stars · on GitHub

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/breferrari/obsidian-mind/main/.claude/commands/om-capture-1on1.md
Clone the repo
git clone --depth 1 https://github.com/breferrari/obsidian-mind

Made for: Claude Code.

Or install obsidian, the plugin that ships this one along with the rest of its 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server.

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 om-capture-1on1

README.md
[![agentmods](https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-capture-1on1/github.svg)](https://agentmods.dev/commands/breferrari/obsidian-mind/om-capture-1on1)
Your own site
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-capture-1on1"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-capture-1on1/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 om-capture-1on1

Your own site · 80×15
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-capture-1on1"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-capture-1on1.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 493 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.
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.00000 $0.00493
Opus 5 $0.00000 $0.00246
Sonnet 5 $0.00000 $0.00099
Haiku 4.5 $0.00000 $0.00049

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

Security

Grade A, and why

om-capture-1on1 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 10d 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/commands/om-capture-1on1.md · 53 lines

How it starts

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

Capture 1:1 Meeting

Take a meeting transcript, notes, or Gemini summary and create a structured vault note with key takeaways, quotes, action items, and DM context.

Usage

/om-capture-1on1 <participant>

User will paste the transcript/notes. Example: /om-capture-1on1 <name>

Workflow

  1. Parse the input — handle Gemini transcripts, raw notes, or meeting summaries.

  2. Create work note at work/1-1/<Participant> <YYYY-MM-DD>.md with:

    ---
    date: "<meeting date>"
    description: "<one-line summary of key topics discussed>"
    tags:
      - work-note
    status: completed
    ---
    
  3. Structure the note with these sections:

    • Key Takeaways — bullet points of the most important things discussed, grouped by topic
    • Decisions Made — anything agreed upon
    • Action Items — with checkboxes, who owns each
    • Quotes Worth Noting — direct quotes that reveal priorities, feedback, or dynamics (use blockquotes)
    • What Went Well — what landed, what resonated
    • What to Watch — things to monitor, concerns, ambiguous signals
    • Context From DMs — check relevant DMs before/after the meeting for color (ask user for channel IDs if needed)
    • Related — wikilinks to relevant notes
  4. Update related notes:

    • Person's people note (add 1:1 section or update existing)
    • work/Index.md (add to Review Prep or Active Projects as appropriate)
    • brain/Memories.md if any context changed (manager dynamics, priorities, etc.)
    • org/people/ note for the participant
  5. Check for stale context — if the meeting reveals something that contradicts existing vault notes, flag and update.

Important

  • Preserve the conversational tone — don't over-formalize quotes
  • Flag sensitive interpersonal items — note if they should stay private
  • Separate what was SAID from what it MEANS (interpretation goes in "What to Watch")
  • Cross-reference with DMs from the same day for fuller picture

Read the full file on GitHub · 53 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. 10d ago First seen · 53 lines · 0 tokens per session scan A 8b135fbc774e

Subscribe to this mod's changes

om-capture-1on1 is a command published in the GitHub repository breferrari/obsidian-mind (4,620 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 493 tokens. 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.