A visual control layer for OpenClaw token utilization. Surface what your agents are actually using, spot what's costing you, and tune configuration without editing files by hand.
Multi-agent systems are powerful, but they're also opaque. When you're running a fleet of OpenClaw agents, every heartbeat, every model call, every context window is burning tokens. The costs compound fast, and the only way to understand what's happening is to dig through config files and CLI output.
You shouldn't need to be a config file expert to understand what your agents are costing you.
OptimoClaw gives you a live dashboard that surfaces token usage, model routing, cache efficiency, and tuning controls, all in one place. See what's actually running, what it costs, and adjust it with visual controls instead of manual file edits.
Gain visibility and control over your OpenClaw agent fleet.
Displays model routing assignments across agents with token usage metrics and pricing. Adjust default model, heartbeat frequency, compaction threshold, session context, memory scope, and subagent concurrency, all through visual controls.
Fine-tune heartbeat frequency, subagent concurrency, and search batch limits with sliders and toggles. Evaluate cost vs. performance trade-offs in real time before committing changes.
Context utilization and cache efficiency charts with actionable analysis. OptimoClaw tells you what to adjust, confirms when no levers exist, or validates that your current config is already optimal.
Per-agent detail views showing which model they're actually running, heartbeat config, active sessions, context utilization, and cache efficiency. See what each agent is really doing.
Connect multiple OpenClaw instances and switch between them without restarting. Each gateway remembers its connection details, manage a production fleet and a local dev instance from the same interface.
Four panels, each focused on a different aspect of your agent fleet's token economy.
Agent-specific model routing with per-agent token counts and rate card pricing. OptimoClaw verifies that config changes are actually applied, unlike OpenClaw agents, which can routinely read from stale workspace markdown and report settings that aren't in effect. Includes predefined presets for quick optimization across cost, quality, or responsiveness.
Heartbeat frequency, subagent concurrency, and batch controls with real-time cost estimates.
Context utilization and cache efficiency charts with actionable optimization recommendations.
Per-agent runtime models, heartbeat config, active sessions, and performance metrics.
OptimoClaw sits alongside your OpenClaw instance, reading live data through two channels and writing config changes back through the CLI.
Real-time data and batch queries work together to give you a complete picture.
openclaw config get and openclaw status --usage --json for structured metricsopenclaw config set, with automatic gateway restart and agent workspace syncOptimoClaw uses token counts and published pricing rates instead of billing API integration. This avoids requiring admin credentials and lets you start optimizing immediately. No billing setup needed.
OptimoClaw runs alongside your OpenClaw instance. Install OptimoClaw on the same machine running your OpenClaw gateway.
Pull the repo and install dependencies. Requires Node.js 18.17 or later.
Run in development mode for local use.
Navigate to localhost:3070 in your browser. Select add gateway to begin streaming data from your gateway.
The current version of OptimoClaw answers a narrow question: what is your setup doing, and what can you tune for optimized token performance? That's useful. But it's not the whole problem.
Right now we have no good way to know whether an agent is actually performing well. Token counts and cache ratios tell you about infrastructure. They don't tell you whether an agent handled a task effectively, called the right tools, needed fewer corrections over time, or is quietly getting worse.
Getting there requires things that don't fully exist yet: task-level telemetry, outcome signals, a way to rate agent effectiveness that doesn't rely on the agent rating itself. Some of that has to come from OpenClaw. Some of it would need to be built on top.
That's the direction OptimoClaw is pointing. Not just a tuning dashboard, but a performance layer for agents that treats effectiveness as a first-class metric alongside cost.
The OptimoClaw skill brings token optimization directly into your Claude agent. It reads your live OpenClaw config and usage data, calculates costs across model providers, and recommends specific changes with transparent trade-offs. No dashboard required.
Works with or without the OptimoClaw dashboard