Usage Tracker — Data skill for Claude Code
See what your agent sessions actually cost.
How to install Usage Tracker
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open escoffier-labs/usage-tracker and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Usage Tracker does
See what your agent sessions actually cost. OpenClaw, Claude Code, and Codex usage analytics: API spend vs OAuth value. Static page, no backend.
Alternatives in Data
- Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
- Token Dashboard — See where Claude Code is burning tokens - turn raw JSONL transcripts into local cost analytics, hotspot views 669 ★
- Local News Site — Publish a local news article as a standalone Elementor page, with Google News-grade structured data and image 648 ★
README
Usage Tracker
See what your agent sessions actually cost.
Static page plus a tiny Python exporter: OpenClaw, Claude Code, and Codex session spend. API cost vs OAuth subscription value, per model and per agent. No backend or external runtime assets.
Install
git clone https://github.com/escoffier-labs/usage-tracker.git
cd usage-tracker
# export local session transcripts to data/usage.json, then open the static page
python3 bin/export_usage.py --since 30d
python3 -m http.server 5200
What it does
| Job | What you get | |
|---|---|---|
| Collect | Local transcripts | OpenClaw, Claude Code, Codex rollouts |
| Split | API vs OAuth value | What you paid vs what subscriptions absorbed |
| Chart | Models and agents | Daily series, per-model bars, session tables |
| Stay local | Static HTML | No backend or third-party requests |
Quick start
git clone https://github.com/escoffier-labs/usage-tracker.git
cd usage-tracker
# Build data/usage.json from your OpenClaw + Claude Code sessions
python3 bin/export_usage.py --since 30d
# Print a compact machine summary for station health or daily briefs
python3 bin/export_usage.py --s
Related Skills
Podcastindex MCP
Podcast Index MCP server for Claude Code and AI agents. 36 tools for podcast search, episode transcripts you c
Job Pipeline Tracker
Tracks Alex's PERSONAL job-search pipelines as live pipelines rather than static snapshots — every role he's i
Finance Tracker AI
Full-stack AI-powered Personal Finance Tracker built with Python FastAPI backend, JWT auth, SQLite database, a
Edgespark Template
AI-agent-native, one-command EdgeSpark templates. Hatch: static-site host + built-in backend. Perch: link-in-b
Pitch Deck Builder
A Claude Code (AI agent) skill that generates interactive, trackable HTML sales decks — click-to-reveal sectio
Budi
Local-first cost analytics for AI coding agents. See where your tokens and money go across Claude Code, Cursor
Related Agents
Usage Scout
Read-only scout for session, token, and cost code in this FastAPI tracker. Use when the user asks where usage
Token Tracker
Logs token usage estimates for each agent run to .claude/token-stats.json. Call this after any agent completes
ClawPort -- Setup Guide
This guide walks you through getting ClawPort running against your own OpenClaw instance. If you just want the