eve
SkillCloud & infraGive your AI the ability to build backend AI agents with the eve framework. Once added, it can start a new eve project, change how agents work, and track down problems in existing ones. Useful for building durable agents that run behind the scenes.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, point your AI at an existing eve project or ask it to start a new one, then describe what you want to build or change.
Then ask your AI: use the eve skill
What your AI can do with it
- Create new backend AI agents using the eve framework
- Edit agent instructions, skills, and tools
- Set up connections, channels, and schedules
- Configure sandboxes and subagents
- Write evals to check how agents behave
- Debug eve projects when something is not working
What this skill tells your AI
The instructions your AI receives, as published by vercel/eve in skills/eve/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 5k
- Forks
- 527
- Last commit
- Sep 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
eve-vercel- Source
- github.com/vercel/eve