Install
openclaw skills install usage-reportGenerate cost and token usage reports from OpenClaw session logs. Use when asked about API costs, token usage, billing, spending, how much something cost, or daily/session usage summaries. Works by reading per-turn usage data from session JSONL files.
openclaw skills install usage-reportGenerate cost and token usage reports from OpenClaw session JSONL logs.
# Full text report (all sessions)
{baseDir}/scripts/usage-report.sh
# JSON output
{baseDir}/scripts/usage-report.sh json
# Filter to today only
{baseDir}/scripts/usage-report.sh text today
# Filter to specific date
{baseDir}/scripts/usage-report.sh text 2026-04-07
# JSON for a specific date
{baseDir}/scripts/usage-report.sh json today
~/.openclaw/agents/main/sessions/*.jsonl by defaultOPENCLAW_SESSIONS_DIR env var.lock and .reset backup files