ClawMetry: Open-Source Observability Dashboard for OpenClaw Agents

ClawMetry is an observability dashboard for OpenClaw agents that addresses the lack of visibility into AI agent operations. The tool was created after the developer realized traditional monitoring solutions like Grafana and SLOs don't apply to asynchronous AI agents that fetch data, execute commands, and run operations in parallel.
Key Features
- Live session activity monitoring
- Token cost tracking over time
- Memory file change detection
- Stuck session alerts
The dashboard runs locally with pip install clawmetry and ensures no data leaves your machine. This is particularly important when agents have access to file systems, APIs, and accounts.
Development Context
The developer built ClawMetry using OpenClaw itself, reducing what would have been a 2-3 week development timeline to a fraction of that time. The project is open source and already has contributors.
This type of observability tool addresses practical concerns about runaway token costs and the difficulty of debugging asynchronous agent operations when issues only become apparent after the fact.
📖 Read the full source: r/openclaw
👀 See Also

Antigravity 2.0 Tops OpenSCAD Architectural 3D Benchmark – ModelRift Tests 6 LLMs on the Pantheon
ModelRift benchmarked 6 LLMs on building the Pantheon in OpenSCAD. Antigravity scored 4.5/5 in architectural quality, beating baseline Codex 5.5. Cursor 3.5 was fastest but weakest.

TestThread: Open Source Testing Framework for AI Agents
TestThread is an open source testing framework for AI agents that runs tests against live endpoints, provides pass/fail results with AI diagnosis, and includes features like semantic matching, PII detection, and CI/CD integration.

AutoDream: 11-hook memory system for Claude Code with safety features
AutoDream is an open-source tool that adds project memory persistence and command safety to Claude Code. It uses 11 hooks across 6 events to inject context, block dangerous commands, and survive the /compact operation.

Custom Reddit MCP for Claude Desktop/Code Shared on GitHub
A developer has released a custom-built Reddit MCP designed for Claude Desktop and Claude Code to integrate Reddit research directly into the workflow. The tool is documented on GitHub and available for free use.