← Back to all bundles
okf-bundle — OKF Bundle for AI Agents
DraftAn AI writes a knowledge base. A separate program decides whether to believe it. Working demo of Google's Open Knowledge Format v0.2.
Best for
- AI agent development
What it does
- An AI writes a knowledge base.
- A separate program decides whether to believe it.
- Working demo of Google's Open Knowledge Format v0.2..
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/BlackBox-ai-lab/okf-bundle
cd okf-bundle Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/okf-bundle # Cursor
cursor /path/to/okf-bundle # OpenCode
opencode /path/to/okf-bundle Frequently Asked Questions
Is okf-bundle OKF conformant?
No, okf-bundle is currently marked as a draft bundle. It may not fully follow the OKF specification yet.
How do I install okf-bundle?
Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.
What AI agents can use okf-bundle?
okf-bundle works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.