RunCycles – pre-execution budget enforcement for autonomous agents
Pre-execution budget reservation stops runaway agents before they burn $200.
Cycles budget and action guard for OpenClaw agents
Reserve-before-execute budget protocol prevents agents from burning money unexpectedly.
AI agent developers, teams running autonomous agents at scale
LangChain Cost Tracking · Helicone · Portkey
Install:
openclaw plugins install @runcycles/openclaw-budget-guard
Add one config block with your tenant and optional model fallbacks (e.g. claude-opus → claude-sonnet when budget is low). The plugin handles the rest: balance checks before model selection, reservations before tool calls, commits after, and cleanup at session end.Built on the Cycles protocol — reserve budget before execution, commit actual spend after, release the remainder.
Plugin: https://github.com/runcycles/cycles-openclaw-budget-guard
npm: https://www.npmjs.com/package/@runcycles/openclaw-budget-gua...
Pre-execution budget reservation stops runaway agents before they burn $200.
Reserve-commit lifecycle blocks agent actions before execution, unlike standard rate limiters.
MCP budget gating as a zero-dep npx proxy—solves the real friction of runaway tool costs.
Hard caps that block requests mid-flight beat provider dashboards that alert 6 hours too late.
OpenClaw agents could read your SSH keys; this blocks it at the process level, not advisory skills.
Macaroon-based budget enforcement for AI agents—fills a real economic governance gap.