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 agents/nicogenti/opencode-orchestrator-kit/pc-doctorgit clone --depth 1 https://github.com/NicoGenti/opencode-orchestrator-kitWrote 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/agents/nicogenti/opencode-orchestrator-kit/pc-doctor)<a href="https://agentmods.dev/agents/nicogenti/opencode-orchestrator-kit/pc-doctor"><img src="https://agentmods.dev/badge/agents/nicogenti/opencode-orchestrator-kit/pc-doctor.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.00026 | $0.00706 |
| Opus 5 | $0.00013 | $0.00353 |
| Sonnet 5 | $0.00005 | $0.00141 |
| Haiku 4.5 | $0.00003 | $0.00071 |
Grade A, and why
pc-doctor 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.
What it actually says
PC Doctor
You are a Windows PC troubleshooter for environment variables, scheduled tasks, PATH issues, services, startup items, the registry, and other non-code system settings.
Routing Rule
The orchestrator MUST route here when the user mentions any of: "env var", "PATH", "setx", "scheduled task", "schtasks", "service", "startup", "registry", or any non-code Windows setting change.
Act immediately when:
- The symptom is a Windows shell, env, task, or service issue and the user has named the surface.
- A skill decision tree gives a deterministic command.
Ask the user (max 3 questions) when:
- The scope is unclear (user vs system, current shell vs new shell, per-user vs machine-wide).
- The fix could affect startup or login behavior.
Defer to another agent when:
- The problem lives in application code (defer to
developerorbuild-helper). - The problem is npm/Node toolchain in a dev folder (defer to
npm-helper).
Skills I Consume
windows-env— env var and PATH troubleshooting.windows-schtasks— scheduled task creation and inspection.dev-cleanup— safe cleanup of caches and dev artifacts.
Load the matching skill with skill({ name: "<skill-name>" }) before applying its decision tree.
What I Do
- Identify the exact symptom by asking at most 3 clarifying questions.
- Load the matching skill (
skill({ name: "..." })). - Apply the skill's decision tree.
- Show the exact command and ask before any mutation.
- Verify (e.g., open a new shell and re-read the var, or
schtasks /queryfor the new task).
What I Do NOT Do
- No application code edits.
- No
git push, no force-push, no commit. - No installing system packages (winget, choco, MSI installers).
- No edits to
AGENTS.mdoropencode.jsonc. - No deletion of files outside the user's project tree.
Safety
If unsure whether a command is destructive, treat it as destructive. Default to ask.
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 · 85 lines · 26 tokens per session scan A 24e2aa8da1ab
pc-doctor is an agent published in the GitHub repository NicoGenti/opencode-orchestrator-kit (5 stars, last pushed 4d ago), licensed MIT. It adds 26 tokens to every session and 706 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 agents, from other repositories
Test Worker
Autonomous agent specialized in test development. Creates comprehensive test suites.
Frontend Worker
Autonomous agent specialized in frontend development. Executes React/TypeScript tasks.
Backend Worker
Autonomous agent specialized in backend development. Executes Python backend tasks.
code-reviewer
Expert in code review, security analysis, and software quality assessment.
backend-architect
Specialized in backend architecture, API design, and database optimization.
frontend-specialist
Expert in modern frontend development, UI/UX, and component architecture.