Track your Claude Code usage

See where your tokens go. A GitHub-style contribution graph for your AI-assisted coding sessions.

FebMarAprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less More

How It Works

1

Sign In

Login with GitHub or GitLab to create your dashboard and get an API key.

2

Configure

Add a few environment variables to your shell to send Claude Code telemetry here.

3

Track

Watch your usage grow on the contribution graph. Share your profile or keep it private.

Quick Setup

# Add to your ~/.bashrc or ~/.zshrc
export CLAUDE_CODE_ENABLE_TELEMETRY=1
export OTEL_LOGS_EXPORTER=otlp
export OTEL_EXPORTER_OTLP_LOGS_PROTOCOL=http/json
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=https://clankerscore.com/api/v1/logs
export OTEL_EXPORTER_OTLP_LOGS_HEADERS="Authorization=Bearer YOUR_API_KEY"

Privacy First

What we collect

  • Token counts (input, output, cache)
  • Model names used
  • Request counts and durations
  • Estimated costs

What we don't collect

  • Your code or prompts
  • File contents or paths
  • Conversation history
  • Any personally identifiable information