ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

clawcost

Track OpenClaw agent costs. Check daily/weekly spending and model breakdown.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shallify/clawcost
Or

ClawCost

Run this command:

python3 {baseDir}/scripts/clawcost.py --budget 10

Output

JSON with:

  • balance: {initial, spent, remaining} or null
  • today: cost, budget, pct
  • week: total week cost
  • total: all-time cost, tokens
  • models: breakdown all-time
  • models_today: breakdown for today only
  • daily: cost per day (last 7 days)

Set Balance

User sets INITIAL balance (when they top up):

python3 {baseDir}/scripts/clawcost.py --set-balance 50.00

Remaining auto-calculates: initial - total_spent

How to Present

Tone: Friendly, like a helpful assistant checking expenses. Use emojis sparingly.

Format: Use tree-style (ā”œ ā””) for clean output:

šŸ’° clawleaks
ā”œ Balance $42.98 / $50 remaining
ā”œ Today   $1.36 / $10 (14%) āœ…
ā”œ Week    $7.02
ā”” Total   $7.02 (15.5M tok)

šŸ“ˆ Sonnet $3.99 (57%) • Haiku $2.06 (29%) • Opus $0.97 (14%)

Rules:

  • Skip $0 models
  • Add brief insight ("Opus only 14%, nice savings šŸ‘")

Alerts (IMPORTANT):

  • If today.pct > 80%: Start with āš ļø "Warning: Daily budget {pct}% used!"
  • If today.pct > 100%: Start with 🚨 "OVER BUDGET! ${cost} spent"
  • If balance.remaining < 5: Warn "šŸ’ø Low balance: ${remaining} left"
  • If balance is null: Suggest "Set initial balance with --set-balance"
  • If budget is fine: End with āœ…

Contextual:

  • Quick question → short answer
  • Wants detail → full breakdown + daily
  • Over budget → always show warning first, suggest switching to Haiku

Metadata

Author@shallify
Stars1054
Views1
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-shallify-clawcost": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.