Development
Command
/usage
Show Claude plan usage windows (5h session, 7d all models, per-model weekly like Fable/Opus/Sonnet, extra-usage credits)
Install
> /plugin marketplace add liorwn/claudetop > /plugin install claudetop@claudetop
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/usage
Context preview
What this command does when you run it.
Show Claude plan usage windows (5h session, 7d all models, per-model weekly like Fable/Opus/Sonnet, extra-usage credits)
Command definition
usage.mddescription: Show Claude plan usage windows (5h session, 7d all models, per-model weekly like Fable/Opus/Sonnet, extra-usage credits) argument-hint: "[--refresh]" allowed-tools: - Bash
claudetop-usage
Show how much of each Claude.ai plan window is used and how much is left, with reset times.
If `--refresh` is passed, force a refetch first; otherwise the cached numbers (refreshed at most every 60s by the status line) are shown.
if [ "$ARGUMENTS" = "--refresh" ]; then claudetop-usage --refresh; fi claudetop-usage --show
Run the command and display the full formatted output to the user. Do not summarize.
Ships withclaudetop
htop for your Claude Code sessions — real-time cost, cache efficiency, model comparison, and smart alerts
Get the whole plugin

