ClawMetry: Open-Source Observability Dashboard for OpenClaw Agents

✍️ OpenClawRadar📅 Published: April 2, 2026🔗 Source
ClawMetry: Open-Source Observability Dashboard for OpenClaw Agents
Ad

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

Ad

👀 See Also

certctl: Self-hosted certificate lifecycle platform with 78 API endpoints for AI agent automation
Tools

certctl: Self-hosted certificate lifecycle platform with 78 API endpoints for AI agent automation

certctl is a self-hosted certificate lifecycle platform built with Go and TypeScript that exposes 78 REST API endpoints for certificate management. The platform is issuer-agnostic and target-agnostic, with an MCP server planned to expose all functionality as native MCP tools.

OpenClawRadar
Crispy VS Code Extension Adds Agent Memory and Multi-Agent Features for Claude and Codex
Tools

Crispy VS Code Extension Adds Agent Memory and Multi-Agent Features for Claude and Codex

Crispy is an open-source VS Code extension that wraps Claude Code and Codex CLIs with a GUI, adding local agent memory with semantic search, multi-agent sessions, conversation forking, and dedicated tool views. It runs on Linux, macOS, and Windows under MIT license.

OpenClawRadar
Reflect MCP Server Implements Reflexion Paper for Persistent Coding Agent Memory
Tools

Reflect MCP Server Implements Reflexion Paper for Persistent Coding Agent Memory

A developer implemented the Reflexion paper (Shinn et al., NeurIPS 2023) as an MCP server to give local coding agents persistent memory of their mistakes. The system uses regex-based pattern matching on error messages and stores lessons in SQLite with FTS5.

OpenClawRadar
ClawProxy: Self-Hosted AI Routing Proxy with Dashboard
Tools

ClawProxy: Self-Hosted AI Routing Proxy with Dashboard

ClawProxy is an open-source, self-hosted proxy that centralizes management of multiple AI API keys and models. It provides a unified endpoint, smart key rotation, provider fallback, and real-time logging via a React dashboard.

OpenClawRadar