Quick overview
Tracks LLM token usage and calculates API-equivalent costs, storing all data locally in SQLite at ~/.tokenmeter/usage.db. Session files from OpenClaw and Claude Code are parsed to produce per-model cost breakdowns, including prompt cache read and write tokens. Shows how much a flat-rate subscription like Claude Max saves compared to pay-as-you-go API billing.
It accounts for prompt cache read and write tokens separately, which most cost calculators ignore, giving a more accurate API-equivalent spend figure.
Common tasks
- Checking how much you spent on Claude this week
- Comparing Claude Max plan value against API billing costs
- Finding which models account for the largest share of spending
- Monitoring daily token usage across multiple agent instances
- Month-end billing reconciliation before the billing cycle closes
Install paths
Primary command
openclaw install cheenu1092-oss/tokenmeter
ClawHub installer
npx clawhub@latest install cheenu1092-oss/tokenmeter
OpenClaw CLI
openclaw skills install cheenu1092-oss/tokenmeter
Direct OpenClaw install
openclaw install cheenu1092-oss/tokenmeter
Skill metadata
- Category: Coding Agents & IDEs
- Language: Markdown
- Version: 0.1.1
- Security status: Suspicious
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/cheenu1092-oss/tokenmeter






