What problem does it solve? LLM session logs accumulate across many JSONL files with no easy way to see total token consumption or estimate API costs. This Skill aggregates token usage (including cached tokens) across sessions and models, producing readable reports and cost estimates. ## Core Features & Use Cases - Token Aggregation: Streams JSONL session files line-by-line and sums input, output, cacheRead, and cacheWrite tokens grouped by model. - OpenClaw Event Support: Handles model_change, thinking_level_change, and model-snapshot events to correctly attribute tokens across model switches. - Cost Estimation: Applies built-in per-model pricing tables (Claude, GPT, Gemini, Kimi, GLM, DeepSeek) to compute dollar costs, with JSON output for automation. - Use Case: Run it against ~/.pi/agent/sessions recursively to see that one model consumed 251M tokens and estimate the associated spend. ## Quick Start Ask the assistant to run the token-burn script on your session directory to generate a token usage and cost report.