Best OKF Bundles for Obsidian
A curated list of the best Open Knowledge Format bundles that work natively in your Obsidian vault. 120 bundles found — sorted by community stars.
Why OKF + Obsidian?
OKF bundles are plain markdown files with YAML frontmatter — exactly the format Obsidian uses. That means you can:
- Open an OKF bundle directory as an Obsidian vault
- Use graph view to navigate cross-linked knowledge
- Leverage backlinks between bundle concepts
- Search, tag, and organize with Obsidian's built-in tools
- Sync bundles across devices via your existing Obsidian sync
Top OKF Bundles for Obsidian
pi-llm-wiki
Self-maintaining, Obsidian-compatible knowledge base for pi — turn raw sources into an interlinked wiki that compounds. Native Open Knowledge Format (OKF) v0.2.
View on BundleDex →lineage-skill
Distill videos, PDFs, transcripts, and notes into source-backed teacher Agent Skills.
View on BundleDex →echoes-vault-opencode
Persistent memory plugin for OpenCode. Obsidian-style knowledge base that survives across sessions
View on BundleDex →okf-gem
Open Knowledge Format for coding agents. Author, validate, lint, search, and visualize portable Markdown knowledge bundles. One gem carries the agent skill, the CLI and Ruby library, and an interactiv...
View on BundleDex →claude-mega-brain
OKF-powered knowledge context for Claude Code — injects your project's knowledge base at every session
View on BundleDex →obsidian-gemini-helper
AI chat, workflow automation, semantic search (RAG), LLM Wiki (OKF) powered by Google Gemini. Works on both desktop and mobile.
View on BundleDex →okf-frontmatter
skill: maintain repo docs under the Open Knowledge Format + fast doc/schema lookup (find_docs.py). Grep-first, script-fallback.
View on BundleDex →kiso
Kiso is a publishing engine that turns Open Knowledge Format (OKF) bundles into static websites for humans and AI agents.
View on BundleDex →surface
Portable, always-fresh docs for agents and humans. A Surface hub is a conformant OKF concept; Surface adds the freshness OKF leaves out - it fails the build when the code a doc describes changes. Dete...
View on BundleDex →data-olympus
Governance-grade, OKF-compatible knowledge-base format with a single-writer MCP server and CLI. Pre-release.
View on BundleDex →power-framework
Validate, index, search, and manage your knowledge base from the command line — or let AI agents do it through MCP. Built for knowledge workers who want machine-readable notes, automated quality check...
View on BundleDex →MIF
Open standard for portable AI knowledge interchange — JSON-LD + Markdown dual format with W3C PROV provenance, bi-temporal tracking, entity relationships, and OKF support.
View on BundleDex →agentic-task-system
MCP server + CLI that turns the task manager you already use into persistent agent memory for Claude Code and any MCP client. Hybrid retrieval (RRF), no vector database. Adapters: TickTick, Obsidian, ...
View on BundleDex →living-docs-skill
Living Docs — a AI agent skill that runs your project's documentation as a living system: constitution, ADRs, BDRs, PRDs, issues, research notes & Mermaid architecture diagrams under five no-drift go...
View on BundleDex →crystalline
Local-first memory for AI agents: teach knowledge as Markdown Domains, capture learnings as Engrams. One Rust binary with MCP server, CLI and hybrid search.
View on BundleDex →agent-wiki
Agent Wiki is a lightweight OKF-compatible knowledge layer for AI agents, turning documents, code, and project context into portable, retrievable memory.
View on BundleDex →docparse-rs
Pure-Rust document parsing for RAG/agents: PDF · DOCX · HTML · more → byte-deterministic, page+bbox-citable chunks. One binary, zero deps.
View on BundleDex →How to Use OKF Bundles in Obsidian
- Find a bundle — Browse the list above or search bundledex.net
- Clone the repo —
git clone https://github.com/author/bundle-name - Open in Obsidian — File → Open Vault → Open folder as vault → select the bundle directory
- Explore — Use graph view, backlinks, and search to navigate the knowledge
Tip: You can also copy individual markdown files from a bundle into your existing vault without opening the whole directory.
Frequently Asked Questions
Will OKF bundles work with my existing Obsidian plugins?
Yes. Since OKF bundles are standard markdown, all Obsidian plugins that work with markdown files are compatible. This includes Dataview, Templater, Graph Analysis, and most community plugins.
Can I edit OKF bundle files in Obsidian?
Absolutely. OKF bundles are designed to be human-readable and editable. You can add, modify, or remove content just like any other markdown file in your vault. Changes can be contributed back to the original bundle repository.
How do I keep my OKF bundles updated?
Since bundles are git repositories, you can git pull to get the latest updates. Some bundles on BundleDex include automatic update detection via star history tracking.