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 agentmods add instructions/awesomejun/cc-statusline/claude-mdgit clone --depth 1 https://github.com/AwesomeJun/CC-statuslineWrote 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/instructions/awesomejun/cc-statusline/claude-md)<a href="https://agentmods.dev/instructions/awesomejun/cc-statusline/claude-md"><img src="https://agentmods.dev/badge/instructions/awesomejun/cc-statusline/claude-md.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 | $0.01037 | $0.01037 |
| Opus 5 | $0.00518 | $0.00518 |
| Sonnet 5 | $0.00207 | $0.00207 |
| Haiku 4.5 | $0.00104 | $0.00104 |
Grade B, and why
CC-statusline CLAUDE.md scanned grade B 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 5d 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.
updates `~/.claude/settings.json`, and makes a timestamped backup before Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
for the size they want — you'll reinstall. Don't print curl/CLI commands for How it starts
The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Install Notes
When asked to install this repo, follow the rules below. They are the single
canonical install/size rules for this project and are duplicated verbatim in
commands/statusline-setup.md and in the header comments of install.sh /
install.ps1 (a user may install straight from the GitHub URL without cloning,
so this file is often NOT in context — the installer scripts are the one place
that always is). If you change these rules, change them in all four places and
keep them identical.
How to ask the size
-
You MUST resolve a size before installing. Never install without an explicit size chosen by the user. "Auto" / auto-accept mode is NOT an exception — the user is present and can answer; ask anyway. Recommending
large(below) is only a hint shown inside the menu; it must never become a silent default or let you skip the question. Always ask. -
If the user already named a size (
xs/s/m/l/xlor full name), use it and skip the question. -
Otherwise ask with the AskUserQuestion tool, in TWO steps so all five presets fit the tool's 4-option limit. Match the user's language.
Step 1 — question text:
- EN:
Which size would you like to install? (size examples on GitHub: https://github.com/AwesomeJun/CC-statusline) - KO:
어떤 크기로 설치할까요? (크기 예시는 GitHub에서 확인: https://github.com/AwesomeJun/CC-statusline)
Step 1 — four options, in EXACTLY this order — do NOT reorder. The recommended option is always
large(option 1); never substitutemediumor anything else as the recommendation:large(l) (추천 / Recommended) — most info, good for most users / 추천 기본값xlarge(xl) — largest, full detail / 가장 크게, 전체 상세medium(m) — balanced layout / 균형 잡힌 레이아웃small/xsmall— the two smallest; pick this to choose between them / 작은 두 가지 (고르면 한 번 더 선택)
Step 2 — ONLY if the user picked option 4, ask again:
- EN:
Which of the two smaller sizes?· KO:작은 쪽 중 무엇으로 설치할까요?
small(s) — space-saving, key info / 공간 절약, 주요 정보xsmall(xs) — smallest, essentials only / 가장 작게, 핵심만
- EN:
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.
- 5d ago First seen · 79 lines · 1,037 tokens per session scan B 4cc537ac83db
CC-statusline CLAUDE.md is an instructions file published in the GitHub repository AwesomeJun/CC-statusline (179 stars, last pushed 1mo ago), licensed MIT. It adds 1,037 tokens to every session, about $0.0052 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
awesome-quant AGENTS.md
AGENTS.md instructions for wilsonfreitas/awesome-quant, covering agents.md, project overview, architecture, work tracking and planning and commands.
untether GEMINI.md
Gemini CLI instructions for littlebearapps/untether, covering untether — gemini instructions, stack & conventions, architecture, key rules and testing.
awesome-defold AGENTS.md
Instructions for astrochili/awesome-defold: When asked to process the resource inbox, use GitHub issue #16 unless another issue is named.
claude-tui CLAUDE.md
Claude Code instructions for slima4/claude-tui, covering claude.md, project overview, top-level scripts, tools and claude-code-statusline.
claude-tui AGENTS.md
AGENTS.md instructions for slima4/claude-tui, covering agents.md, quick commands, testing, gotchas (hard-won knowledge) and local development.
awesome-ai-scientists CLAUDE.md
Instructions for natnew/awesome-ai-scientists, covering claude.md, north star, resolver — load per task, first-pass workflow and stop conditions.