claude-statusbar

claude-statusbar is a skill for Claude Code from leeguooooo/claude-code-usage-bar. It costs 281 tokens per session (2,930 once invoked), scanned C, original, MIT.

A conversational control guide for the cs Claude status bar, a terminal display that shows agent session information. It covers settings, themes, styles, density, diagnostics, installation, upgrades, and removal.

In plain words
What is it for?
Use it to inspect or change the bar's theme, style, density, cost display, prompt-cache age, bridge line, operating mode, installation, or configuration.
Why use it?
It turns common status-bar tasks into the correct cs commands and keeps configuration changes consistent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Part of the claude-statusbar plugin — 1 skill, 6 commands shipped together

Good fit Use it to inspect or change the bar's theme, style, density, cost…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leeguooooo/claude-code-usage-bar/claude-statusbar
Install

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.

Any agent
npx skills add leeguooooo/claude-code-usage-bar --skill claude-statusbar
Clone the repo
git clone --depth 1 https://github.com/leeguooooo/claude-code-usage-bar

Made for: Claude Code.

Or install claude-statusbar, the plugin that ships this one along with the rest of its 1 skill, 6 commands.

Wrote 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.

agentmods badge for claude-statusbar

README.md
[![agentmods](https://agentmods.dev/badge/skills/leeguooooo/claude-code-usage-bar/claude-statusbar.svg)](https://agentmods.dev/skills/leeguooooo/claude-code-usage-bar/claude-statusbar)
Your own site
<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>
Per session 281 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,930 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 2c27ef8e13b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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
skills/claude-statusbar/SKILL.md · 180 lines

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)

Read the full file on GitHub · 180 lines

Changes

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.

  1. 7d ago First seen · 180 lines · 281 tokens per session scan C 2c27ef8e13b9

Subscribe to this mod's changes

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.

Related

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.

travisjneuman/.claude · 43 tokens

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

pytorch-patterns

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

affaan-m/ECC · 32 tokens

content-hash-cache-pattern

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

affaan-m/ECC · 30 tokens

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…

browser-use/browser-use · 137 tokens

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…

ComposioHQ/composio · 84 tokens