Find an Atom Eve agent
Atom Eve is an open registry of installable AI agents for eve.dev and Flue projects,
like shadcn but for agents. This skill is discovery only: match a goal to the right
agent and report what it needs. To install one, use install-atom-eve-agent. To author a new
agent for the registry, use author-atom-eve-agent.
Find the match
Fetch the machine-readable catalog: https://www.atomeve.dev/index.json. Each entry has
a name, description, family, category, integrations, connections, and env (each entry:
name, description, url, optional). Match the user's goal to a family, then narrow by
description:
- engineering: code review, QA, docs, observability, migrations
- growth: SEO, ads, content, social, CRO
- revenue: outreach, CRM, sales, finance
- support: ticket triage, onboarding, community
- ops: productivity, spend, HR, scheduling
- data: analytics, research
Human catalog: https://www.atomeve.dev. Agent page: https://www.atomeve.dev/agents//.
CLI listing: npx atom-eve list.
Report back
For the best one to three matches, give the agent name, the outcome it delivers in one
line, its env vars and integrations, and the install command npx atom-eve add <name>.
If nothing fits, say so and link https://www.atomeve.dev rather than forcing a match.
1---2name: find-atom-eve-agent3description: Use when someone wants to find, browse, compare, or choose an Atom Eve AI agent for a task (SEO, ads, content, QA, analytics, research, CRO, support, finance, ops). Searches the Atom Eve registry and recommends the best-matching installable agent.4---56# Find an Atom Eve agent78Atom Eve is an open registry of installable AI agents for eve.dev and Flue projects,9like shadcn but for agents. This skill is discovery only: match a goal to the right10agent and report what it needs. To install one, use install-atom-eve-agent. To author a new11agent for the registry, use author-atom-eve-agent.1213## Find the match1415Fetch the machine-readable catalog: https://www.atomeve.dev/index.json. Each entry has16a name, description, family, category, integrations, connections, and `env` (each entry:17name, description, url, optional). Match the user's goal to a family, then narrow by18description:1920- engineering: code review, QA, docs, observability, migrations21- growth: SEO, ads, content, social, CRO22- revenue: outreach, CRM, sales, finance23- support: ticket triage, onboarding, community24- ops: productivity, spend, HR, scheduling25- data: analytics, research2627Human catalog: https://www.atomeve.dev. Agent page: https://www.atomeve.dev/agents/<name>/.28CLI listing: `npx atom-eve list`.2930## Report back3132For the best one to three matches, give the agent name, the outcome it delivers in one33line, its env vars and integrations, and the install command `npx atom-eve add <name>`.34If nothing fits, say so and link https://www.atomeve.dev rather than forcing a match.