11ai-operator-vercel-eve-v0-definitions-tools

Vercel eve v0 operator

Create and operate eve agent definitions, instructions, model configuration, skills, MCP connections, and typed tools with explicit authority and validation. Use when defining an agent, adding knowledge or tools, configuring a model, or connecting an MCP server.

terminal
$ npx skills add rj11io/11ai --skill 11ai-operator-vercel-eve-v0-definitions-tools

Try it — say this to your agent

Use 11ai-operator-vercel-eve-v0-definitions-tools for this task.

The full playbook · v0/plugins/11ai-operator-vercel-eve-v0/skills/11ai-operator-vercel-eve-v0-definitions-tools/SKILL.md

11ai Vercel eve v0 definitions and tools

An eve agent directory declares identity and capability, while every tool creates a real authority boundary Resolve the exact project, environment, remote target, permission and cost boundary, and acceptance check before acting.

Version baseline: Target the eve 0.27 preview line. Because APIs may change within major zero, inspect bundled docs and types and pin the exact minor and patch used in production.

Inspect first

find agent -maxdepth 3 -type f 2>/dev/null | sort
rg -n 'defineAgent|defineTool|inputSchema|defineMcpClientConnection|model:' agent 2>/dev/null

Read instructions, model, tool schemas, connections, secrets, and external side effects before expanding the directory.

Confirm before changing:

  • Narrow instructions and model policy.
  • Tool input validation and least privilege.
  • Skill descriptions that trigger precisely.
  • Connection origin and credential scope.

Operate

npm run typecheck --if-present
npx eve dev --help

Add one focused file, keep tool results compact, separate reads from writes, and gate consequential execution behind durable approval.

Never add arbitrary shell, SQL, filesystem, or network tools, broaden connection scopes, or call a live tool without approval Require explicit approval and preview targets, permissions, counts, cost, remote effects, and rollback.

Verify and report

npm run typecheck --if-present
npm test --if-present
npx eve eval --help 2>/dev/null || true

Typecheck, inspect discovery, invoke with mocked dependencies, and test invalid input, denial, timeout, duplicate execution, and redaction. Report scope, target IDs, files, remote actions, permissions, cost, checks, observability, and rollback. Hand configuration failures to 11ai-operator-vercel-eve-v0-troubleshooting and seams to 11ai-operator-vercel-eve-v0-integrations.

Want the source?

This page renders the skill's markdown straight from the repository.

Open on GitHub
More Vercel eve v0 operator skills