eve
Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, or evals.
How do I install this agent skill?
npx skills add https://github.com/vercel/eve --skill eveIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a comprehensive development framework for creating durable AI agents. It includes capabilities for sandboxed command execution, secure management of credentials via environment variables, and integrations with established external platforms. All identified patterns are consistent with its intended use as a professional developer tool.
- Socketwarn
6 alerts: gptAnomaly, gptSecurity
- Snykwarn
Risk: unknown · No issues
What does this agent skill do?
eve
eve is a filesystem-first framework for durable backend AI agents. An agent is a directory on disk — instructions, skills, tools, connections, channels, subagents, and schedules are all files — and eve compiles and runs it.
Source of truth
The complete documentation ships inside the eve package. Do not rely on this
skill for guidance — always read the bundled docs, which match the installed
version exactly:
node_modules/eve/docs/
Start with node_modules/eve/docs/README.md. It contains the full
index and recommended reading order. Before writing any eve code, read the
relevant guide there first.
If eve is not installed yet, install it (npm install eve) or scaffold a new
agent with npx eve init <agent-name>, then read the bundled docs.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/vercel/eve/eve">View eve on skillZs</a>