โ† All skills
Tencent SkillHub ยท Developer Tools

Claude Usage

Calculate Claude Max subscription usage from OpenClaw session data. Shows credits consumed, weekly budget percentage, 5-hour rate limit window, and per-session breakdown.

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

Calculate Claude Max subscription usage from OpenClaw session data. Shows credits consumed, weekly budget percentage, 5-hour rate limit window, and per-session 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, bin/claude-usage.js, package.json, scripts/claude-usage.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.0

Documentation

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

Claude Max Usage Calculator

Track your Claude Max subscription usage based on the reverse-engineered credits system from she-llac.com/claude-limits.

When to use

When the user asks about Claude usage, credits, subscription consumption, rate limits, or wants to know how much budget is left.

Setup (first time)

Ask the user for: Weekly reset time โ€” visible on claude.ai Settings > Usage (e.g. "Resets Mon 2:00 PM") Plan โ€” pro ($20), 5x ($100), or 20x ($200). Default: 5x Save it so they never have to repeat: python3 {SKILL_DIR}/scripts/claude-usage.py "2026-02-09 14:00" --plan 5x --save

Commands

# Weekly overview (uses saved config after first --save) python3 {SKILL_DIR}/scripts/claude-usage.py # Override plan or timezone python3 {SKILL_DIR}/scripts/claude-usage.py --plan 20x --tz "America/New_York" # Top N sessions only python3 {SKILL_DIR}/scripts/claude-usage.py --top 5 # Single session detail (substring match on key or id) python3 {SKILL_DIR}/scripts/claude-usage.py --session "main" python3 {SKILL_DIR}/scripts/claude-usage.py --session "9aadee" # JSON output python3 {SKILL_DIR}/scripts/claude-usage.py --json

Weekly overview

Total credits used vs weekly budget (with progress bar) 5-hour sliding window โ€” warns if approaching the per-5h rate limit All sessions ranked by credits consumed Model breakdown (Opus/Sonnet/Haiku/non-Claude)

Single session detail (--session)

Credits consumed and % of weekly budget % of total usage (how much of your spending this session accounts for) Token breakdown (input/output/cache) Per-model detail

Credits formula

credits = (input_tokens + cache_write_tokens) ร— input_rate + output_tokens ร— output_rate ModelInput rateOutput rateHaiku2/1510/15Sonnet6/1530/15Opus10/1550/15 Cache reads are free. Non-Claude models (Gemini, Codex, etc.) don't consume Claude credits.

Plan budgets

Plan$/monthCredits/5hCredits/weekPro$20550,0005,000,0005ร—$1003,300,00041,666,70020ร—$20011,000,00083,333,300

Requirements

Python 3.9+ OpenClaw with session JSONL files (auto-detected at ~/.openclaw/agents/main/sessions/)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • bin/claude-usage.js Scripts
  • scripts/claude-usage.py Scripts
  • package.json Config