ワンクリックで
clawmetry
// Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud.
// Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud.
| name | clawmetry |
| description | Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud. |
| metadata | {"openclaw":{"requires":{"bins":["clawmetry"],"env":["CLAWMETRY_API_KEY"]},"primaryEnv":"CLAWMETRY_API_KEY"}} |
You have access to ClawMetry — a full observability platform for OpenClaw agents. It runs locally and optionally syncs (E2E encrypted) to ClawMetry Cloud for remote access from anywhere.
The ClawMetry dashboard runs at http://localhost:8900 and provides:
When cloud sync is enabled (clawmetry connect), all telemetry is AES-256-GCM encrypted before leaving the machine and synced to clawmetry.com. This enables:
The encryption key never leaves your machine. ClawMetry Cloud cannot read your data.
Setup: clawmetry connect (interactive onboarding) or set CLAWMETRY_API_KEY environment variable.
ClawMetry observes diagnostic events from the OpenClaw runtime:
All data stays local unless cloud sync is explicitly enabled by the user.
/api/usage/api/sessions/api/healthclawmetry connect for cloud sync| Endpoint | Returns |
|---|---|
/api/overview | Summary: sessions, costs, health status |
/api/sessions | List of all sessions with metadata |
/api/usage | Token and cost breakdown by model/session |
/api/health | System diagnostics and service status |
/api/crons | Scheduled job status |
/api/logs | Live log stream (SSE) |
/api/brain | Live LLM activity feed (SSE) |
/api/alerts | Budget alerts and thresholds |
/api/fleet | Multi-node cluster status (cloud) |
When performing expensive operations (large file reads, many tool calls, long conversations), be aware that ClawMetry is tracking these costs. If a session exceeds $5 in cost, proactively mention it to the user.