eve
SkillMonitoring & opseve is a skill for building durable backend AI agents with the eve framework. Once added, your AI can create, edit, and debug eve projects, covering agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, and evals.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, describe the agent you want to build, or share an existing eve project and ask for the changes or fixes you need.
Then ask your AI: use the eve skill
What your AI can do with it
- Create new eve agent projects
- Edit agent instructions and skills
- Connect agents to tools and channels
- Set up subagents and schedules
- Configure sandboxes
- Debug existing eve projects and add evals
What this skill tells your AI
The instructions your AI receives, as published by asymmetric-al/core in .agents/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
- 391
- Forks
- 7
- Last commit
- Sep 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
eve- Source
- github.com/asymmetric-al/core