clawdbot-cost-tracker

Installation
SKILL.md

Clawdbot Cost Tracker

Track accurate API costs from Clawdbot session data.

⚠️ Important: Data Source

DO NOT use sessions_list totalTokens for cost tracking!

The totalTokens field in sessions_list represents the current context window size, not cumulative usage. It resets after each compaction.

✅ Correct Data Source

Session JSONL files contain actual API usage with real cost data (in USD):

~/.clawdbot/agents/main/sessions/*.jsonl
Installs
1
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 2, 2026
clawdbot-cost-tracker — openclaw/skills