status

A command that reports compact-manager's mode, background watchers, and context usage for each session.

In plain words
What is it for?
Use it to inspect compact-manager status and understand the current session's usage.
Why use it?
It shows whether a session is being monitored and whether any session needs attention.

Command

Part of the compact-manager plugin — 5 commands, 5 hooks shipped together

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.

agentmods
npx agentmods add commands/msshives-gif/claude-plugins/status
Clone the repo
git clone --depth 1 https://github.com/msshives-gif/claude-plugins

Or install compact-manager, the plugin that ships this one along with the rest of its 5 commands, 5 hooks.

Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 603 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00012 $0.00603
Opus 5 $0.00006 $0.00302
Sonnet 5 $0.00002 $0.00121
Haiku 4.5 $0.00001 $0.00060

Measured 2d ago against content hash 87895b7eaa64, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

status 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 2d 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.

itself: `find ~/.claude/plugins -maxdepth 8 -type f -name
plugins/compact-manager/commands/status.md · 43 lines

What it actually says

Report the current compact-manager state.

  1. Locate the compact-manager CLI. The path in the later steps normally reads as an absolute path (script installs write it in). If it instead still says ${CLAUDE_PLUGIN_ROOT} literally — plugin installs may not substitute command markdown — find the CLI file itself: find ~/.claude/plugins -maxdepth 8 -type f -name compact-manager -path "*/bin/*" 2>/dev/null (this handles versioned cache layouts, where a directory merely NAMED compact-manager has no bin/). If several paths match, use the most recently modified (ls -t).
  2. Run "${CLAUDE_PLUGIN_ROOT}/bin/compact-manager" overview and relay its output verbatim in a code block. The logic (window resolution, attention flags, current-session marker) lives in the CLI, not here — do not re-derive it.
  3. Add ONE line of interpretation for the >-marked session row: its usage percentage and whether a watcher holds it. (> is a recency heuristic — check its updated age; seconds-old means it is almost certainly the invoking session.) Any row flagged ATTENTION, DEAD-LEASE, or MALFORMED-LEASE needs the human's eyes — lead with those. (Raw JSON, if needed: the status subcommand.) Note: the start-of-session status line uses stricter positive-proof attachment than the overview's conservative live flag, so the two can disagree on a malformed lease. The MALFORMED-LEASE flag catches pid-malformed shapes on rows that surface as live; it cannot see an empty lease file (no row is produced at all), a dead lease's pid shape (flagged DEAD-LEASE instead), or fields the row does not carry (token, start time, heartbeat). A watcher row with reason=session_rotated means the pane's session id changed under it (/clear or in-app /resume) and it retired cleanly — suggest re-attaching if the user wants the pane's current session watched. The sessions table's alive column is the CLI's own verdict (registry + /proc proof) — relay it, don't re-derive: GONE means the session's claude process is no longer running and the row is just its state file aging out (≤24h); ? means liveness could not be judged on this machine. A GONE row is normal housekeeping, not something to alert on.
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. 2d ago First seen · 43 lines · 12 tokens per session scan B 87895b7eaa64

Subscribe to this mod's changes

status is a command published in the GitHub repository msshives-gif/claude-plugins (2 stars, last pushed 6d ago), licensed MIT. It adds 12 tokens to every session and 603 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.