Back to Learn
Distribution

Install an Eve agent

Install a community Eve agent with npx shadcn@latest add @evex/<slug>. Inspect the files on /agents first, then run the command in your Eve app.

the short version

Install a community Eve agent with npx shadcn@latest add @evex/<slug>. Inspect the files on /agents first.

How you install

Run this inside an Eve app:

npx shadcn@latest add @evex/<slug>

Pick the slug from the catalog. The files land in your project. After that, evex is out of the loop.

Inspect first

Open the agent page on /agents and read the files before you install. What you see is what the command writes.

Where to go next

The live catalog is /agents. What a registry is: Eve agent registry. Command details: Installation.

Decision table

Install from the catalog

Use when

You picked a slug on /agents and want its files in your Eve app.

Avoid when

You still need to inspect the agent source before trusting it.

Inspect before install

Use when

You want to read every file on the agent page first.

Avoid when

You already audited the source and are ready to install.

Install a catalog agent

Pick a slug on /agents, then run npx shadcn@latest add @evex/<slug> inside your Eve app.

Confirm what lands

Open the agent page and read the files. Install only after the source matches the job you need.

FAQ

What is the install command?

Run npx shadcn@latest add @evex/<slug> inside an Eve app. Replace the slug with the agent you picked from the catalog.

Should I inspect files before installing?

Yes. Open the agent page on /agents and read the files first. What you see is what the command writes.

Where do I go for command details?

Command details are in Installation. What a registry is: Eve agent registry.

Related guides

Keep moving through the same decision space.

Browse installable agents