cybaea2k downloadsMaintain your vault as a self-updating knowledge system by running AI agents that find gaps, audit and unify tags, and retrieve context based on similarity and explicit links via Graph RAG

Vault Intelligence is a different AI plugin for Obsidian. It transforms your vault into a dynamic, self-maintaining knowledge system. It goes beyond simple Q&A by introducing agents that maintain your vault's structure, retrieve information based on your explicit connections, and ground your knowledge in the real world.
Obsidian vaults naturally degrade. As facts change, your notes become outdated. As the vault grows, connections are forgotten and tagging becomes inconsistent. Standard AI plugins function as search engines for this static data.
Vault Intelligence functions as a maintenance system. It identifies gaps in your notes by cross-referencing your writing with live web searches. It retrieves information based on the explicit structural links you built, rather than just matching text. It audits your tags to connect notes to existing topics, proposing new ones when needed. It connects to external tools—like local scripts or databases—under strict cryptographic security.
It is designed to keep your knowledge current, connected, and secure.
Vault Intelligence is free and open source.
Standard AI plugins retrieve text. Vault Intelligence is designed to actively maintain and update your knowledge base.
See also Strategic Positioning and Competitor Comparison.
To achieve this, we built Vault Intelligence around four distinct personas that act as stewards of your knowledge:
1. The Explorer (Finding the Hidden Threads)
Traditional search is a "bag of words." If you search for "automobile," it won't find notes about "cars." The Explorer understands meaning. By combining state-of-the-art semantic vector search with your graph's structural connections, it finds the invisible threads between your ideas. It knows that two notes are related not just because they share text, but because they share a conceptual sibling in your personal ontology. It brings serendipity back to your research.
2. The Researcher (Your Intellectual Partner)
Imagine having a research assistant who has memorized every note you’ve ever written. The Researcher doesn't just answer questions; it grounds its reasoning entirely in your vault. If it needs to crunch numbers, it can write and execute Python code. If it needs to verify a real-world fact, it can search the web. But crucially, it is bound by your context. It reads your files, understands your specific terminology, and can even draft or update notes—always asking for your final approval via a "Trust but Verify" prompt before writing a single word.
3. The Gardener (The Guardian of Your Graph)
A garden left untended becomes a jungle. The Gardener is a proactive agent that understands your personal ontology. It works in the background, analyzing your notes to find missing tags, suggesting new conceptual links, and proposing structural improvements. It never alters your files silently. Instead, it generates an interactive "Gardening Plan" for you to review, approve, or reject. It takes the chore out of Personal Knowledge Management.
4. The Solver (Advanced Analysis in your Vault)
Words are only half the story. If you track habits, log expenses, or compile research data in Markdown tables, that information usually sits dead on the page. The Solver brings it to life. When faced with a complex analytical question, it doesn't just guess—it acts as your personal data scientist. It can read your structured data, write Python code, and execute it inside a secure sandbox to crunch numbers, calculate trends, and forecast outcomes right inside your chat window. It turns static logs into actionable insights.
To make this seamless, Vault Intelligence uses a "Slim-Sync" Hybrid Architecture rather than acting as a standard LLM wrapper:
We adhere to industry-standard security and supply chain integrity practices:
For more details, see our Security Policy and Security and Robustness Standards.
Currently available in Beta via BRAT:
https://github.com/cybaea/obsidian-vault-intelligenceTo provide its features, Vault Intelligence may connect to several external or local services depending on your configuration:
generativelanguage.googleapis.com for chat, embeddings, and model management.api.voyageai.com for high-performance embeddings.http://localhost:11434). Supports custom HTTP headers for authenticated proxies.huggingface.co and cdn.jsdelivr.net.api.github.com to fetch the latest release notes and update information.We welcome contributions from developers, designers, and prompt engineers!
🛠️ Developers: Please read our Architecture & Standards Guide (ARCHITECTURE.md) and our Security and Robustness Standards (security-and-robustness.md) before submitting a pull request to understand our Web Worker constraints, strict SSRF protections, and internal API contracts.
See CONTRIBUTING.md for general guidelines.
License: MIT