/check-usage
Check all AI CLI (Claude, Codex, Gemini, Antigravity, z.ai) usage limits and get recommendations
> /plugin marketplace add uppinote20/claude-dashboard > /plugin install claude-dashboard@claude-dashboard
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
/check-usage
Context preview
What this command does when you run it.
Check all AI CLI (Claude, Codex, Gemini, Antigravity, z.ai) usage limits and get recommendations
Command definition
check-usage.mddescription: Check all AI CLI (Claude, Codex, Gemini, Antigravity, z.ai) usage limits and get recommendations
allowed-tools: Bash
Check CLI Usage
Display usage limits for all AI CLIs (Claude, Codex, Gemini, Antigravity, z.ai) and recommend the one with the most available capacity.
Usage
# Interactive output with colors
/claude-dashboard:check-usage
# JSON output for scripting
/claude-dashboard:check-usage --json
# Specify language (en or ko)
/claude-dashboard:check-usage --lang ko
/claude-dashboard:check-usage --lang en
Output
Shows usage for each installed CLI:
- **Claude**: 5h and 7d rate limits with reset times
- **Codex**: 5h and 7d limits with plan info (if installed)
- **Gemini**: Usage percentage with model info (if installed)
- **Antigravity**: Weekly quota per model family — Gemini vs Claude+GPT (if installed)
- **z.ai**: Token and MCP usage with model info (if configured)
At the bottom, recommends the CLI with the lowest current usage.
Tasks
1. Find plugin path and run check-usage script
node "$(ls -d "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"/plugins/cache/claude-dashboard/claude-dashboard/*/dist/check-usage.js 2>/dev/null | sort -V | tail -1)" $ARGUMENTSThis will: 1. Find the latest plugin version dynamically 2. Run the check-usage script 3. Display usage for all CLIs 4. Show recommendation
2. Interpret results
If the user wants more details or asks follow-up questions:
- Explain what each metric means
- Suggest when to switch CLIs based on usage
- Note that Codex/Gemini/Antigravity sections only appear if those CLIs are installed
Read more
description: Check all AI CLI (Claude, Codex, Gemini, Antigravity, z.ai) usage limits and get recommendations allowed-tools: Bash
Check CLI Usage
Display usage limits for all AI CLIs (Claude, Codex, Gemini, Antigravity, z.ai) and recommend the one with the most available capacity.
Usage
# Interactive output with colors /claude-dashboard:check-usage # JSON output for scripting /claude-dashboard:check-usage --json # Specify language (en or ko) /claude-dashboard:check-usage --lang ko /claude-dashboard:check-usage --lang en
Output
Shows usage for each installed CLI:
- **Claude**: 5h and 7d rate limits with reset times
- **Codex**: 5h and 7d limits with plan info (if installed)
- **Gemini**: Usage percentage with model info (if installed)
- **Antigravity**: Weekly quota per model family — Gemini vs Claude+GPT (if installed)
- **z.ai**: Token and MCP usage with model info (if configured)
At the bottom, recommends the CLI with the lowest current usage.
Tasks
1. Find plugin path and run check-usage script
node "$(ls -d "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"/plugins/cache/claude-dashboard/claude-dashboard/*/dist/check-usage.js 2>/dev/null | sort -V | tail -1)" $ARGUMENTSThis will: 1. Find the latest plugin version dynamically 2. Run the check-usage script 3. Display usage for all CLIs 4. Show recommendation
2. Interpret results
If the user wants more details or asks follow-up questions:
- Explain what each metric means
- Suggest when to switch CLIs based on usage
- Note that Codex/Gemini/Antigravity sections only appear if those CLIs are installed
Comprehensive status line plugin for Claude Code — unified usage monitoring across Claude, Codex, Gemini, Antigravity, and z.ai CLIs, with context, rate limits, cost tracking, and a modular widget system.
Repo: uppinote20/claude-dashboard

