claude-usage-checkerCheck Claude Code / Claude Max usage limits. Run when user asks about usage, limits, quota, or how much Claude capacity is left.
Install via ClawdBot CLI:
clawdbot install aligurelli/claude-usage-checkerLaunches the Claude CLI interactively (PTY) and reads the /usage output to report your Claude Code / Claude Max quota.
npm i -g @anthropic-ai/claude-code) and logged inclaude shows "Missing API key", the user must log in manually first: open a terminal, run claude, and complete the browser login flowclaude with PTY/usage + Enter/exit# Launch claude with PTY
exec pty=true command="claude"
# Wait and check log
process action=poll sessionId=XXX timeout=5000
# Send /usage
process action=send-keys sessionId=XXX literal="/usage"
process action=send-keys sessionId=XXX keys=["Enter"]
# Read output
process action=poll sessionId=XXX timeout=5000
# Exit
process action=send-keys sessionId=XXX keys=["Escape"]
process action=send-keys sessionId=XXX literal="/exit"
process action=send-keys sessionId=XXX keys=["Enter"]
Report in a table:
| | Usage | Resets |
|---|---|---|
| Current session | X% used | today at HH:MM (timezone) |
| Weekly (all models) | X% used | HH:MM (timezone) |
| Weekly (Sonnet only) | X% used | HH:MM (timezone) |
| Extra usage | X% used / $X of $Y spent | date (timezone) |
Always show reset times. The CLI displays them as "Resets Xpm" — convert to HH:MM format.
Generated Mar 1, 2026
Developers use this skill to monitor Claude usage while coding, ensuring they stay within limits during intensive sessions. It helps avoid interruptions by providing real-time quota checks, especially when working on large projects or debugging. This is crucial for teams relying on Claude Code for daily development tasks.
Content creators and writers utilize the skill to track Claude Max usage when generating articles, scripts, or marketing copy. It allows them to manage their weekly quotas effectively, preventing overuse during peak creative periods. This ensures consistent access to AI assistance for brainstorming and editing workflows.
Researchers employ this skill to check Claude usage limits while analyzing data or drafting papers, helping them allocate resources across multiple projects. It supports efficient use of AI models for literature reviews and computational tasks, avoiding quota exhaustion during critical research phases. This is vital for institutions with shared AI budgets.
Freelancers use the skill to monitor their Claude usage across client projects, ensuring they stay within personal or paid quotas. It aids in budgeting AI costs and scheduling tasks around reset times, optimizing productivity for tasks like code reviews or content generation. This helps independent professionals manage limited resources effectively.
Offer a free basic version with usage checks and paid tiers for advanced features like historical analytics, alerts, and team management. Monetize through subscription plans targeting small teams and enterprises needing detailed quota tracking. This model leverages the skill's integration with Claude CLI to provide value-added services.
Bundle the skill into larger AI management platforms for companies using Claude at scale, providing usage monitoring, compliance reporting, and cost optimization. Charge based on the number of seats or usage volume, with custom integrations for specific workflows. This targets organizations requiring centralized control over AI resources.
Distribute the skill through marketplaces for AI tools, offering it as a standalone utility or part of a toolkit for developers. Generate revenue via one-time purchases or commissions, with upsells for premium support or updates. This model capitalizes on the growing ecosystem of Claude extensions and CLI tools.
💬 Integration Tip
Ensure the Claude CLI is installed and logged in before running the skill; use PTY mode for interactive output and allow sufficient polling time to handle slow CLI startup.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Generate QR codes from text or URL for mobile scanning.