Check your Claude Code OAuth API usage limits directly from Clawdbot.
- 📊 Session (5-hour) and Weekly (7-day) utilization tracking
- 🎨 Beautiful progress bars with color-coded status indicators
- ⚡ Smart caching (60s default) to avoid API spam
- 📤 JSON output for scripting
- 🦞 Telegram-friendly formatting
- 🔔 NEW v1.1.0: Automated monitoring with reset notifications
cd /Users/ali/clawd/skills/claude-code-usage
./scripts/claude-usage.sh🦞 Claude Code Usage
⏱️ Session (5h): 🟢 █░░░░░░░░░ 18%
Resets in: 2h 48m
📅 Weekly (7d): 🟢 ░░░░░░░░░░ 2%
Resets in: 6d 21h
Just ask:
- "How much Claude usage do I have left?"
- "Check my Claude Code limits"
- "What's my Claude quota?"
The skill automatically triggers and provides a formatted response.
Get notified exactly when your 5-hour session quota refreshes!
One-command setup:
cd /Users/ali/clawd/skills/claude-code-usage
./scripts/session-reminder.shThis creates a self-scheduling chain that:
- Checks when your session refreshes
- Schedules the next reminder for that exact time
- Notifies you automatically every 5 hours
- Runs forever with zero maintenance
Alternatively, monitor for quota resets by polling:
./scripts/monitor-usage.sh # Test once
./scripts/setup-monitoring.sh # Setup automated pollingSee SKILL.md for detailed comparison and configuration options.
To share with the community:
cd /Users/ali/clawd/skills
clawdhub publish claude-code-usage \
--slug claude-code-usage \
--name "Claude Code Usage" \
--version 1.0.0 \
--changelog "Initial release: Session & weekly usage tracking with beautiful formatting"Created for Clawdbot by RZA 🦞