groove-admin-claude-statusline

groove-admin-claude-statusline is a skill for Claude Code from andreadellacorte/groove. It costs 60 tokens per session (1,184 once invoked), scanned B, original, MIT.

An installer for a single-line Claude Code status display showing model, Git context, token use, effort level, usage limits, and active scheduled loops. Claude Code is a coding assistant that works in a repository.

In plain words
What is it for?
Installing, listing, or removing the status display and its hooks, including information about branches, changed files, context usage, limits, and loop schedules.
Why use it?
It puts important session and repository information in one place, so developers do not need to inspect several commands or configuration files.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Good fit Installing, listing, or removing the status display and its hooks, including information about branches, changed files, context usage, limits, and loop schedules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andreadellacorte/groove/groove-admin-claude-statusline
Install

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.

Any agent
npx skills add andreadellacorte/groove --skill groove-admin-claude-statusline
Clone the repo
git clone --depth 1 https://github.com/andreadellacorte/groove

Made for: Claude Code.

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 groove-admin-claude-statusline

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreadellacorte/groove/groove-admin-claude-statusline/github.svg)](https://agentmods.dev/skills/andreadellacorte/groove/groove-admin-claude-statusline)
Your own site
<a href="https://agentmods.dev/skills/andreadellacorte/groove/groove-admin-claude-statusline"><img src="https://agentmods.dev/badge/skills/andreadellacorte/groove/groove-admin-claude-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.

agentmods 80×15 button for groove-admin-claude-statusline

Your own site · 80×15
<a href="https://agentmods.dev/skills/andreadellacorte/groove/groove-admin-claude-statusline"><img src="https://agentmods.dev/badge/skills/andreadellacorte/groove/groove-admin-claude-statusline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,184 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 24 Apr 2026
  • Snyk pass 24 Apr 2026
How audits are shown
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.00060 $0.01184
Opus 5 $0.00030 $0.00592
Sonnet 5 $0.00012 $0.00237
Haiku 4.5 $0.00006 $0.00118

Measured 11d ago against content hash 08dab28dad1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

groove-admin-claude-statusline 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 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/cron-state-clear.sh, scripts/cron-state.sh, scripts/statusline.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

description: "Install a rich Claude Code statusline into ~/.claude/hooks/ and ~/.claude/settings.json. Displays model, git context, token usage, effort level, 5h/7d usage limits, and active /loop count with next-fire tim

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Requires: `jq`, `curl`, `python3`, `git` (all standard on macOS/Linux)
skills/groove-admin-claude-statusline/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

groove-admin-claude-statusline

Install a rich single-line Claude Code statusline. Writes three scripts to ~/.claude/hooks/ and merges config into ~/.claude/settings.json.

Use --uninstall to remove. Use --list to show current status.

Outcome

~/.claude/settings.json has statusLine pointing to the statusline script, plus PostToolUse and SessionEnd hooks to track active /loop cron jobs. The statusline shows on every Claude Code turn.

What the statusline shows

claude-sonnet-4-6 | myrepo@main (+3 -1) | 42k/200k (21%) | effort: high | 5h 12% @8:00pm | 7d 3% @mar 16, 9:00am | 2 loops | check deployment @4:10pm
Section Description
Model Display name of the active model
Repo@branch CWD folder name, git branch, staged diff +N -N
Tokens Used / total context, % used
Effort Current effort level (low / med / high)
5h / 7d Rate-limit utilisation with reset time (cached 60s)
Loops Count of active /loop crons + soonest-firing prompt and time

Steps

--list

Read ~/.claude/settings.json. Report whether statusLine is set, and whether each hook script exists in ~/.claude/hooks/. Exit.

--uninstall

Remove statusLine from ~/.claude/settings.json. Remove the three CronCreate|CronDelete / SessionEnd hook entries added by this skill. Do not remove hook scripts (leave for manual cleanup). Report changes. Exit.

Default (install)

  1. Create ~/.claude/hooks/ if absent.

  2. Write the three scripts below to ~/.claude/hooks/. Never overwrite without showing a diff and confirming.

  3. Make all three scripts executable (chmod +x).

  4. Read ~/.claude/settings.json (default {}). Merge in the statusLine entry and the two hook entries below. Preserve all other keys. Do not create duplicate entries.

  5. Write ~/.claude/settings.json.

  6. Report:

    ✓ statusline.sh         → ~/.claude/hooks/statusline.sh
    ✓ cron-state.sh         → ~/.claude/hooks/cron-state.sh
    ✓ cron-state-clear.sh   → ~/.claude/hooks/cron-state-clear.sh
    ✓ ~/.claude/settings.json updated
    Note: restart Claude Code for changes to take effect.
    

Read the full file on GitHub · 124 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 124 lines · 60 tokens per session scan B 08dab28dad1b

Subscribe to this mod's changes

groove-admin-claude-statusline is a skill published in the GitHub repository andreadellacorte/groove (5 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 1,184 once invoked, about $0.0003 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-31.