install-atom-eve-agent

install-atom-eve-agent is a skill for Claude Code, Codex from elie222/atom-eve. It costs 104 tokens per session (686 once invoked), scanned A, original, MIT.

A setup guide for adding an existing Atom Eve AI agent to a new or existing Eve or Flue application. Atom Eve places the agent’s source code in the project instead of hosting it elsewhere.

In plain words
What is it for?
Use it to scaffold an Eve app, add an agent with the Atom Eve command-line tool, configure secrets and settings, or connect scheduled reports to Slack.
Why use it?
It explains how to create or update the project, add the agent, configure credentials, and verify the installation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to scaffold an Eve app, add an agent with the Atom Eve command-line tool, configure secrets and settings, or connect scheduled reports to Slack.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elie222/atom-eve/install-atom-eve-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add elie222/atom-eve --skill install-atom-eve-agent
Clone the repo
git clone --depth 1 https://github.com/elie222/atom-eve

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for install-atom-eve-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/elie222/atom-eve/install-atom-eve-agent/github.svg)](https://agentmods.dev/skills/elie222/atom-eve/install-atom-eve-agent)
Your own site
<a href="https://agentmods.dev/skills/elie222/atom-eve/install-atom-eve-agent"><img src="https://agentmods.dev/badge/skills/elie222/atom-eve/install-atom-eve-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for install-atom-eve-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/elie222/atom-eve/install-atom-eve-agent"><img src="https://agentmods.dev/badge/skills/elie222/atom-eve/install-atom-eve-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 686 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00104 $0.00686
Opus 5 $0.00052 $0.00343
Sonnet 5 $0.00021 $0.00137
Haiku 4.5 $0.00010 $0.00069

Measured 10d ago against content hash 78bdb1d7ba7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

install-atom-eve-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/install-atom-eve-agent/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Install an Atom Eve agent

Atom Eve installs real agent source into the user's own repo, like shadcn but for agents. It does not host agents or store credentials. Pick the agent first with find-atom-eve-agent. For the always-current version of these steps, fetch https://www.atomeve.dev/start.md.

Install

Eve is the default target. Use Flue only if the user asks or the project already uses @flue/runtime (an Eve project has an agent/ directory).

  • New project: npx atom-eve create <name> --agent <agent>, then cd <name>
  • Existing Eve project: npx atom-eve add <agent>
  • Flue: npx atom-eve add <agent> --target flue
  • Slack: a two-way Slack channel is on by default (pass --no-slack to opt out); add --deliver slack to also post a scheduled run's report to Slack

Wire credentials and config

Read the agent's env (secrets: name, description, url, optional) and config (non-secret settings for the <!-- project-config --> block in agent/instructions.md) from https://www.atomeve.dev/index.json. Those are the summaries; the walkthrough is the agent's SETUP.md, installed into the project root (and shown on the agent page): how to obtain each credential, a read-only verification call for it, and where to store the value. Then follow the setup playbook in https://www.atomeve.dev/start.md: inspect installed CLIs and existing env first, ask all questions in one message up front, confirm before acting against a user account, and only run read-only validation calls with consent. Never invent secret values. On Eve, connections with auth vercel-connect are wired via Vercel Connect; env-auth connections read project env vars. On Flue, use the project's runtime secrets.

Runtime config (Eve)

Model calls route through the Vercel AI Gateway, so there is no model API key to set, but the Vercel account or team must have Gateway access. Run vercel link, then vercel env pull. Set AGENT_MODEL only to choose a different available model.

Verify

Read the full file on GitHub · 51 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 51 lines · 104 tokens per session scan A 78bdb1d7ba7d

Subscribe to this mod's changes

install-atom-eve-agent is a skill published in the GitHub repository elie222/atom-eve (49 stars, last pushed 2mo ago), licensed MIT. It adds 104 tokens to every session and 686 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

seo-audit

How to present the deterministic AI-SEO audit returned by auditpage. Use when reporting a page's readability and citation-readiness for AI answer engines (ChatGPT, Claude, Perplexity).

shadcn-labs/agentcn · 43 tokens

workspace

How to safely operate the sandboxed workspace. Use for any multi-step task involving files or shell commands.

shadcn-labs/agentcn · 23 tokens

research

Iterative, self-evaluating web research. Use when answering open-ended questions that require gathering and verifying information from multiple sources.

shadcn-labs/agentcn · 28 tokens

writing-quality

Writing-quality guardrails for any prose the agent drafts or edits: blog posts, page copy, Notion drafts, release notes, marketing text. Use this skill whenever writing or revising content meant for humans to read, to keep the prose natural, plain, and free of AI-sounding phrasing. Not needed for code, queries, or…

vercel-labs/sanity-copilot-eve-template · 73 tokens

sanity-best-practices

Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, Blueprints, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this skill…

vercel-labs/sanity-copilot-eve-template · 153 tokens

portable-text-serialization

Render and serialize Portable Text to React, Svelte, Vue, Astro, HTML, Markdown, and plain text. Use when implementing Portable Text rendering in any frontend framework, building custom serializers for non-standard block types, converting Portable Text to HTML strings server-side, converting Portable Text to Markdown…

vercel-labs/sanity-copilot-eve-template · 80 tokens