
ClawMetry for OpenClaw
Real-time observability dashboard for OpenClaw AI agents
256 followers
Real-time observability dashboard for OpenClaw AI agents
256 followers
ClawMetry is a free, open-source observability dashboard for OpenClaw AI agents. Think Grafana, but purpose-built for AI. One command install (pip install clawmetry), zero config. Monitor token costs, sub-agent activity, cron jobs, memory changes, and session history. All in real-time with a beautiful live flow visualization. Works on macOS, Linux, Windows, even Raspberry Pi











Oh this is exactly what I needed. I run a few OpenClaw agents for different tasks and honestly the biggest pain point has been figuring out where my tokens are going. Especially with sub-agents spawning other sub-agents, costs spiral fast and you have zero visibility into it. The live flow visualization sounds great for debugging too - sometimes an agent gets stuck in a loop and I don't realize until the bill comes. Does it track per-agent cost breakdowns or is it more of an aggregate view? Also curious if there's any alerting for anomalous token spikes.
ClawMetry for OpenClaw
@mykola_kondratiukย Hey Mykola! Glad it resonates, that's exactly the pain I built it for.
To answer your questions:
Per-agent cost breakdowns: Yes. ClawMetry shows cost per session, per model, and per tool call. So if one sub-agent is burning 10x more tokens than another, you'll see it immediately. One user actually discovered a 3x token inefficiency in a single agent and cut costs by 40% with one prompt adjustment.
Alerting for anomalous token spikes: Not yet in the open source CLI, but this is exactly what we're building into the native app (iOS/Mac, coming very soon). The vision is a rules engine where you can set things like "alert me if any session exceeds $5" or "auto-reject if a sub-agent spawns more than 3 levels deep." Eventually it learns your patterns and auto-approves safe actions.
The stuck-in-a-loop problem you mentioned is a perfect use case. With ClawMetry you'd see the token counter climbing in real-time and can kill the session before it drains your wallet.
pip install clawmetry and you'll have visibility in 30 seconds. Would love to hear how it works with your setup!
ResumeUp.AI
Congrats on the launch ๐
Finally, real visibility into what agents are actually doing. Super useful for anyone building with OpenClaw.
ClawMetry for OpenClaw
@rohithreddyย Thank you Rohith! That means a lot. Visibility into what the agent is doing was the #1 thing I was missing when I started building with OpenClaw, so I built it. Glad it resonates. Would love to hear how you use it with your setup!
Brilliant, thank you for doing this
Hmm, nice visualization