โ† All skills
Tencent SkillHub ยท Productivity

ClawCost

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/pricing.md, scripts/clawcost.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/pricing.md Docs
  • scripts/clawcost.py Scripts