Install with shadcn CLI
Install a catalog agent into your Eve project the same way you add shadcn UI blocks — via the registry CLI.
Eve Directory serves agents as a shadcn registry. From a project that already has Eve (or after npx eve@latest init), install an agent by slug:
npx shadcn@latest add @evedirectory/<agent-slug>Replace <agent-slug> with the listing slug from the URL — for example /agents/pr-review-sentinel → pr-review-sentinel.
The CLI writes a complete Eve app into your project: package.json, agent/ (instructions, tools, connections, schedules, …), and evals/. Review the generated files, set any required env vars (see SETUP.md), then run:
npm install
npm run devOne-time registry setup (if you have not added @evedirectory yet):
npx shadcn@latest registry add @evedirectory=https://www.evedirectory.com/r/{name}.jsonBefore you install
- Prefer an existing Eve app, or scaffold with
npx eve@latest init . - Commit or stash local changes — the CLI may create or overwrite files under
agent/ - Read the listing’s summary and file explorer so you know what you’re pulling in
Compose instead
Need several agents or extensions in one starter? Use Composer to pick listings and download a zip, then follow that project’s setup notes.