From 253451c5574c8e8c13b1d088abd6021de1c6934a Mon Sep 17 00:00:00 2001 From: OpenClaw Labs Date: Fri, 27 Mar 2026 19:50:02 +0800 Subject: [PATCH] Add agent-forensics to Usage and Observability --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1a8cd7..b6deee1 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**Claude-Monitor**](https://github.com/RISCfuture/Claude-Monitor) (38 ⭐) - A menulet that tracks your Claude Code token usage. - [**cccost**](https://github.com/badlogic/cccost) (20 ⭐) - Instrument Claude Code to track actual token usage and cost. - [**claude-code-usage-bar**](https://github.com/leeguooooo/claude-code-usage-bar) (0 ⭐) - Real‑time statusline for Claude Code: token usage, remaining budget, burn rate, and depletion time. +- [**agent-forensics**](https://www.npmjs.com/package/agent-forensics) (0 ⭐) - Post-session cost forensics that goes beyond usage tracking: waste pattern detection (model misallocation, debug loops, redundant reads, sub-agent sprawl), per-model cost attribution, hot turn analysis, and actionable CLAUDE.md recommendations with estimated savings. `npx agent-forensics analyze` ---