BundleDex Agent Skills
July 6, 2026 · View on GitHub
Agent skills for discovering and publishing OKF (Open Knowledge Format) bundles via BundleDex — the directory of agent-readable knowledge bundles.
Installation
# Install all skills
npx skills add McClawdDigital/bundledex-agent-skills
# Or install individually
npx skills add McClawdDigital/bundledex-agent-skills --skill bundledex-search
npx skills add McClawdDigital/bundledex-agent-skills --skill bundledex-submit
Skills
bundledex-search
Find, browse, and evaluate OKF bundles on any topic — AI, databases, web dev, Nostr, MCP, design, devops, and more. Queries the BundleDex API with server-side ranking so agents don't waste tokens filtering client-side.
Use when: The user asks for knowledge bundles on a topic, wants to discover OKF bundles, or asks "is there a bundle for X?"
bundledex-submit
Submit a new OKF bundle to BundleDex so it appears in the directory. Validates prerequisites (okf.yaml, license, README), posts to the submission API, and explains the daily discovery pipeline.
Use when: The user wants to list their bundle, claim an existing listing, or learn how to get their knowledge on BundleDex.
How It Works
Both skills use the BundleDex API directly — no API keys needed. The search is server-side ranked by relevance, and submissions enter the daily discovery cron (6AM UTC) for automated indexing.
Agent Compatibility
Works with any agent that supports npx skills:
- Claude Code
- Cursor
- GitHub Copilot
- Windsurf
- Gemini CLI
- Cline
- Hermes Agent
- +70 more (see skills.sh)
License
MIT