tutor-statusline-toggle

tutor-statusline-toggle is a skill for Claude Code from Flagrare/llm-tutor. It costs 96 tokens per session (386 once invoked), scanned A, original, MIT.

A visibility switch for the llm-tutor section in Claude Code's status line. It hides or shows that section while leaving the status-line wrapper installed.

In plain words
What is it for?
Use it to turn the tutor status-line segment on, off, or cycle between those states.
Why use it?
It lets you temporarily remove the tutor information from view without uninstalling its integration. This is useful when you want the original status line to look unchanged.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable. Also seen: reads .claude/ paths.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the llm-tutor plugin — 12 skills, 1 hook shipped together

Good fit Use it to turn the tutor status-line segment on, off, or cycle between those states.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add Flagrare/llm-tutor
Claude Code
/plugin install llm-tutor

Made for: Claude Code.

Or install llm-tutor, the plugin that ships this one along with the rest of its 12 skills, 1 hook.

Wrote 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.

agentmods badge for tutor-statusline-toggle

README.md
[![agentmods](https://agentmods.dev/badge/skills/flagrare/llm-tutor/tutor-statusline-toggle.svg)](https://agentmods.dev/skills/flagrare/llm-tutor/tutor-statusline-toggle)
Your own site
<a href="https://agentmods.dev/skills/flagrare/llm-tutor/tutor-statusline-toggle"><img src="https://agentmods.dev/badge/skills/flagrare/llm-tutor/tutor-statusline-toggle.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 386 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.00386
Opus 5 $0.00048 $0.00193
Sonnet 5 $0.00019 $0.00077
Haiku 4.5 $0.00010 $0.00039

Measured 7d ago against content hash 055163977aea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

tutor-statusline-toggle scanned grade A with 0 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 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/llm-tutor/skills/tutor-statusline-toggle/SKILL.md · 40 lines

What it actually says

Tutor Statusline Toggle

This skill flips the visibility flag for llm-tutor's statusline segment. The wrapper stays installed either way — toggling is the lightweight on/off, uninstall is the full removal.


Step 1 — Run the toggle script

Pass the user's argument through unchanged (on / off / empty for cycle).

bash "$CLAUDE_PLUGIN_ROOT/scripts/statusline-toggle.sh" $ARGUMENTS

Echo the script's output.


Step 2 — One-line context for the user

If the user toggled off and the wrapper is currently installed:

"Original statusline renders unchanged. Run /tutor-statusline-toggle on to bring the segment back."

If the user toggled on and the wrapper isn't installed yet (the script's output will warn about this), suggest:

"Run /tutor-statusline-install first — the toggle is set, but nothing's wrapping the statusline yet so nothing changes visually."


Hard rules

  1. Don't run install from this skill. Toggle and install are intentionally separate — the user might want the wrapper installed but the segment hidden (e.g., during a screen-share).
  2. Don't modify settings.json. The flag is a file under ~/.claude/llm-tutor/, not a settings key.
Changes

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.

  1. 7d ago First seen · 40 lines · 96 tokens per session scan A 055163977aea

Subscribe to this mod's changes

tutor-statusline-toggle is a skill published in the GitHub repository Flagrare/llm-tutor (5 stars, last pushed 3mo ago), licensed MIT. It adds 96 tokens to every session and 386 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

collaboration-platform-administration

Administers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing and spam controls, shared mailboxes and distribution groups, external sharing and guest access, permission sprawl in file storage, and retention and legal…

cbrock84/headcount · 93 tokens

onboarding-and-offboarding

Designs the joining and leaving experience — first-day readiness, ramp to productivity, knowledge capture, and clean exits. Use this to design or fix onboarding, shorten time to productivity, structure a leaver process, capture knowledge before someone leaves, or coordinate the access and asset steps around a joiner…

cbrock84/headcount · 69 tokens

structure-swift-sources

Organize Swift source trees and oversized Swift files by feature, layer, and declaration group; split large files, normalize // MARK: sections, enforce plain-language block-comment file headers, and move TODO and FIXME text into ledger files. Use after format-swift-sources has established a clean formatting baseline.

gaelic-ghost/socket · 69 tokens

tips-helpviewer-workflow

Discover local user-guide topics for installed Apple Mac apps through the Tips HelpViewer catalog, with app matching, installed-version capture, result verification, and authoritative fallback routing. Use when Codex needs task-specific help for an installed Apple app, needs to find a menu command through local Help…

gaelic-ghost/socket · 93 tokens

ws

Create and run workstations - permanent areas for routine, repeated work (independent of projects). Actions - new WS, new subWS, new area, new routine, run, from project, list, overview. Hierarchy depth (2 or 3 levels) is fixed at creation.

protonium-labs/axiomcore-plugin · 60 tokens