Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add leeguooooo/claude-code-usage-bar --skill claude-statusbargit clone --depth 1 https://github.com/leeguooooo/claude-code-usage-barWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/leeguooooo/claude-code-usage-bar/claude-statusbar)<a href="https://agentmods.dev/skills/leeguooooo/claude-code-usage-bar/claude-statusbar"><img src="https://agentmods.dev/badge/skills/leeguooooo/claude-code-usage-bar/claude-statusbar.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00281 | $0.02930 |
| Opus 5 | $0.00140 | $0.01465 |
| Sonnet 5 | $0.00056 | $0.00586 |
| Haiku 4.5 | $0.00028 | $0.00293 |
Grade C, and why
claude-statusbar scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- Don't lecture about ANSI codes or terminal compatibility unless asked. Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- Claude Code's `~/.claude/settings.json` has the `statusLine` block How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
claude-statusbar control skill
Use this skill any time the user wants to inspect, change, customize, or
diagnose the cs status bar. Replaces the older individual slash commands
(/statusbar, /statusbar-theme, /statusbar-style, /statusbar-preview,
/statusbar-doctor, /statusbar-reset) — they still work but this skill
covers all of them with conversational intent.
Decision tree
Match the user's intent to the right cs command. Run it via Bash, then
give a short confirmation (one line, no lecture).
| User intent | Command |
|---|---|
| Inspect current config | cs config show |
| List themes | cs themes |
| List styles | cs styles |
Switch theme to <name> |
cs config set theme <name> |
Switch style to <name> |
cs config set style <name> |
| Change density | cs config set density <compact|regular|cozy> |
| Show all 27 combinations | cs preview |
| Filter preview to one style/theme | cs preview --style <s> or cs preview --theme <t> |
| Diagnose problem | cs doctor |
| Return one key to its default | cs config unset <key> (the config stores only what you changed) |
| Wipe config | cs config reset |
| Install / first-time setup | cs --setup |
| Upgrade / update to latest version | cs upgrade — NEVER guess uv tool install / pip install -U / pipx upgrade: it detects the install channel that is actually running cs and picks the right one (many users don't have uv at all) |
| Turn auto-upgrade off | cs config set auto_upgrade false (default true — a detached once-a-day check upgrades every install channel, binaries included; CLAUDE_STATUSBAR_NO_UPDATE=1 also wins) |
| Enable fast mode (daemon) | cs --setup --fast |
| Disable fast mode | cs daemon stop then re-run cs --setup |
| Toggle session cost display | cs config set show_cost true|false |
| Toggle prompt-cache countdown | cs config set show_cache_age true|false |
| Toggle project + branch 2nd line | cs config set show_project_branch true|false (default true) |
| Toggle AgentParty/Codex bridge line | cs config set show_party true|false (default true) |
Toggle todo progress (▸ task 3/7, 3rd line) |
cs config set show_todos true|false (default true) |
Toggle active-tool indicator ◐ (3rd line) |
cs config set show_tools true|false |
Toggle completed-tool rollup ✓ name×N (3rd line) |
cs config set show_tool_rollup true|false (default off — volume tally) |
| Toggle running-subagent bottom line(s) | cs config set show_agents true|false (default off — Claude Code shows background agents natively) |
Toggle session duration ⏱ (on identity line) |
cs config set show_duration true|false |
Toggle lines added/removed +/- (on identity line) |
cs config set show_lines true|false |
Toggle git ahead/behind ↑↓ (on identity line) |
cs config set show_ahead_behind true|false |
Toggle the bar_shimmer twinkling starfield (experimental, classic only) |
cs config set bar_shimmer true|false (default off) |
| Toggle the rate-limit forecast (→NN% projected use / ⚠eta warning) | cs config set show_forecast true|false (default on) |
Toggle the faint version + update hint at the identity-line end (· vX.Y.Z ↑new) |
cs config set show_version true|false (default on) |
| Toggle the ⚙ session-mode line (effort/thinking/fast/output-style) | cs config set show_mode true|false (default on) |
| Toggle the per-effort colour gradient on the mode line | cs config set mode_gradient true|false (default on) |
| Hide weekly bar | cs config set show_weekly false |
| Set warning threshold | cs config set warning_threshold <0-100> |
| Set critical threshold | cs config set critical_threshold <0-100> |
| Auto-collapse to hairline below width | cs config set auto_compact_width <px> |
| Force / disable no-quota (API) mode | cs config set api_mode <auto|on|off> |
| Show working directory | cs config set show_cwd true|false + cs config set cwd_style <basename|full> |
| Relay balance fuel gauge | cs config set show_balance true|false + cs config set balance_bar true|false (no-quota mode only; auto-hidden when the relay has no balance API) |
| Exit-IP purity segment | cs config set show_ip_risk true|false |
| Relay fingerprint-risk watermark | cs config set show_fp_risk true|false |
Window-end projection →NN% |
cs config set show_projection true|false |
| Worktree marker glyph | cs config set worktree_glyph 🌲 (default ⑂; any 1-2 cell symbol — an emoji ignores the theme color, the emoji font decides it) |
| Worktree marker color | cs config set color_worktree "#bd93f9" (empty string restores the theme's hue) |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 180 lines · 281 tokens per session scan C 2c27ef8e13b9
claude-statusbar is a skill published in the GitHub repository leeguooooo/claude-code-usage-bar (364 stars, last pushed yesterday), licensed MIT. It adds 281 tokens to every session and 2,930 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it C with 2 findings (strips warnings and disclaimers, reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ai-ml-development
AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
pytorch-patterns
PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.
content-hash-cache-pattern
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
open-source
Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…
composio
Route and complete Composio work across Composio For You and Composio Platform. Use when the user mentions Composio; wants an agent to use apps such as Gmail, Slack, GitHub, Notion, Calendar, or Linear; needs first-time setup, an SDK or MCP integration, CLI operation, migration guidance, current documentation, or help…