KonvuInc

Konvu Telemetry — Development skill for Claude Code

Development community

Local-first usage monitoring for Claude Code and Codex CLI.

How to install Konvu Telemetry

This entry records only its repository, not the path inside it, so there is no exact command to give. Open KonvuInc/konvu-telemetry and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Konvu Telemetry does

Local-first usage monitoring for Claude Code and Codex CLI.

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Lacp — Local-first policy, evidence, memory, and recovery controls for Claude, Codex, Hermes, and other CLI coding ag 300 ★

README

Konvu Telemetry

See what Claude Code, Claude Code Desktop, Codex CLI, and Codex Desktop are costing while you work.

Konvu Telemetry reads the session data already on your Mac and shows local spend, context use, forecasts, subagents, and usage trends in a dashboard and CLI status line. Your prompts, code, transcripts, and usage data stay on your machine.

Install

Requires macOS, Homebrew, and Claude Code or Codex CLI.

brew tap konvuinc/tap
brew install konvuinc/tap/konvu-telemetry
konvu-telemetry setup

Setup starts the local collector, opens the dashboard at `http://127.0.0.1:7824`, and adds the Claude Code status line plus Stop hooks shared by Claude Code Desktop, Codex CLI, and Codex Desktop. Restart both desktop apps after setup; in Codex, open `/hooks` and trust the Konvu hook.

Use it

konvu-telemetry dashboard  # Open the local dashboard
konvu-telemetry status     # Check that collection is running

To update:

brew upgrade konvu-telemetry
konvu-telemetry setup

To remove it, clean up the service and integrations before removing the Homebrew package:

konvu-telemetry uninstall
brew uninstall konvu-telemetry

What it does

  • Tracks Claude Code, Claude Code Desktop, Codex CLI, and Codex Desktop sessions from their local transcripts.
  • Estimates spend from bundled model pricing and shows forecasts based on local history.
  • Runs only on your Mac and serves the dashboard only at 127.0.0.1.
  • Uses browser notifications only when you enable them in the local dashboard.

Costs are estimates, not provider invoices. See [ACCURACY.md](ACCURACY.md) for the exact accounting, forecast, median, context, and subagent methodology. Linux and Windows are not supported in this first release.

Privacy

Konvu Telemetry has no account, API key, analytics service, or outbound network calls. It stores derived usage data in `~/.konvu/telemetry`; provider transcript files are never changed.

See [SECURITY.md](SECURITY.md) for s