{"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":[{"wrong":"from clawmetry import Clawmetry","symbol":"main","correct":"from clawmetry import main"}],"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,"search_vec":"'0.12.161':30 '3.8':42 'agent':13,18,47 'ai':12,46 'ai-ag':45 'behavior':19 'clawmetri':1,2 'cost':20 'cron':22 'dashboard':9,44 'event':27 'frequent':36 'job':23 'latest':33 'live':26 'monitor':16,49 'multipl':37 'observ':8,43 'openclaw':11,48 'per':38 'provid':15 'python':41 'real':6 'real-tim':5 'releas':34 'requir':40 'schedul':24 'stream':28 'time':7 'track':21 'version':29 'week':39","created_at":"2026-05-01T08:07:44.593715+00:00","updated_at":"2026-05-01T08:07:44.593715+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.12.525","cli_name":"","cli_version":null,"type":"library","homepage":"https://clawmetry.com","github":"https://github.com/vivekchand/clawmetry","docs":null,"changelog":null,"pypi":"https://pypi.org/project/clawmetry/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability","llm-agents"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}