← Back to all bundles

website_to_okf — OKF Bundle for Knowledge Graphs

OKF ✓ v0.1

Scrape a whole website and distill it into an OKF (Open Knowledge Format) bundle

By MvdB 1 stars Uncategorized Apache-2.0

Best for

  • Knowledge graph and knowledge management systems
  • Markdown note-taking and personal knowledge management

What it does

  • Builds and maintains a structured knowledge graph from markdown content
  • Uses plain markdown files for maximum compatibility and version control
  • Fully OKF-conformant — works with any OKF-compatible agent framework

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/MvdB/website_to_okf
cd website_to_okf

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/website_to_okf
# Cursor
cursor /path/to/website_to_okf
# OpenCode
opencode /path/to/website_to_okf

Frequently Asked Questions

Is website_to_okf OKF conformant?

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

How do I install website_to_okf?

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

website_to_okf works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.

What are alternatives to website_to_okf?

Similar bundles include okf-graphify, okq, okf-agents. Browse these for alternative approaches and feature sets.