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 agentmods add commands/mitulgarg/env-doctor/dashboardgit clone --depth 1 https://github.com/mitulgarg/env-doctorWrote 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/commands/mitulgarg/env-doctor/dashboard)<a href="https://agentmods.dev/commands/mitulgarg/env-doctor/dashboard"><img src="https://agentmods.dev/badge/commands/mitulgarg/env-doctor/dashboard.svg" alt="Measured on agentmods" 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 | $0.00000 | $0.01194 |
| Opus 5 | $0.00000 | $0.00597 |
| Sonnet 5 | $0.00000 | $0.00239 |
| Haiku 4.5 | $0.00000 | $0.00119 |
Grade A, and why
dashboard 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dashboard & report
Requires:
pip install env-doctor[dashboard]
The dashboard and report commands are part of the optional fleet monitoring add-on. The core CLI works without them.
env-doctor dashboard
Starts the fleet monitoring web UI on the local machine.
env-doctor dashboard [--host HOST] [--port PORT]
| Flag | Default | Description |
|---|---|---|
--host |
0.0.0.0 |
Network interface to bind to |
--port |
8765 |
Port to listen on |
Example
env-doctor dashboard
# → Starting env-doctor dashboard at http://0.0.0.0:8765
Open http://localhost:8765 in a browser to see the fleet overview.
The dashboard stores all machine data in ~/.env-doctor/dashboard.db (SQLite). No external database required.
env-doctor report
Manage periodic reporting from a GPU machine to a running dashboard instance. All report commands run on the GPU machine, not on the dashboard host.
report install
Set up a scheduled task to send diagnostic reports automatically. Uses cron on Linux/macOS and Windows Task Scheduler on Windows.
env-doctor report install --url URL [--interval INTERVAL] [--heartbeat HEARTBEAT]
| Flag | Default | Description |
|---|---|---|
--url |
(required) | Dashboard URL (e.g., http://10.0.1.50:8765) |
--interval |
2m |
How often to run the check (cron interval or Task Scheduler interval) |
--heartbeat |
30m |
Re-send even if nothing changed, to confirm machine is alive |
What it does:
- Validates the dashboard is reachable
- Creates a scheduled task:
- Linux/macOS: cron job tagged
# env-doctor-report - Windows: Task Scheduler entry named
env-doctor-report
- Linux/macOS: cron job tagged
- Saves config to
~/.env-doctor/report-config.json - Sends the first report immediately
env-doctor report install --url http://10.0.1.50:8765 --interval 2m
# ✅ Reporting to http://10.0.1.50:8765 every 2m (heartbeat: 30m) via cron
# Sending first report...
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.
- 4d ago First seen · 137 lines · 0 tokens per session scan A b8ed49087eb8
dashboard is a command published in the GitHub repository mitulgarg/env-doctor (173 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,194 tokens. 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-30.
Other commands, from other repositories
add-language
新しい言語を piper-plus に追加するためのガイドです。引数 $ARGUMENTS に言語コード (例: de, it, da) を指定してください。.
pina-agentic
../../.opencode/commands/pina-agentic.md.
review-language
Command "review-language" from ayutaz/piper-plus, covering 新言語実装レビュー, 前提条件, レビュー手順, step 1: 10エージェント並列レビュー and step 2: レビュー結果集約.
initref
Build a reference for the implementation details of this project. Use provided summarize tool to get summary of the files. Avoid reading the content of many files yourself, as we might hit usage limits. Do read the content of important files though. Use the returned summaries to create reference files in /ref…
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.