Stats
Actions
Tags
From cap
Configures and customizes the Usage HUD statusline display, including cache TTL, color thresholds, and progress bar width. Run /cap:setup to install or repair.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cap:usage-hudThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure the cap statusline display.
Configure the cap statusline display.
| Command | Description |
|---|---|
/cap:setup | Install or repair HUD statusline |
/cap:status | Show HUD diagnostics |
/cap:uninstall | Completely remove CAP and restore previous settings |
Edit the thresholds in scripts/usage-hud.mjs:
CACHE_TTL_MS: Usage API cache TTL (default: 60000ms). Increase to 120000 if hitting 429s.width parameter in progressBar(pct, 10) calls/cap:setup, then restart Claude Code-- → Check OAuth token with /cap:status[API 429] → Increase CACHE_TTL_MS to 120000 or higherCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub petercha90/cap --plugin cap