BundleDex / Guides / Best OKF Bundles for Obsidian

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

#1

iwe

by iwe-org · ⭐1541 · knowledge-management, markdown, notes, pkm, zettelkasten

Markdown memory system for you and your AI agent

View on BundleDex →
#2

pi-llm-wiki

by zosmaai · ⭐507 · knowledge-management, markdown, obsidian, pkm, second-brain

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 →
#3

lineage-skill

by JuneYaooo · ⭐418 · knowledge-management

Distill videos, PDFs, transcripts, and notes into source-backed teacher Agent Skills.

View on BundleDex →
#4

echoes-vault-opencode

by psinetron · ⭐155 · markdown, obsidian

Persistent memory plugin for OpenCode. Obsidian-style knowledge base that survives across sessions

View on BundleDex →
#5

okf-gem

by serradura · ⭐124 · knowledge-management, markdown

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 →
#6

claude-mega-brain

by guhcostan · ⭐122 · second-brain

OKF-powered knowledge context for Claude Code — injects your project's knowledge base at every session

View on BundleDex →
#7

obsidian-gemini-helper

by takeshy · ⭐112 · obsidian

AI chat, workflow automation, semantic search (RAG), LLM Wiki (OKF) powered by Google Gemini. Works on both desktop and mobile.

View on BundleDex →
#8

okf-frontmatter

by longsizhuo · ⭐43 · markdown

skill: maintain repo docs under the Open Knowledge Format + fast doc/schema lookup (find_docs.py). Grep-first, script-fallback.

View on BundleDex →
#9

okf-harness

by pumblus · ⭐32 · knowledge-management

Agent-first local harness for OKF-compatible LLM Wikis.

View on BundleDex →
#10

kiso

by oak-invest · ⭐28 · markdown

Kiso is a publishing engine that turns Open Knowledge Format (OKF) bundles into static websites for humans and AI agents.

View on BundleDex →
#11

surface

by Connorrmcd6 · ⭐27 · knowledge-management

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 →
#12

data-olympus

by knaisoma · ⭐22 · knowledge-management, markdown

Governance-grade, OKF-compatible knowledge-base format with a single-writer MCP server and CLI. Pre-release.

View on BundleDex →
#13

power-framework

by weby-homelab · ⭐19 · knowledge-management, obsidian, second-brain

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 →
#14

okf-schema

by gsemet · ⭐14 · markdown

Open Knowledge Format with JSONSchema

View on BundleDex →
#15

MIF

by modeled-information-format · ⭐11 · markdown, obsidian

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 →
#16

agentic-task-system

by renezander030 · ⭐10 · obsidian

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 →
#17

living-docs-skill

by ejklock · ⭐10 · knowledge-management, markdown

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 →
#18

crystalline

by jordiboehme · ⭐9 · knowledge-management, markdown

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 →
#19

agent-wiki

by xinhuagu · ⭐7 · markdown, second-brain

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 →
#20

docparse-rs

by yzlabai · ⭐7 · markdown

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

  1. Find a bundle — Browse the list above or search bundledex.net
  2. Clone the repogit clone https://github.com/author/bundle-name
  3. Open in Obsidian — File → Open Vault → Open folder as vault → select the bundle directory
  4. 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.