Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Check Claude Code / Claude Max usage limits. Run when user asks about usage, limits, quota, or how much Claude capacity is left.
Check Claude Code / Claude Max usage limits. Run when user asks about usage, limits, quota, or how much Claude capacity is left.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
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. Summarize what changed and any follow-up checks I should run.
Launches the Claude CLI interactively (PTY) and reads the /usage output to report your Claude Code / Claude Max quota.
Claude CLI must be installed (npm i -g @anthropic-ai/claude-code) and logged in If running claude shows "Missing API key", the user must log in manually first: open a terminal, run claude, and complete the browser login flow Requires an interactive PTY โ the agent will launch a local process and read its output (quota info only)
Launch claude with PTY Wait for the welcome screen (poll until it appears) Send /usage + Enter Read the output (poll until usage data appears) Close with Escape then /exit Report the results
# 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"]
If you see "Missing API key" โ tell the user to log in; browser-based login won't work headlessly Allow a few seconds between polls โ Claude CLI starts slowly "Current week" = weekly reset, not daily
Report in a table: UsageResetsCurrent sessionX% usedtoday at HH:MM (timezone)Weekly (all models)X% usedHH:MM (timezone)Weekly (Sonnet only)X% usedHH:MM (timezone)Extra usageX% used / $X of $Y spentdate (timezone) Always show reset times. The CLI displays them as "Resets Xpm" โ convert to HH:MM format.
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.