OKF Bundle Generator
Turn any website into an Open Knowledge Format bundle, the markdown format Google shipped for feeding content to AI agents. Paste your URL or sitemap and you get a downloadable bundle plus a map of your content the way an agent would crawl it. Up to 100 pages, free. I built it after converting my own site.
Your content as a graph. Each dot is a page, each line an internal link. Hover to see a title.
Concepts in the bundle
Hosting it on your site
Unzip the bundle and serve the files at yoursite.com/okf/ so agents can find them, starting at /okf/index.md.
- Static hosts (Cloudflare, Netlify, Vercel, Astro, Hugo): drop the folder in your public directory and deploy. Easiest.
- WordPress: upload the folder via FTP or a file manager to a
/okf/path, or use a static-file plugin. Doable, a little fiddlier. - Wix, Squarespace, and other closed platforms: these usually will not serve files at a custom path, so hosting the bundle there may not be possible yet. You can still keep it and use the graph.
Important: OKF is a v0.1 draft and nothing reads these bundles yet, so this is being early, not instant traffic. Extraction is good, not perfect, and quality depends on how cleanly your site is built. JavaScript only sites and pages behind a login cannot be read. The cap is 100 pages, enough for most sites. If yours is bigger, point the tool at a specific sitemap (your blog or docs section) rather than the whole domain, so the 100 it bundles are the ones you care about.