EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. claude-obsidian
    claude-obsidian icon

    claude-obsidian

    Knowledge Management

    A free, MIT-licensed Claude Code plugin that turns Obsidian into a self-organizing AI second brain, automatically ingesting sources into linked plain-Markdown notes you own.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and MIT-licensed. Users pay only for their own Claude API token usage.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementAgent Skill RegistriesRetrieval-Augmented Generation

    Alternatives

    obsidian-skillsOnyxbrain-map-skill
    Developer
    Agrici DanielMoldovaEst. 2024

    Listed Aug 2026

    About claude-obsidian

    claude-obsidian is a local-first knowledge system built by Agrici Daniel that runs as a Claude Code plugin and compatible Agent Skills host. It implements Andrej Karpathy's LLM Wiki pattern—keeping notes as plain Markdown an LLM can read and write directly, with no vector database or embeddings server required. The project is MIT-licensed, free to use, and actively maintained on GitHub with over 10,000 stars.

    What It Is

    claude-obsidian is a personal knowledge management (PKM) tool that automates the filing, linking, and maintenance work that causes most note vaults to stagnate. Instead of asking users to tag, link, and organize manually, it uses Claude to read source material, extract named entities and concepts, write linked wiki pages, and cross-reference everything against what is already in the vault. The output is a normal directory of Markdown files that opens in Obsidian, a text editor, or any plain-text tool—now and in the future.

    The design follows Karpathy's LLM Wiki pattern, which skips traditional vector search in favor of plain Markdown that a language model can read directly. Three core files anchor the system: a hot cache of recent context, an index, and the wiki pages themselves.

    How the Workflow Operates

    The core loop has two active steps and one passive one:

    • Drop a source. Drag a PDF, paste a URL, or dump a transcript into the inbox/ folder. Originals are never modified—they remain as immutable records.
    • Run /wiki-ingest. The skill reads the source, extracts entities (people, tools, companies), identifies concepts and frameworks, creates or updates wiki pages, adds cross-references, and flags contradictions with existing knowledge.
    • Query and reuse. /wiki-query answers read-only from vault evidence. /autoresearch runs bounded web research and grows the graph up to 12 pages hands-free. /save files a conversation as one clean linked note.

    The project claims that a 20-page PDF becomes 8–15 connected wiki pages in a single command, with no manual folders, tags, or links.

    15 Skills Across the Full Lifecycle

    As of v2.1.0, claude-obsidian ships 15 skills organized into three groups:

    Build and use the wiki: wiki, save, wiki-ingest, wiki-query, wiki-lint

    Extend the workflow: autoresearch, canvas, defuddle, wiki-fold, wiki-mode, wiki-retrieve, wiki-cli

    Reference skills: obsidian-markdown, obsidian-bases, think

    The wiki-mode skill supports four methodology conventions—Generic, LYT, PARA, and Zettelkasten—routing new notes accordingly without reorganizing existing ones. The /think skill adds a 10-principle structured reasoning loop for audits and ambiguous decisions.

    Architecture and Trust Model

    The product enforces a strict boundary between the source checkout and the user vault. A vault is selected explicitly via environment variable, a .claude-obsidian.json config, or an unambiguous initialized ancestor—never inferred. Every mutating operation follows a plan-then-apply transaction model: the system reads targets, records SHA-256 hashes, lets parallel workers return drafts only, merges changes into one operation bundle, and applies it once with atomic replacement and backup journaling. A changed target is a conflict, never a silent overwrite.

    Multi-writer safety uses per-file advisory locking so several agents can ingest concurrently without corrupting the vault. The hot cache—roughly 500 words of recent context—restores working memory at the start of each new conversation, avoiding the token cost of re-establishing context from scratch.

    Update: v2.1.0 — Native Windows Compatibility

    The latest release, v2.1.0 (published July 31, 2026), adds native Windows compatibility to the portable surface. CI exercises Linux, macOS, and a native-Windows smoke job. On native Windows (including Git Bash), read-only inspection and dry-run commands work; vault writes require WSL and fail closed with an UNSUPPORTED_PLATFORM error. The v1.9 "Compound Vault" arc, which preceded v2.x, introduced hybrid retrieval (contextual prefix + BM25 + cosine rerank), methodology modes, multi-writer safety, and the /think skill. The project's GitHub repository shows active development with the last push on August 1, 2026.

    Why It Matters for Local-First PKM

    Unlike cloud-based knowledge tools, claude-obsidian stores everything as plain Markdown on the user's disk. There is no proprietary export format, no background worker, no embeddings server to host, and no subscription for the plugin itself. Users pay only for Claude API token usage. The vault remains fully browsable in Obsidian—graph view, canvas, full-text search—even when no AI is running. This local-first, data-ownership model positions it as an open-source alternative to cloud-locked knowledge apps for developers, researchers, and knowledge workers who want to own their second brain.

    claude-obsidian - 1

    Community Discussions

    Be the first to start a conversation about claude-obsidian

    Share your experience with claude-obsidian, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and MIT-licensed. Users pay only for their own Claude API token usage.

    • 15 skills covering the full knowledge lifecycle
    • Automated source ingestion and wiki page creation
    • Hybrid retrieval with BM25 and cosine reranking
    • Methodology modes: Generic, LYT, PARA, Zettelkasten
    • Multi-writer safety and transaction-safe vault writes

    Capabilities

    Key Features

    • 15 skills covering the full knowledge lifecycle
    • Automated source ingestion with entity and concept extraction
    • Linked wiki page creation and cross-referencing
    • Hot cache for session context restoration
    • Hybrid retrieval: contextual prefix, BM25, and cosine reranking
    • Methodology modes: Generic, LYT, PARA, Zettelkasten
    • Multi-writer safety with per-file advisory locking
    • Autonomous research up to 12 pages hands-free
    • Obsidian Canvas creation and maintenance
    • Structured /think reasoning loop
    • Transaction-safe vault writes with SHA-256 verification
    • Plain Markdown output with no vendor lock-in
    • Obsidian graph view and full-text search compatibility
    • Portable CLI for vault init, adopt, migrate, lint, and recover
    • MIT licensed and fully open source

    Integrations

    Obsidian
    Claude Code
    Claude API
    Agent Skills
    Codex
    OpenCode
    Gemini
    Cursor
    Windsurf
    Obsidian CLI
    Ollama
    defuddle
    BM25
    n8n
    API Available
    View Docs

    Demo Video

    claude-obsidian Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate claude-obsidian and help others make informed decisions.

    Developer

    Agrici Daniel

    Agrici Daniel builds open-source AI automation tools and workflows for digital marketing professionals. As an AI Workflow Architect and Marketing Automation Expert, he specializes in intelligent systems that transform SEO and paid advertising workflows using Claude, n8n, OpenAI, and Gemini. He founded the AI Marketing Hub community (2,800+ members) and co-founded Rankenstein, an AI-powered SEO content platform. His open-source Claude Code skill ecosystem has accumulated 9,500+ GitHub stars across 35 MIT-licensed repositories.

    Founded 2024
    Moldova
    1 employees

    Used by

    Used by thousands of users across…
    Read more about Agrici Daniel
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    obsidian-skills icon

    obsidian-skills

    Agent Skills for Obsidian that teach AI coding agents to create and edit Obsidian Markdown, Bases, JSON Canvas, and interact with the Obsidian CLI.

    Onyx icon

    Onyx

    Open source AI platform with RAG, deep research, custom agents, and 50+ connectors — deployable anywhere via Docker, Kubernetes, or cloud.

    brain-map-skill icon

    brain-map-skill

    Turn a folder of Markdown notes (Obsidian vault or gbrain export) into a self-contained, interactive HTML knowledge map with a force-directed graph and growth timeline.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    135 tools

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    86 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    103 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions