🦞 ClawMetry
See your agent think. Real-time observability for 26 AI agent runtimes: OpenClaw, NVIDIA NemoClaw, Claude Code, OpenAI Codex & 22 more. One dashboard for your whole agent fleet.
🌐 Read this in: English · 简体中文 · 日本語 · 한국어 · Español · Português (BR) · Français · Deutsch · हिन्दी · العربية · Русский · more →
One command. Zero config. Auto-detects everything.
pip install clawmetry && clawmetry
Opens at http://localhost:8900. Zero config: it finds the agent runtimes you already have, reads them read-only, and changes nothing about how they run.
Works with 26 agent runtimes
Free in the open source app: 🦞 OpenClaw · 🟩 NVIDIA NemoClaw · 🪿 Goose
On a paid plan: ◆ Claude Code · Cursor · 🐙 GitHub Copilot · ⬡ OpenAI Codex · ♊ Gemini CLI · 🖇 Cline · 🙌 OpenHands · opencode · Aider · 🔗 n8n · ◈ Qwen Code · 🅳 Devin · 🪐 Antigravity · Grok · ⚡ Hermes · Pi · Deep Agents · 🌙 Kimi CLI · 🐋 DeepSeek Harness · 🦾 Exo · NanoClaw · PicoClaw · QM
Every runtime gets the same dashboard. Run several at once and the header switcher re-scopes every tab to one of them.
Built your own agent on an SDK instead? The interceptor tracks its LLM calls too. See docs/SDK_TRACKING.md.
What you get
- Sessions & transcripts: what each agent did, turn by turn, with replay
- Cost & tokens: per runtime, model, session and day, with anomaly flags
- Flow: live diagram of messages moving through channels, models and tools
- Brain: the reasoning and tool-call event stream as it happens
- Memory & skills: the files and skills each runtime actually loaded
- Health & logs: disk, memory, error rates, rate limits, live log stream
- Alerts: budget caps, error spikes, agent-offline, routed to Slack, Discord, PagerDuty, Telegram, Email
- Approvals: pause risky tool calls before they run and approve from your phone (how)
Pricing
| Plan | What it covers | Price |
|---|---|---|
| Free | OpenClaw + NVIDIA NemoClaw + Goose, full dashboard, local only | $0 |
| Starter | Every other runtime above, fleet view, cloud sync | $9 per node / month |
| Pro | Starter + governance: approvals, tool-risk policies, evals, anomaly detection, cost optimizer, OTel export | $19 per node / month |
Annual plans, Enterprise and the current numbers live at
clawmetry.com/pricing. Self-hosted license
keys work without the cloud (clawmetry license). The exact free/paid split is
in docs/ENTITLEMENTS.md.
Your data stays on your machine
ClawMetry reads local session files and logs. No session data leaves your box
unless you run clawmetry connect — no prompts, replies, tool arguments, file
contents or log lines. When you do connect, the snapshot is end-to-end encrypted
with a key that never leaves your machine, and decrypted in your browser. If a
node has no key, the upload is skipped rather than sent in the clear, and no
server response can turn that off.
Two things do run by default before you connect, both opt-out and neither carrying session data: an anonymous install ping and a version check against PyPI. A default install also looks up your public IP once for a startup banner line. Every destination, what it carries and how to switch it off is listed in docs/EGRESS.md; self-hosted, repointed and air-gapped installs make no discretionary outbound calls at all.
One limit worth stating plainly: the JavaScript that decrypts your snapshot is
served by app.clawmetry.com. The key stays in your browser and is never sent
to us, but you are trusting code we serve to keep it that way. Self-hosting or
staying local-only removes that dependency entirely.
Install
pip install clawmetry # then: clawmetry
Or the one-liner: curl -sSL https://raw.githubusercontent.com/vivekchand/clawmetry/main/install.sh | bash
Needs Python 3.8+ on macOS, Linux or Windows, and at least one agent runtime on the same machine. Docker instructions: docs/DOCKER.md.
Docs
| Runtime compatibility | What each adapter reads, and how to add a runtime |
| Entitlements | Free vs paid, tier matrix, license CLI |
| Approvals & policies | Pre-execution gating, risk scoring, phone approvals |
| OpenTelemetry | Export traces anywhere, ingest OTLP from anything |
| SDK tracking | Cost attribution for agents you built yourself |
| Chat channels | The chat adapters shown in Flow |
| NemoClaw / OpenShell | Sandboxed NVIDIA NemoClaw setups |
| Docker | Image, compose, volume mounts |
| Architecture · Development | How it works inside; running from source |
| Telemetry | The anonymous install and desktop-open pings, and how to turn them off |
Screenshots
Every number below is from one real machine, read-only, with nothing seeded.
It tells you when something is wrong, not just what happened. Two anomaly banners at the top: spend running 7x the daily average, and a 4.2x cost spike. Below them, 324 of 667 recent sessions carrying a waste signal, itemised by cause.
It shows you the money you can get back. $4,058.92 spent this month, about $3,668/mo of it itemised as recoverable (trim long conversations, route short tasks to a smaller model, trim thinking), and $35,572/mo already saved by cache reuse.
Detection runs without you configuring anything. The built-in detectors are on from install: agent went quiet, telemetry feed stopped, cost spike, token burst, errors climbing, error spike, budget threshold, threat signature matched, security tool finding, security posture changed. Your own rules are optional on top.
More, per runtime: docs/RUNTIME_SCREENSHOTS.md.
Star History
License
MIT · Built by @vivekchand · clawmetry.com
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clawmetry-0.12.764.tar.gz.
File metadata
- Download URL: clawmetry-0.12.764.tar.gz
- Upload date:
- Size: 5.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2854a4c498f7f2c28ae5d2fa9944744fb5c124343bb4d72efdcb762f375b14e
|
|
| MD5 |
27b4f0b0fb9a5d8a9f6015648fa9a0ba
|
|
| BLAKE2b-256 |
150ed8dff5493a59dd442c7bad5a8088325ab94800621bcacb9a790c130b8dcf
|
File details
Details for the file clawmetry-0.12.764-py3-none-any.whl.
File metadata
- Download URL: clawmetry-0.12.764-py3-none-any.whl
- Upload date:
- Size: 4.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f45e1e56e25b052d610d8dbf0f4def7e3e4bfd34d7707ed455aa66acc275377c
|
|
| MD5 |
79277de2f83a1a473716f328dbdbf5df
|
|
| BLAKE2b-256 |
7732c109c37c8e5c2eb325a39e0aae4de7a47cbef27cd3eb0d09ab739f591149
|