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

harshal-mcp-proxy Now on npm: Single Daemon Replaces 12 MCP Server Configs
harshal-mcp-proxy is now available as a 54 kB npm package. Install globally, run as a daemon, and replace 12 separate MCP server configs with 6 tools, saving ~2.7 GB RAM and ~50K tokens per session.

Microsoft DebugMCP VS Code Extension Gives AI Agents Debugging Capabilities
Microsoft DebugMCP is a VS Code extension that exposes the full VS Code debugger to AI coding agents via the Model Context Protocol (MCP), enabling them to set breakpoints, step through code, inspect variables, and evaluate expressions.

Conduid: Trust Infrastructure Layer for MCP Servers Built with Claude
Conduid indexes over 25,000 MCP servers across GitHub, npm, PyPI, and major directories, scoring each 0-100 based on GitHub activity, security posture, documentation quality, and maintenance signals. The entire codebase was written with Claude by a solo founder.

OpenClaw developer builds unified memory system for AI agents
A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.