robotrock
Installation
SKILL.md
RobotRock
Integrate the robotrock npm package for human-in-the-loop approval workflows.
When to use
- Gate deployments, releases, or sensitive operations behind human approval
- Pause AI agents until a person reviews a plan or tool call
- Collect structured form data from reviewers (JSON Schema actions)
- Durable waits in Trigger.dev or Vercel Workflow without holding HTTP connections
- Eve agents that chat in the RobotRock inbox (dashboard HITL, inbox delegation)
Eve agents (dashboard chat)
Eve has no npx eve init robotrock template — only npx eve init my-agent. Make an agent RobotRock-ready with SDK re-exports from robotrock/eve/agent and robotrock/eve/tools.
Chat GenUI uses the OpenUI spec (OpenUI Lang + shadcn library). Tools return data via formatTool*; the agent must emit ```openui fences for any user-visible structured result (no JSON tool-result bars). See references/tool-result-display.md and references/openui-lang.md.
Full Eve guide: references/eve.md