# Eve Directory

> Open registry of Eve agents and extensions. Inspect every file with no login. Compose a starter stack. Install via shadcn.

- Full agent instructions: https://www.evedirectory.com/agents.md
- Per-page guide Markdown: https://www.evedirectory.com/llms.mdx/<slug>
- Human guides: https://www.evedirectory.com/docs
- Composer export: POST https://www.evedirectory.com/api/composer/export

## Guides

# Guides

- [Guides](/docs): Install Eve agents from Eve Directory, compose a starter project, and understand how this registry relates to the Eve framework.
- [What is Eve?](/docs/what-is-eve): Eve is a filesystem-first framework for durable AI agents. Eve Directory catalogs ready-to-install agent projects built with it.
- [Install with shadcn CLI](/docs/install-with-shadcn): Install a catalog agent into your Eve project the same way you add shadcn UI blocks — via the registry CLI.
- [After you install](/docs/after-you-install): What to change after installing a catalog agent — SETUP.md, Connect UIDs, env vars, local chat, and evals.
- [Compose vs Clone](/docs/compose-vs-clone): Choose shadcn install, Composer export, or cloning the directory repo depending on how you want to consume agents.
- [Composer](/docs/composer): Pick agents and extensions in the browser, review secrets, and export a starter zip — no account required.
- [What is an extension?](/docs/extensions): How Eve Directory extensions differ from agents, and how to mount one in an existing Eve project.
- [Contribute](/docs/contributing): Add a curated Eve app under catalog/, publish a community agent at /submit, or open a site PR. Validate with Eve and rebuild the shadcn registry.
- [Registry & machine access](/docs/registry-and-llms): shadcn registry JSON, llms.txt, and APIs for installing agents or building tools on Eve Directory.

- **Separator**
- Integrations
  - [Integrations](/docs/integrations): How Eve Directory labels channels and connections on listings — and thin after-install recipes that link out to Eve’s official docs.
  - [Slack (after install)](/docs/integrations/slack): Swap the catalog Connect UID so an installed Eve Directory agent can talk to your Slack workspace.
  - [GitHub (after install)](/docs/integrations/github): Wire GitHub after installing a catalog agent — Connect (preferred) or bring-your-own GitHub App env vars.
  - [Notion (after install)](/docs/integrations/notion): Create a Notion Connect client so an installed catalog agent’s MCP connection can reach your workspace.
  - [Telegram (after install)](/docs/integrations/telegram): Add BotFather tokens and register the webhook after installing a catalog Telegram agent.
  - [Linear (after install)](/docs/integrations/linear): Connect Linear via MCP (most listings) or the Linear Agent channel after installing from Eve Directory.

## Agents

- [PR Review Sentinel](https://www.evedirectory.com/agents/pr-review-sentinel): Review pull requests against team conventions, flag risky changes, and post structured, actionable feedback.
- [Browser QA Runner](https://www.evedirectory.com/agents/browser-qa-runner): Walk critical user flows in a real browser, capture evidence, and file reproducible bug reports.
- [API Contract Guardian](https://www.evedirectory.com/agents/api-contract-guardian): Detect drift between API specs, real behavior, and docs; draft changelogs, migration notes, and fixes.
- [Competitive Intel Scout](https://www.evedirectory.com/agents/competitive-intel-scout): Track competitors' pricing, changelogs, and traffic; report evidence-cited changes since the last check.
- [Churn Risk Sentinel](https://www.evedirectory.com/agents/churn-risk-sentinel): Correlate usage drop-off with billing events, remember account history, and propose specific save plays.
- [Inbound Lead Qualifier](https://www.evedirectory.com/agents/inbound-lead-qualifier): Qualify site visitors conversationally, score fit against your ICP, and hand sales a context-rich lead.
- [AI Search Visibility Analyst](https://www.evedirectory.com/agents/ai-search-visibility-analyst): Measure how your brand appears in AI answers and search, diagnose citation gaps, and prioritize content fixes.
- [Spend & Subscription Controller](https://www.evedirectory.com/agents/spend-subscription-controller): Flag card-spend anomalies, upcoming SaaS renewals, and duplicate subscriptions with owner-ready actions.
- [Chief of Staff (WhatsApp)](https://www.evedirectory.com/agents/whatsapp-chief-of-staff): A pocket chief of staff: captures tasks from quick messages, tracks commitments, and remembers what matters across weeks.
- [Developer Community Manager](https://www.evedirectory.com/agents/developer-community-manager): Triage community questions, escalate real bugs with reproductions, and turn recurring pain into roadmap signal.
- [Telegram Assistant Starter](https://www.evedirectory.com/agents/telegram-assistant-starter): Message a Telegram bot and it replies per your instructions. The blank canvas — edit instructions.md and nothing else.
- [Discord Docs Starter](https://www.evedirectory.com/agents/discord-docs-starter): Answers Discord questions from a single knowledge.md FAQ you paste in. Demos giving an agent knowledge.
- [GitHub Issue Labeler Starter](https://www.evedirectory.com/agents/github-issue-labeler-starter): New issue opened → applies one label from your taxonomy and asks for repro steps when a bug report is thin.
- [Linear Triage Starter](https://www.evedirectory.com/agents/linear-triage-starter): Delegated Linear tickets get a priority and team recommendation from rules in your instructions.
- [Daily Digest Starter](https://www.evedirectory.com/agents/daily-digest-starter): Weekday 9am UTC: fetch one RSS feed and post a five-item summary to Slack. Demos cron schedules.
- [Uptime Watch Starter](https://www.evedirectory.com/agents/uptime-watch-starter): Checks one URL every 5 minutes and Telegram-alerts you only when it goes down or recovers.
- [SMS Reminder Starter](https://www.evedirectory.com/agents/sms-reminder-starter): Text "remind me Thursday at 9" via Twilio and get texted back at that time. Demos dynamic scheduling.
- [Approval Gate Starter](https://www.evedirectory.com/agents/approval-gate-starter): Refunds always need Slack approval; service restarts use once(). Tool bodies log only — swap in real actions.
- [OpenAPI Chat Starter](https://www.evedirectory.com/agents/openapi-chat-starter): Chat with any HTTP API in plain English. Ships on Swagger Petstore; swap OPENAPI_SPEC_URL for yours.
- [Webhook Summarizer Starter](https://www.evedirectory.com/agents/webhook-summarizer-starter): POST any text to a custom webhook and get a classified summary in Slack. Demos custom channels.
- [Cron Task Starter](https://www.evedirectory.com/agents/cron-task-starter): A fire-and-forget weekly task as a plain markdown schedule — cron in frontmatter, prompt in the body.
- [Receipt Scanner Starter](https://www.evedirectory.com/agents/receipt-scanner-starter): Photo a receipt in Telegram and get merchant, total, category, and line items back. Demos attachments.
- [Translator Starter](https://www.evedirectory.com/agents/translator-starter): Paste text, get it back in TARGET_LANGUAGE. Instructions-only — the entire product is the prompt.
- [Headless API Starter](https://www.evedirectory.com/agents/headless-api-starter): Drive an agent with curl or eve/client — no chat UI. Demos the default HTTP session protocol.
- [Evals Playground Starter](https://www.evedirectory.com/agents/evals-playground-starter): A tiny agent plus numbered evals teaching succeeded, calledTool, parked, check, and judge.

## Extensions

- [HTTP Monitor](https://www.evedirectory.com/extensions/http-monitor): Check any URL from a tool call: status, latency, and change detection against the last check in the session. Timeout is mount config.
- [KV Memory](https://www.evedirectory.com/extensions/kv-memory): Session-scoped key/value memory: remember, recall, and forget tools backed by eve state. No external store, fully deterministic.
