/install claude-quota-checker
Claude Quota Checker
How much Claude do you have LEFT?
Most tools tell you how much you spent. This one tells you how much you have remaining — the question that actually matters when you're working and worried about hitting limits.
Checks your Claude Max/Pro subscription quota by automating the /usage command via tmux. No API keys needed, no Admin keys, no complex setup.
How It Works
- Creates a temporary tmux session with a scratch git repo
- Launches Claude Code CLI
- Handles the "trust this folder" prompt automatically
- Sends
/usagecommand - Captures and parses the output
- Cleans up tmux session
Usage
bash ./scripts/check-usage.sh
Note: Run from the skill directory, or use the full path based on where you installed this skill. The script auto-detects its own location.
Output
- Plan type: Pro or Max (e.g., "Opus 4.6 — Claude Max")
- Session usage: current session % used
- Weekly usage: all models % and Sonnet-only %
- Reset time: when the weekly quota resets
Error Handling
| Problem | Symptom | Fix |
|---|---|---|
| tmux not installed | command not found: tmux |
brew install tmux |
| Claude CLI not in PATH | Session hangs | Install Claude Code CLI, ensure claude is in PATH |
| Auth expired | "Please log in" in output | Run claude manually and re-authenticate |
| Git not installed | Script fails at git init |
brew install git |
If the script hangs for >15 seconds, it likely means Claude CLI couldn't start. Kill with: tmux kill-session -t cu-*
Requirements
- macOS or Linux
tmuxinstalledclaudeCLI in PATH- Active Claude Code authentication (Pro or Max subscription)
gitinstalled (for scratch repo)
Performance
~8-10 seconds (bottleneck: Claude Code CLI startup time).
Limitations
- Only checks subscription usage (Pro/Max), not API billing
- Requires a running terminal environment (won't work in sandboxed containers)
- Output parsing depends on Claude Code CLI's
/usageformat — may break if Anthropic changes the output layout
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-quota-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-quota-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
How Much Claude Left? 是什么?
Check how much Claude Max / Claude Pro subscription quota you have LEFT — not how much you spent. Most usage tools track API billing or token costs. This one... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。
如何安装 How Much Claude Left??
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-quota-checker」即可一键安装,无需额外配置。
How Much Claude Left? 是免费的吗?
是的,How Much Claude Left? 完全免费(开源免费),可自由下载、安装和使用。
How Much Claude Left? 支持哪些平台?
How Much Claude Left? 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 How Much Claude Left??
由 mfang0126(@mfang0126)开发并维护,当前版本 v1.1.1。