Claude Code Usage Bar
Description
π Lightweight status bar for Claude AI token usage in your terminal.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Status Bar
π Lightweight status bar for Claude AI token usage in your terminal.
β¨ One-Line Install
curl -fsSL "https://raw.githubusercontent.com/leeguooooo/claude-code-usage-bar/main/web-install.sh?v=$(date +%s)" | bash
π‘ The `?v=$(date +%s)` parameter ensures you get the latest version without CDN caching issues.
**If you still see old version, try with additional cache-busting:**
curl -fsSL -H "Cache-Control: no-cache" "https://raw.githubusercontent.com/leeguooooo/claude-code-usage-bar/main/web-install.sh?v=$(date +%s)&r=$RANDOM" | bash
This automatically:
- β Installs the package
- β Configures Claude Code status bar
- β Sets up shell aliases
- β Just restart Claude Code and you're done!
π‘ **After installation:** Restart Claude Code and say something to see your usage!
π¦ Alternative Install Methods
# PyPI
pip install claude-statusbar
# uv (fast)
uv tool install claude-statusbar
# pipx (isolated)
pipx install claude-statusbar
π Usage
claude-statusbar # or cs for short
Output: `π T:48.0k/133.3k | $:59.28/90.26 | π€opusplan | β±οΈ31m | Usage:16.5%`
- T: Token usage (current/limit)
- $: Cost in USD (dynamic P90 limits)
- π€: Current Claude model
- β±οΈ: Time until reset
- Usage %: Cost-based percentage, color-coded (π’ <30% | π‘ 30-70% | π΄ >70%)
π§ Integrations
**tmux status bar:**
set -g status-right '#(claude-statusbar)'
**zsh prompt:**
RPROMPT='$(claude-statusbar)'
π Upgrading
Automatic Updates (Recommended)
The tool automatically checks for updates once per day and upgrades itself. No action needed! π
When an update is available, you'll see: `π Upgraded from v1.0.0 to v1.1.0`
Manual Upgrade
If automatic upgrade fails, you can manually update:
# Re-run the installer (recommended - always gets latest)
...
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity