← Back to all bundles

okf-tools — OKF Bundle for AI Agent Memory

OKF ✓ v0.1

CLI and Python library for querying, navigating, and authoring Google Open Knowledge Format (OKF) bundles. Adds semantic search, link graph traversal, and agent-friendly progressive disclosure to plain markdown knowledge bases.

By hdean-ssp 1 stars Uncategorized Apache-2.0

Best for

  • Claude Code and AI coding agents
  • Knowledge graph and knowledge management systems
  • Markdown note-taking and personal knowledge management
  • RAG (Retrieval Augmented Generation) pipelines
  • AI agent memory systems

What it does

  • CLI and Python library for querying, navigating, and authoring Google Open Knowledge Format (OKF) bundles.
  • Adds semantic search, link graph traversal, and agent-friendly progressive disclosure to plain markdown knowledge bases..

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/hdean-ssp/okf-tools
cd okf-tools

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/okf-tools

Frequently Asked Questions

Is okf-tools OKF conformant?

Yes, okf-tools is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.

How do I install okf-tools?

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-tools?

okf-tools works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.

What are alternatives to okf-tools?

Similar bundles include crystalline, okf-gem, pi-okf. Browse these for alternative approaches and feature sets.