Help us improve
Share bugs, ideas, or general feedback.
From open-second-brain
Reads, writes, and maintains an agent-owned second brain in an Obsidian-compatible Markdown vault. Useful when Claude needs to record observations, preferences, and evidence using the Brain/ directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-second-brain:open-second-brainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a user asks an agent to use, configure, inspect, or maintain Open Second Brain.
Share bugs, ideas, or general feedback.
Use this skill when a user asks an agent to use, configure, inspect, or maintain Open Second Brain.
Open Second Brain owns one top-level directory in the vault: Brain/. Everything the agent writes lives under it.
Brain/ - agent-writable observing memory. Taste signals, accreted preferences (unconfirmed → confirmed → retired), evidence log, snapshots. Operations go through MCP tools brain_feedback, brain_apply_evidence, brain_dream, brain_brief, brain_query, brain_doctor - see the brain-memory skill for the calling protocol. CLI counterparts: o2b brain *.notes.read_paths in Brain/_brain.yaml; the agent never writes to them.Brain/. Never write to user-authored note folders.Brain/log/, preferences live in Brain/preferences/.o2b brain ..., o2b doctor, o2b status) over guessing file paths.o2b status or second_brain_status MCP tool.Brain/_BRAIN.md - this is the per-vault contract for agents.brain_feedback (see the brain-memory skill).brain_apply_evidence (see the brain-memory skill).second_brain_query.If a write operation might affect anything outside the Brain/ directory, ask for explicit confirmation. When in doubt, prefer Brain/.
brain-memory skill — when and how to call brain_feedback / brain_apply_evidence.Brain/_BRAIN.md (in each vault) — operating manual for that vault, generated by o2b brain init.docs/plans/2026-05-15-brain-observing-memory.md (in the repo) — full design.npx claudepluginhub itechmeat/open-second-brain --plugin open-second-brainIntegrates Claude Code with an Obsidian vault for capturing thoughts, managing tasks, morning planning, and querying linked notes via a dual-zone architecture.
Captures conversational knowledge to Second Brain on 'remember this', 'save this', or 'brain dump' triggers. Journals verbatim quotes, classifies epistemic types, and updates structured markdown files.
Loads Obsidian vault notes as conversational context when users request personal notes via phrases like 'check my notes about'. Scans MOCs, retrieves linked notes, limits to 15k chars.