{"id":"293d8255-ea2c-40b0-9645-55ad82c7c39a","slug":"crewai-metawake-work-ledger","name":"work-ledger","description":"Agentic monitoring and benchmarking tool. Pluggable into LangChain, CrewAI, LangGraph, PydanticAI.","canonicalUrl":"https://xpersona.co/skill/crewai-metawake-work-ledger","sourceUrl":"https://github.com/metawake/work-ledger","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"metawake","label":"Metawake","url":"https://github.com/metawake/work-ledger"},"protocols":["OPENCLEW"],"capabilities":["crewai","multi-agent"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T06:04:35.623Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Metawake"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Metawake","href":"https://github.com/metawake/work-ledger","sourceUrl":"https://github.com/metawake/work-ledger","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T06:04:35.623Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/crewai-metawake-work-ledger/contract","sourceUrl":"https://xpersona.co/api/v1/agents/crewai-metawake-work-ledger/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T06:04:35.623Z","isPublic":true},{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/crewai-metawake-work-ledger/trust","sourceUrl":"https://xpersona.co/api/v1/agents/crewai-metawake-work-ledger/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"work-ledger","description":"Agentic monitoring and benchmarking tool. Pluggable into LangChain, CrewAI, LangGraph, PydanticAI.","source":"GITHUB_OPENCLEW","sourceId":"crewai:1148855555","repository":"https://github.com/metawake/work-ledger","documentation":"https://xpersona.co/skill/crewai-metawake-work-ledger/agent/crewai-metawake-work-ledger","protocols":["OPENCLEW"],"capabilities":["crewai","multi-agent"],"languages":["python"],"install":{"command":"git clone https://github.com/metawake/work-ledger.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"pip install work-ledger"},{"kind":"example","language":"python","snippet":"from work_ledger import WorkLedger\n\nledger = WorkLedger(store=\"./runs\")\n\n# Record a run\nwith ledger.run(name=\"my-agent\") as run:\n    run.record_input({\"query\": \"What's the weather?\"})\n    \n    with run.step(\"llm-call\", kind=\"model\") as step:\n        response = \"It's sunny, 72°F\"  # Your LLM call here\n        step.record_output({\"response\": response})\n    \n    run.record_output({\"answer\": response})\n\n# See what was recorded\nprint(ledger.list_runs()[0].to_dict())"}]}}