From obsidian-brain
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-brain:obsidian-brainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use vault notes as conversational context and archive session learnings as Zettelkasten notes.
Use vault notes as conversational context and archive session learnings as Zettelkasten notes.
| Intent | Skill |
|---|---|
| Create, edit, move, search notes | obsidian |
| Use vault knowledge as context | obsidian-brain ✅ |
| Archive session learnings | /obsidian-archive command |
| Explicitly load vault context | /brain command |
Resolve once per session, cache for reuse:
~/.claude/obsidian-brain/config.json → vaultPathobsidian-cli print-default --path-only~/Library/Application Support/obsidian/obsidian.jsonIf vault path is invalid, clear config and re-resolve. See references/vault-setup.md for details.
When the user asks to reference their notes:
2-maps/*.md for keywords, read top 3 matching MOCs[[wikilinks]] from MOCs, read up to 5 linked notes1-zettelkasten/ and 0-inbox/ directly for keywords (catches orphan notes not linked to any MOC)이 주제에 대한 노트를 찾지 못했습니다.
관련 키워드: [searched terms]
If 2-maps/ is empty or missing, inform the user:
vault에 아직 노트가 없습니다. /obsidian-archive 로 학습 내용을 저장해보세요.
The /obsidian-archive command handles learning extraction. It follows:
0-inbox/에 저장, MOC 업데이트Full workflow details in references/archive-workflow.md.
Note and MOC templates in references/templates.md.
| Situation | Load |
|---|---|
| First run, vault setup needed | references/vault-setup.md |
| Creating notes or MOCs | references/templates.md |
| Running /obsidian-archive | references/archive-workflow.md |
npx claudepluginhub hamsurang/kit --plugin obsidian-brainManages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.
Searches an Obsidian vault for prior knowledge, past decisions, and accumulated learnings, surfacing relevant notes before answering from general knowledge. Uses index-first retrieval with fallback content search.
Integrates with Obsidian vault via official CLI for capturing dev artifacts, searching notes, appending to daily notes, and managing tasks. Requires Obsidian desktop app running with CLI enabled.