CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes145downloads
Dataset Card

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:

FieldTypeDescription
slugstringUnique identifier
namestringHuman-readable name
descriptionstringWhat the bundle covers
authorstringGitHub author/owner
starsintegerGitHub stars (quality signal)
tagslist[string]Topic tags
categorystringContent category (e.g. "AI & ML", "Tooling")
repo_urlstringSource repository
okf_urlstringOKF manifest (agent-parseable)
licensestringRepository license

Usage

python
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.