by vivekchand
See your agent think. Real-time observability dashboard for OpenClaw AI agents.
# Add to your Claude Code skills
git clone https://github.com/vivekchand/clawmetry<a href="https://www.producthunt.com/products/clawmetry?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_campaign=badge-clawmetry-for-openclaw" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=1081207&theme=light&period=daily&t=1771491508782" alt="ClawMetry - #5 Product of the Day on Product Hunt" width="250" height="54" /></a>
See your agent think. Real-time observability for OpenClaw AI agents.
One command. Zero config. Auto-detects everything.
pip install clawmetry && clawmetry
Opens at http://localhost:8900 and you're done.

No comments yet. Be the first to share your thoughts!
| Flow | Overview | Sub-Agent |
|------|----------|-----------|
|
|
|
|
| Summary | Crons | Memory |
|---------|-------|--------|
|
|
|
|
pip (recommended):
pip install clawmetry
clawmetry
One-liner:
curl -sSL https://raw.githubusercontent.com/vivekchand/clawmetry/main/install.sh | bash
From source:
git clone https://github.com/vivekchand/clawmetry.git
cd clawmetry && pip install flask && python3 dashboard.py
Most people don't need any config. ClawMetry auto-detects your workspace, logs, sessions, and crons.
If you do need to customize:
clawmetry --port 9000 # Custom port (default: 8900)
clawmetry --host 127.0.0.1 # Bind to localhost only
clawmetry --workspace ~/mybot # Custom workspace path
clawmetry --name "Alice" # Your name in Flow visualization
All options: clawmetry --help
ClawMetry shows live activit...