brox
The package manager for AI agent skills.
$
npm install -g @broxhq/cliWhat's a skill?
A self-contained bundle of instructions, scripts, and references that extends an AI agent's capabilities. Drop one into your project and your agent gains a new ability — read PDFs, query databases, scan git history, fetch websites.
$
brox install @brox/pdf-extractorSkills land in .claude/skills/ — the convention recognized by Claude Code, Cursor, Cline, and Continue.
Available now
- @brox/pdf-extractorExtract text from PDFs
- @brox/web-fetchFetch URLs as clean text
- @brox/git-contextRepo awareness for agents
- @brox/sqlite-queryInspect and query .db files
Full list lives in broxhq/registry.
Publish your own
Scaffold a skill with brox init, edit SKILL.md, push to GitHub, and publish. CI validates the manifest, ownership, and source repo, then auto-merges — usually in under a minute.
$ brox init
$ brox login
$ brox publishYou publish under your GitHub username as the scope: @alice/* belongs to alice.