Registry / observability / clawmetry

clawmetry

JSON →
library0.12.525pypypi✓ verified 84d ago

ClawMetry is a real-time observability dashboard for OpenClaw AI agents. It provides monitoring of agent behavior, cost tracking, cron job scheduling, and live event streams. Version 0.12.161 is the latest; releases are frequent (multiple per week). Requires Python >=3.8.

pip install clawmetry
INSTALL
IMPORT
SIG · CLAWMETRY
C
clawmetry
observabilitypythonv0.12.525
Install
5.3s avg
Import
—
Disk
120MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v0.12.525 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.95 runs
build_error
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 5.3s · import 0.000s · 120MB
120MB installed
● package 120MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
✓ from clawmetry import main
✗ from clawmetry import Clawmetry

Initialize ClawMetry client with API key and list agents.

import os from clawmetry import Clawmetry api_key = os.environ.get('CLAWMETRY_API_KEY', '') client = Clawmetry(api_key=api_key) # Example: list agents agents = client.list_agents() print(agents)
Debug
Known issues
gotchaThe API key must be set via environment variable 'CLAWMETRY_API_KEY' or passed directly. The client will raise an authentication error if missing.
fix
Export CLAWMETRY_API_KEY before running or pass it to the constructor.
affects: all
breakingIn v0.12.154, the 'Skills' feature was added as clickable Flow nodes; existing code that relied on static skill names may break if the API changes.
fix
Update skill handling to use new interactive endpoints.
affects: >=0.12.154
deprecatedThe 'Live view coming soon' placeholder for Storage/Network/Automation Advisor has been replaced with actual data in v0.12.153. Old placeholder handling may need removal.
fix
Remove any workarounds for missing advisor data.
affects: >=0.12.153
Upgrade
Version history
0.12.525latest on PyPI · released Jun 15, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources