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.
git clone --depth 1 https://github.com/egorus1/ask-a-seniorWrote 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/commands/egorus1/ask-a-senior/statusline)<a href="https://agentmods.dev/commands/egorus1/ask-a-senior/statusline"><img src="https://agentmods.dev/badge/commands/egorus1/ask-a-senior/statusline.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.00013 | $0.00280 |
| Opus 5 | $0.00006 | $0.00140 |
| Sonnet 5 | $0.00003 | $0.00056 |
| Haiku 4.5 | $0.00001 | $0.00028 |
Grade B, and why
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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
2. Read `~/.claude/settings.json`. What it actually says
Wire up the ask-a-senior statusline badge, which shows [senior · 12m · 4 asked]
while the mode is on and nothing at all while it's off.
-
Read
~/.claude/ask-a-senior/plugin-root.txtfor the plugin's install path. If it's missing, the mode has never been turned on — tell them to run/ask-a-senior:ononce, then run this again. -
Read
~/.claude/settings.json. -
If there is no
statusLinekey, add one:"statusLine": { "type": "command", "command": "node \"<plugin-root>/hooks/statusline.js\"" }If they already have a
statusLine, do not overwrite it. Show them the command above and tell them to append its output to their existing script — it prints an empty string when the mode is off. -
Tell them it shows up on the next prompt.
If the edit is blocked because senior mode is on, tell them to run
/ask-a-senior:off first, set it up, then turn it back on.
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 · 24 lines · 13 tokens per session scan B 4aa238ccfb4a
statusline is a command published in the GitHub repository egorus1/ask-a-senior (2 stars, last pushed 17d ago), licensed MIT. It adds 13 tokens to every session and 280 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-31.
Other commands, from other repositories
diagnose-underperformer
Diagnose why a specific Google Ads or Meta Ads campaign / ad set / ad is underperforming and prescribe the next concrete action. Use when the user says something like "why is X not converting?", "this campaign is wasting money", or "why are impressions so low?". Read-only — no changes are made.
edit-meta-creative
Edit a Meta ad's creative content — landing page URL, primary text, headline, description, CTA, link description — across one ad or many. Use when the user says "change the URL on my ads", "update the copy", "swap the CTA", or anything that changes what an existing Meta ad shows. Meta does not allow in-place creative…
launch-meta-campaign
Launch a complete Meta Ads campaign — campaign, ad set, and ad(s) — built paused and ready to review. Use when the user wants a new Facebook/Instagram campaign.
launch-pmax
Launch a Google Ads Performance Max campaign with a complete asset group, audience signals, and (for ecom) listing groups. Built paused for review. Use when the user wants a new PMax campaign.
negative-keyword-sweep
Find wasted spend in Google Ads search terms and add negatives at the right scope (account list, campaign, or ad group). Use when the user says "find junk keywords", "stop wasting on bad searches", or wants a search-terms cleanup.
duck-off
Turn off Rubber Duck mode and answer normally.