{"id":23431,"library":"clawmetry","title":"ClawMetry","description":"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.","status":"active","version":"0.12.161","language":"python","source_language":"en","source_url":"https://github.com/vivekchand/clawmetry","tags":["observability","dashboard","ai-agents","openclaw","monitoring"],"install":[{"cmd":"pip install clawmetry","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Case-sensitive; must use lowercase clawmetry.","wrong":"from Clawmetry import Clawmetry","symbol":"Clawmetry","correct":"from clawmetry import Clawmetry"}],"quickstart":{"code":"import os\nfrom clawmetry import Clawmetry\n\napi_key = os.environ.get('CLAWMETRY_API_KEY', '')\nclient = Clawmetry(api_key=api_key)\n# Example: list agents\nagents = client.list_agents()\nprint(agents)","lang":"python","description":"Initialize ClawMetry client with API key and list agents."},"warnings":[{"fix":"Export CLAWMETRY_API_KEY before running or pass it to the constructor.","message":"The API key must be set via environment variable 'CLAWMETRY_API_KEY' or passed directly. The client will raise an authentication error if missing.","severity":"gotcha","affected_versions":"all"},{"fix":"Update skill handling to use new interactive endpoints.","message":"In 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.","severity":"breaking","affected_versions":">=0.12.154"},{"fix":"Remove any workarounds for missing advisor data.","message":"The '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.","severity":"deprecated","affected_versions":">=0.12.153"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Use: from clawmetry import Clawmetry","cause":"Case-sensitive import; Python module name is lowercase.","error":"ModuleNotFoundError: No module named 'Clawmetry'"},{"fix":"Set CLAWMETRY_API_KEY environment variable or pass api_key parameter.","cause":"Missing API key in constructor or environment variable.","error":"clawmetry.exceptions.AuthenticationError: API key not provided"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}