From 7f13990fa18069e61cab116a9fbaca41cf904a95 Mon Sep 17 00:00:00 2001 From: vivekchand Date: Thu, 3 Sep 2026 12:21:24 +0200 Subject: [PATCH 1/2] Add ClawMetry to Usage & Observability ClawMetry is a self-hosted, local-first observability dashboard and kill switch for Claude Code and other coding-agent runtimes. It reads the session logs the runtimes already write to disk, so it needs no SDK, sits nowhere in the request path, and keeps data on the machine by default. Placed by star count between claude-code-ui (413) and claude-code-usage-bar (270), matching the section's descending order. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Rt5fq2BWxieLpR69MAbwjr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2d177f..1d662e3 100644 --- a/README.md +++ b/README.md @@ -730,6 +730,7 @@ June 14, 2026 - [**agentacct**](https://github.com/mikehasa/agentacct) - (467 ⭐) - Local-first work intelligence for coding agents, based on read-only session logs. - [**claude-code-otel**](https://github.com/ColeMurray/claude-code-otel/) - (440 ⭐) - A comprehensive observability solution for monitoring Claude Code usage, performance, and costs. - [**claude-code-ui**](https://github.com/KyleAMathews/claude-code-ui) - (413 ⭐) - A real-time dashboard for monitoring Claude Code sessions across multiple projects. +- [**ClawMetry**](https://github.com/vivekchand/clawmetry) - (403 ⭐) - Self-hosted observability and kill switch for Claude Code and other coding agents. Reads the session logs runtimes already write on disk, so there is no SDK and nothing in the request path. - [**claude-code-usage-bar**](https://github.com/leeguooooo/claude-code-usage-bar) - (270 ⭐) - Real-time statusline for Claude Code: token usage, remaining budget, burn rate, and depletion time. - [**claude-code-monitor**](https://github.com/onikan27/claude-code-monitor) - (237 ⭐) - Real-time dashboard for monitoring multiple Claude Code sessions from a CLI and mobile web UI on macOS. - [**tokentab**](https://github.com/wzchav/tokentab) - (225 ⭐) - A CLI that reads Claude Code, Codex, and Gemini CLI session logs and works out how much they cost, by model, project, and day. From 96374c345766234e813d601a5d646cf2a3fd3ea4 Mon Sep 17 00:00:00 2001 From: vivekchand Date: Thu, 3 Sep 2026 12:32:18 +0200 Subject: [PATCH 2/2] Add the ClawMetry website link to the entry Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Rt5fq2BWxieLpR69MAbwjr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d662e3..7f2796e 100644 --- a/README.md +++ b/README.md @@ -730,7 +730,7 @@ June 14, 2026 - [**agentacct**](https://github.com/mikehasa/agentacct) - (467 ⭐) - Local-first work intelligence for coding agents, based on read-only session logs. - [**claude-code-otel**](https://github.com/ColeMurray/claude-code-otel/) - (440 ⭐) - A comprehensive observability solution for monitoring Claude Code usage, performance, and costs. - [**claude-code-ui**](https://github.com/KyleAMathews/claude-code-ui) - (413 ⭐) - A real-time dashboard for monitoring Claude Code sessions across multiple projects. -- [**ClawMetry**](https://github.com/vivekchand/clawmetry) - (403 ⭐) - Self-hosted observability and kill switch for Claude Code and other coding agents. Reads the session logs runtimes already write on disk, so there is no SDK and nothing in the request path. +- [**ClawMetry**](https://github.com/vivekchand/clawmetry) - (403 ⭐) - Self-hosted observability and kill switch for Claude Code and other coding agents. Reads the session logs runtimes already write on disk, so there is no SDK and nothing in the request path. [Website](https://clawmetry.com) - [**claude-code-usage-bar**](https://github.com/leeguooooo/claude-code-usage-bar) - (270 ⭐) - Real-time statusline for Claude Code: token usage, remaining budget, burn rate, and depletion time. - [**claude-code-monitor**](https://github.com/onikan27/claude-code-monitor) - (237 ⭐) - Real-time dashboard for monitoring multiple Claude Code sessions from a CLI and mobile web UI on macOS. - [**tokentab**](https://github.com/wzchav/tokentab) - (225 ⭐) - A CLI that reads Claude Code, Codex, and Gemini CLI session logs and works out how much they cost, by model, project, and day.