setup-statusline
SolidLive token counter in your CLI. Shows real-time input/output/cache token counts in the Claude Code status bar
AI & Automation 28 stars
0 forks Updated today Apache-2.0
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Manage the claude-code-token-saver statusline in Claude Code's `~/.claude/settings.json`.
## Help
**ONLY show help if the user's argument literally contains the word "help" (e.g. `/setup-statusline help`). If no argument or any other argument is given, SKIP this section entirely and proceed to Step 1.**
If the user provides "help" as argument, show usage summary and stop:
```
/setup-statusline โ Install or uninstall the live usage monitor
Format:
[RUN๐ข] ๏ผ0.10/๏ผ12.23 | [5H๐ข] 9% โณ1h32m | [W๐ก] 65% โณ1d3h | [CTX๐ข] 22%
โโโโโ last / total 5h window usage weekly (โฅ60% only) context window
(subscribers only)
Options:
install Register statusline (default)
uninstall Remove and restore previous config
help Show this help
Examples:
/setup-statusline install
/setup-statusline uninstall
```
Do not modify any settings. Just display the help text and stop.
## Args
- `install` (default if no arg) โ register the statusline script
- `uninstall` โ remove and restore backup if available
## Install Flow
1. Read `~/.claude/settings.json`
2. Check current `statusLine` field:
**Case A: No statusLine** โ install directly.
**Case B: Already our script** โ check if path matches current `${CLAUDE_PLUGIN_ROOT}`.
If version differs, update path silently, then print "Updated to current version." and stop.
If same version, print "Already installed." and stop.
Check by matching the command path containing `cl...
Details
- Author
- ww-w-ai
- Repository
- ww-w-ai/claude-code-token-saver
- Created
- 3 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- Apache-2.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content โ not just same category
AI & Automation Solid
setup-statusline
Wire the frugal savings segment into the user's Claude Code statusline - creates a minimal statusline if none exists, or merges the segment into an existing one.
32 Updated today
ThomasLangbroek AI & Automation Solid
statusline
Install or remove coral HUD statusline
11 Updated yesterday
kangig94 AI & Automation Listed
setup-context-monitor
Configure the StatusLine-based context percentage monitor. Use when setting up context window warnings for the first time.
6 Updated today
ArieGoldkin