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 Flagrare/llm-tutor/plugin install llm-tutorWrote 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/flagrare/llm-tutor/tutor-statusline-install)<a href="https://agentmods.dev/skills/flagrare/llm-tutor/tutor-statusline-install"><img src="https://agentmods.dev/badge/skills/flagrare/llm-tutor/tutor-statusline-install/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/flagrare/llm-tutor/tutor-statusline-install"><img src="https://agentmods.dev/badge/skills/flagrare/llm-tutor/tutor-statusline-install.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.00105 | $0.00638 |
| Opus 5 | $0.00053 | $0.00319 |
| Sonnet 5 | $0.00021 | $0.00128 |
| Haiku 4.5 | $0.00011 | $0.00064 |
Grade B, and why
tutor-statusline-install 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 9d 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.
Before mutating `~/.claude/settings.json`, print a short summary: How it starts
The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tutor Statusline Install
This skill installs llm-tutor's statusline integration. After install, every statusline render shows the user's current tier, cycles balance, and (when active) the topic + concept progress, appended as a new row beneath whatever statusline they already had.
The install is non-destructive: it saves the user's original statusLine.command before swapping in our wrapper. /tutor-statusline-uninstall restores it.
Step 0 — Confirm the user knows what they're agreeing to
Before mutating ~/.claude/settings.json, print a short summary:
"About to wrap your Claude Code statusline so llm-tutor's tier/cycles/progress shows up as an extra row. Your existing statusline will still render unchanged — we only add a row.
- Saved original:
~/.claude/llm-tutor/wrapped-statusline.json- Toggle off later:
/tutor-statusline-toggle off- Full uninstall:
/tutor-statusline-uninstallProceed?"
If the user has already approved in their previous message (e.g. they explicitly typed /tutor-statusline-install), skip the confirmation and proceed directly.
Step 1 — Run the install script
bash "$CLAUDE_PLUGIN_ROOT/scripts/statusline-install.sh"
Echo the script's output to the user verbatim. Don't summarize — the script prints the exact paths it touched, which is what the user needs to see.
Step 2 — Tell the user how to verify
"Restart Claude Code (or wait for the next render) — you'll see an extra row beneath your existing statusline showing your tier, cycles, and active topic.
If you don't see anything, you may not have started a tutoring session yet. The segment auto-hides when there's no state file. Run
/tutor-start <subject>and it'll appear."
Hard rules
- Never edit
~/.claude/settings.jsondirectly from this skill. Always delegate to the install script — it has the idempotency + backup logic. - Don't claim it's installed until the script exits 0.
- Don't run install if it's already installed — the script handles idempotency by detecting the wrapper symlink, but you can also short-circuit: if
~/.claude/llm-tutor/wrapped-statusline.jsonalready exists, tell the user it's already installed and offer/tutor-statusline-toggleinstead.
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.
- 9d ago First seen · 53 lines · 105 tokens per session scan B 73039c1c6607
tutor-statusline-install is a skill published in the GitHub repository Flagrare/llm-tutor (5 stars, last pushed 3mo ago), licensed MIT. It adds 105 tokens to every session and 638 once invoked, about $0.0005 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 skills, from other repositories
chief-revenue-officer
Owns the revenue engine end to end: sales, monetization, pricing, customer success, retention, and partnerships. Use this for pricing and packaging decisions, sales strategy and coverage, forecast and pipeline health, churn and expansion, partner and channel strategy, or when marketing-sourced demand is not…
chief-strategy-officer
Owns where the business plays and how it wins over a multi-year horizon — portfolio choices, corporate development, strategic partnerships, and planning under uncertainty. Use this for a decision about which markets or businesses to be in, whether to build, buy, or partner, how to allocate capital across business…
seo-strategy
Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…
financial-statement-analysis
Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…
youtube-producer
Plans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video or channel underperforms. Use this for video ideas, packaging, scripting, a retention teardown, or channel strategy — including when someone describes a…
estimating-and-contingency
Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…