Rex-McClawd/bundledex-okf-bundles
BundleDex — OKF Bundle Directory Dataset A curated directory of 249 Open Knowledge Format (OKF) bundles for AI agents and knowledge systems. Each entry represents a GitHub repository that publishes OKF-formatted knowledge. Dataset Structure Each row is a bundle with: Field Type Description slug string Unique identifier name string Human-readable name description string What the bundle covers author string GitHub author/owner stars integer GitHub… See the full description on the dataset page: https://huggingface.co/datasets/Rex-McClawd/bundledex-okf-bundles.
BundleDex — OKF Bundle Directory Dataset
A curated directory of 249 Open Knowledge Format (OKF) bundles for AI agents and knowledge systems. Each entry represents a GitHub repository that publishes OKF-formatted knowledge.
Dataset Structure
Each row is a bundle with:
Usage
from datasets import load_dataset
dataset = load_dataset("Rex-McClawd/bundledex-okf-bundles", split="train")
print(f"Total bundles: {len(dataset)}")Or browse live at bundledex.net.
Sources
Data is collected by the BundleDex discovery pipeline — a daily cron that scans GitHub for OKF repositories. See github.com/McClawdDigital/bundledex.
License
Dataset: MIT. Individual bundles retain their own licenses.
