by AgriciDaniel
Self-organizing AI second brain for Obsidian + Claude Code. Drop any source and Claude reads, links, and files it into one connected knowledge graph of plain Markdown you own. AI note-taking, personal knowledge management (PKM), and an open-source Notion alternative. Based on Karpathy's LLM Wiki pattern.
# Add to your Claude Code skills
git clone https://github.com/AgriciDaniel/claude-obsidianGuides for using ai agents skills like claude-obsidian.
Last scanned: 4/22/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-22T06:02:25.174Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-obsidian is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by AgriciDaniel. Self-organizing AI second brain for Obsidian + Claude Code. Drop any source and Claude reads, links, and files it into one connected knowledge graph of plain Markdown you own. AI note-taking, personal knowledge management (PKM), and an open-source Notion alternative. Based on Karpathy's LLM Wiki pattern. It has 8,980 GitHub stars.
Yes. claude-obsidian passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/AgriciDaniel/claude-obsidian" and add it to your Claude Code skills directory (see the Installation section above).
claude-obsidian is primarily written in Python. It is open-source under AgriciDaniel on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-obsidian against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
Claude + Obsidian knowledge companion and self-organizing AI second brain. A running AI notetaker that builds and maintains a persistent, compounding wiki vault. Every source you add gets integrated. Every question you ask pulls from everything that has been read. Knowledge compounds like interest.
Open-source Obsidian AI plugin for AI note-taking, personal knowledge management (PKM), second-brain workflows, and a private Notion alternative. 15 Claude Code skills, multi-agent support, multi-writer safe (v1.7+), first-class methodology modes (LYT / PARA / Zettelkasten / Generic via v1.8), and the 10-principle thinking framework (v1.9). Based on Andrej Karpathy's LLM Wiki pattern.
Two ways to get this skill. Pick the one that fits how you work.
- 🌐 Public open-source build (latest:
v1.9.2, recommended): the free, MIT-licensed release on Daniel Agrici's GitHub. Open to anyone, no membership required. Ships everything: v1.7 Compound Vault, v1.8 methodology modes, and the v1.9 thinking framework plus audit hardening.- ⚡ AI Marketing Hub Pro: the same MIT-licensed core, plus earliest access to in-development features before they land here, direct collaboration, and the Pro community. Pro members install from the AI Marketing Hub org mirror (swap note under Option 2 below).
✨ v1.7 "Compound Vault" refoundation: Obsidian CLI as default transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking that closes a latent multi-writer corruption hole, and substrate alignment with kepano/obsidian-skills. Full guide: docs/compound-vault-guide.md. Optional DragonScale Memory extension (log folds, deterministic page addresses, semantic tiling lint, boundary-first autoresearch).
You drop sources. Claude reads them, extracts entities and concepts, updates cross-references, and files everything into a structured Obsidian vault. The wiki gets richer with every ingest.
You ask questions. Claude reads the hot cache (recent context), scans the index, drills into relevant pages, and synthesizes an answer. It cites specific wiki pages, not training data.
You lint. Claude finds orphans, dead links, stale claims, and missing cross-references. Your wiki stays healthy without manual cleanup.
At the end of every session, Claude updates a hot cache. The next session starts with full recent context, no recap needed.
Most Obsidian AI plugins are chat interfaces. They answer questions about your existing notes. claude-obsidian is a knowledge engine. It creates, organizes, maintains, and evolves your notes autonomously.
| Capability | claude-obsidian | Smart Connections | Copilot |
|---|---|---|---|
| Auto-organize notes | ✅ Creates entities, concepts, cross-references | ❌ | ❌ |
| Contradiction flagging | ✅ [!contradiction] callouts with sources |
❌ | ❌ |
| Session memory | ✅ Hot cache persists between conversations | ❌ | ❌ |
| Vault maintenance | ✅ 8-category lint (orphans, dead links, gaps) | ❌ | ❌ |
| Autonomous research | ✅ 3-round web research with gap-filling | ❌ | ❌ |
| Methodology modes | ✅ LYT / PARA / Zettelkasten / Generic (first-class) | ❌ | ❌ |
| Thinking framework | ✅ 10-principle loop as invocable skill | ❌ | ❌ |
| Multi-model support | ✅ Claude, Gemini, Codex, Cursor, Windsurf | ❌ Claude only | ✅ Multiple |
| Visual canvas | ✅ Via claude-canvas | ❌ | ❌ |
| Multi-writer safe | ✅ Per-file advisory locks (v1.7+) | ❌ | ❌ |
| Query with citations | ✅ Cites specific wiki pages | ✅ Cites similar notes | ✅ Cites notes |
| Batch ingestion | ✅ Parallel agents for multiple sources | ❌ | ❌ |
| Open source | ✅ MIT | ✅ MIT | ⚠️ Freemium |
📖 Deep dive: I Turned Obsidian Into a Self-Organizing AI Brain. Full breakdown with data visualizations, market context, and workflow demos.
ℹ️ The commands below install the public open-source build from
AgriciDaniel/claude-obsidian(recommended, no membership needed). AI Marketing Hub Pro members who want early access to in-development features can swapAgriciDaniel/claude-obsidianforAI-Marketing-Hub/claude-obsidian(Option 2 also swaps the plugin slug; see the note under that option).
git clone https://github.com/AgriciDaniel/claude-obsidian
cd claude-obsidian
bash bin/setup-vault.sh
Open the folder in Obsidian: Manage Vaults → Open folder as vault → select claude-obsidian/.
Open Claude Code in the same folder. Type /wiki.
ℹ️
setup-vault.shconfiguresgraph.json(filter + colors),app.json(excludes plugin dirs), andappearance.json(enables CSS). Run it once before the first Obsidian open. You get the fully pre-configured graph view, color scheme, and wiki structure out of the box.
Plugin installation is a two-step process. First add the marketplace catalog, then install the plugin from it.
ℹ️ Which version are you installing?
- Public (recommended, no membership): the commands below install the free, MIT-licensed release from
AgriciDaniel/claude-obsidian. Nothing to sign up for.- AI Marketing Hub Pro member? For early access to in-development features, swap
AgriciDaniel/claude-obsidianforAI-Marketing-Hub/claude-obsidianand the plugin slugclaude-obsidian@agricidaniel-claude-obsidianforclaude-obsidian@ai-marketing-hub-claude-obsidian. The org mirror requires an authenticatedgh auth login(or GitHub PAT) with access to theAI-Marketing-Huborg. If/plugin marketplace addreturns a 404, your account is not in the org yet. DM in the Skool community to get added.
# Step 1: add the marketplace
claude plugin marketplace add AgriciDaniel/claude-obsidian
# Step 2: install the plugin
claude plugin install claude-obsidian@agricidaniel-claude-obsidian
In any Claude Code session: /wiki. Claude walks you through vault setup.
To check it worked:
claude plugin list