How it works today

One command.
Full visibility.

Install ClawMetry and get a live dashboard of everything your OpenClaw agents are doing - tool calls, sub-agents, cron jobs, token costs. No account. No config. Just run it.

Get started free See it in action

No proxy. No code changes.

ClawMetry reads directly from OpenClaw's workspace - the same files and logs OpenClaw already writes. Nothing sits between your agents and the models.

🤖
Your OpenClaw agents
Running normally.
Nothing changes.
reads files
🦞
ClawMetry
Parses logs + sessions.
Serves dashboard.
shows you
📊
Your browser
localhost:8900
Live dashboard
Runs locally on the same machine as OpenClaw. Your data never leaves your box.

Running in under a minute

Two commands. That's it.

# Install
pip install clawmetry

# Start the dashboard
clawmetry

✓ Connected to OpenClaw workspace
✓ Reading sessions + cron jobs
✓ Dashboard running
→ http://localhost:8900
1

Install with pip

Works wherever Python 3.8+ is installed. Same machine as OpenClaw.

2

Run clawmetry

Auto-discovers your OpenClaw workspace. Opens the dashboard at localhost:8900.

3

That's it

No account. No API key. No config file. Open your browser and start watching.

Everything in one dashboard

Six tabs. Each one answers a different question about what your agents are doing.

🤖

Main Agent

Live feed of every tool call your main OpenClaw agent makes - name, what it did, how long it took. Updates in real time as the agent works.

Live
🔀

Sub Agents

7-day history of every sub-agent run. See what task it was given, when it started, when it finished, and what it did along the way.

7-day history
💰

Token flow

Real-time token usage broken down by model and session. Know exactly which sessions are burning through your budget.

Live

Cron jobs

Every scheduled task in your OpenClaw setup - last run time, status, and run history. Catch a missed cron before it matters.

Live
🩺

System health

Service status for your OpenClaw gateway and connected components at a glance.

Live
📜

Session history

Browse past sessions with a full timeline of what happened - tool calls, costs, duration. Useful for debugging anything that went wrong.

Searchable

Reads from OpenClaw's workspace

ClawMetry doesn't intercept traffic or modify your setup. It reads the files OpenClaw already writes - session transcripts, cron job state, workspace files - and presents them as a live dashboard.

This means zero overhead on your agents and zero risk of ClawMetry breaking anything.

📁
Session transcripts Every tool call, model response, and agent turn, timestamped
Cron job registry Scheduled tasks, run history, and last-fired timestamps
🧠
Workspace files Memory files, SOUL.md, AGENTS.md - whatever your agent reads and writes
🔌
Gateway status OpenClaw gateway health, active sessions, connected channels
~/.openclaw/workspace
📁 sessions/ ← session transcripts
📁 memory/ ← memory files
📄 MEMORY.md ← long-term memory
📄 SOUL.md ← agent persona
📄 HEARTBEAT.md

~/.openclaw/cron
📄 jobs.json ← cron jobs

~/.openclaw/agents
📁 main/ ← main agent sessions
📁 sub-*/ ← sub-agent runs

ClawMetry reads these. Your agents keep writing them. Nothing changes.

See what your agents are actually doing

Free, open source, and running in under a minute. No account required.

pip install clawmetry

Stay in the loop

Get notified about new features, alerting integrations, the Mac app, and everything else coming to ClawMetry.