Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add ww-w-ai/super-token-saver/plugin install super-token-saverWrote 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/ww-w-ai/super-token-saver/setup-statusline)<a href="https://agentmods.dev/skills/ww-w-ai/super-token-saver/setup-statusline"><img src="https://agentmods.dev/badge/skills/ww-w-ai/super-token-saver/setup-statusline/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ww-w-ai/super-token-saver/setup-statusline"><img src="https://agentmods.dev/badge/skills/ww-w-ai/super-token-saver/setup-statusline.svg" alt="Reviewed on agentmods" width="80" 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.00025 | $0.01384 |
| Opus 5 | $0.00013 | $0.00692 |
| Sonnet 5 | $0.00005 | $0.00277 |
| Haiku 4.5 | $0.00003 | $0.00138 |
Grade B, and why
setup-statusline scanned grade B with 1 finding 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 2d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Manage the super-token-saver statusline in Claude Code's `~/.claude/settings.json`. How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code only. Codex has its OWN status line, configured through
status_lineinconfig.tomlfrom a fixed set of named segments rather than a command — seedocs/CODEX-PORT-BACKLOG.md.
Manage the super-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 scriptuninstall— remove and restore backup if available
Install Flow
-
Read
~/.claude/settings.json -
Check current
statusLinefield: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 containingsuper-token-saver/scripts/statusline-logger.sh.Case C: Different statusLine exists — warn and ask the user:
⚠️ Existing statusline detected: command: {existing command} Options: 1. Replace (backup existing to _statusLineBackup) 2. Cancel Which? (1/2)Wait for user response. If "1", backup to
_statusLineBackupthen install. If "2", stop.
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.
- 2d ago Changed 1f395cbcb0e1
- 10d ago First seen · 139 lines · 25 tokens per session scan B 2944f24eeb21
setup-statusline is a skill published in the GitHub repository ww-w-ai/super-token-saver (31 stars, last pushed 2d ago), licensed Apache-2.0. It adds 25 tokens to every session and 1,384 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (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
cco-budget
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — Claude 5 lineup, Opus 5 default fallback, full 1M context at standard price).
cco-clean
Clean up old tracking data and reset statistics.
agent-harness-optimizer
Use when agent harness optimization patterns for token efficiency, memory persistence, session management, and cross-harness parity. Use when optimizing agent performance, reducing token costs,.
git-workflow
Use when starting feature work that needs a branch, creating worktrees for isolation, making atomic commits during development, or completing a development branch via merge, PR, preserve, or discard. Also use when the user says "set up worktree", "create PR", "finish this branch", "start feature", or when you need an…
parallel-dispatch
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Also use when multiple test files fail with different root causes, multiple subsystems are broken independently, or you want agents to work concurrently on separate problem domains. If tasks touch different…
pith
Adaptive output compression. Three levels: precise (no filler), lean (default, drop articles/fragments), ultra (maximum — abbreviate, structure, arrows). Activate: /pith | /pith precise | /pith lean | /pith ultra | /pith off.