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.
npx skills add The-Biomechanist/Windows-Dev-Agent --skill env-inspectgit clone --depth 1 https://github.com/The-Biomechanist/Windows-Dev-AgentWrote 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/the-biomechanist/windows-dev-agent/env-inspect)<a href="https://agentmods.dev/skills/the-biomechanist/windows-dev-agent/env-inspect"><img src="https://agentmods.dev/badge/skills/the-biomechanist/windows-dev-agent/env-inspect/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/the-biomechanist/windows-dev-agent/env-inspect"><img src="https://agentmods.dev/badge/skills/the-biomechanist/windows-dev-agent/env-inspect.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.00029 | $0.00404 |
| Opus 5 | $0.00015 | $0.00202 |
| Sonnet 5 | $0.00006 | $0.00081 |
| Haiku 4.5 | $0.00003 | $0.00040 |
Grade A, and why
env-inspect 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 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.
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.
What it actually says
Environment Inspect
- Call
env_inspectwhen machine/runtime state can change the next action. - Read the returned snapshot as evidence. Availability values are tri-state:
true— observed present/enabled;false— observed absent/disabled;null— the probe did not establish the fact.
- Treat top-level
status: degraded,snapshot.success: false, or a relevant entry insnapshot.errorsas partial evidence. Do not convert an unknown/failed probe into “missing.” - The broad snapshot establishes Windows feature state and executable presence without launching developer binaries for version output. Use
tool_discoveronly when a focused executable/version check can change the route.tool_discoverexecutes discovered programs with a version argument, so it remains on the active host permission surface even though the requested effect is diagnostic. If the executable is present but its version probe fails, preserveversion_status: unknownrather than inventing a version. - Treat cached environment state as time-bound. After an install, optional-feature change, PATH/toolchain mutation, or other action that can invalidate the field you are about to consume, prefer the narrow fresh probe; if a full snapshot is required, call
env_inspectwithforce_refresh: true. - Use
ecosystem_scanfor MCP configs, extensions, project agent config, or host plugin inventory. Project-only inventory is the narrow default; requestinclude_host: trueonly when user-level state is actually needed. - Suggest a repair only when observed state blocks or materially degrades the requested task.
For package installation, route to the package-install skill and package_search / package_install MCP tools rather than emitting an unreviewed install command.
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 · 20 lines · 29 tokens per session scan A 7b12a637ecb8
env-inspect is a skill published in the GitHub repository The-Biomechanist/Windows-Dev-Agent (0 stars, last pushed 9d ago), licensed MIT. It adds 29 tokens to every session and 404 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.
Other skills, from other repositories
rubber-duck
Adversarial "rubber duck" review that turns explaining-out-loud into a hallucination check. The main session is the PRESENTER (it did the work — a design doc, investigation, or analysis — and holds the real reasoning) and reconstructs the topic to a LISTENER — a spawned subagent pinned to a DIFFERENT-vendor model that…
ai-discover
Parallel discovery of performance hotspots (perf track) and failure surfaces (bug track) for the auto-improvement loop. Fans out one subagent per hot-path area or failure surface; each returns ONE concrete, behavior-preserving fix candidate (perf) or a reproducing test plus fix (bug). Discovery only — no code changes…
debugging-websocket-issues
Use when seeing WebSocket errors like "Invalid frame header", "RSV1 must be clear", or "WSERRUNEXPECTEDRSV1" - covers multiple WebSocketServer conflicts, compression issues, and raw frame debugging techniques.
systematic-debugging
4-phase root cause debugging: understand bugs before fixing.
simplify-code
Sequential 3-lens cleanup of recent code changes.
node-inspect-debugger
Debug Node.js via --inspect + Chrome DevTools Protocol.