status

A compact health-status command for the powershell-lsp plugin, which provides PowerShell language support. It runs the plugin's checks and prints one line for each result without the detailed repair advice.

In plain words
What is it for?
Use it before troubleshooting or when attaching a concise plugin health report to a bug report; use the doctor command for detailed fixes.
Why use it?
It gives you a quick, report-friendly view of whether the plugin is working, while leaving the system unchanged.

Command

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/manderse21/claude-powershell-lsp/status
Clone the repo
git clone --depth 1 https://github.com/manderse21/claude-powershell-lsp
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 302 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00023 $0.00302
Opus 5 $0.00012 $0.00151
Sonnet 5 $0.00005 $0.00060
Haiku 4.5 $0.00002 $0.00030

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

Security

Grade A, and why

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

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.

commands/status.md · 29 lines

What it actually says

Show the compact powershell-lsp health status.

This is the same preflight doctor as /powershell-lsp:doctor, rendered short: one line per check plus the summary, with the per-check detail and remediation omitted. It runs the identical checks and produces the identical statuses and exit code -- only the presentation differs. Like the doctor, it is report-only and changes nothing.

pwsh -NoLogo -NoProfile -File "$env:CLAUDE_PLUGIN_ROOT/scripts/doctor.ps1" -Summary

The first line is followed by a version: header naming the installed plugin build. It always renders, it is not one of the checks, and it is the line to keep when the output is pasted into a bug report.

Report the output as-is -- it is already a summary, so do not summarize it further. Add at most one sentence of interpretation:

  • All PASS -- say the plugin is healthy.
  • Any UNKNOWN and no FAIL -- say it is healthy as far as it could tell, and name what it could not determine. UNKNOWN is never a failure.
  • Any FAIL -- name the failing check and point the user at /powershell-lsp:doctor for that check's detail and its specific fix.
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 · 29 lines · 23 tokens per session scan A 1ddab8064d5e

Subscribe to this mod's changes

status is a command published in the GitHub repository manderse21/claude-powershell-lsp (6 stars, last pushed 8d ago), licensed Apache-2.0. It adds 23 tokens to every session and 302 once invoked, about $0.0001 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.