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 sanjoy1234/gauntlex --skill doctorgit clone --depth 1 https://github.com/sanjoy1234/gauntlexWrote 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/sanjoy1234/gauntlex/doctor)<a href="https://agentmods.dev/skills/sanjoy1234/gauntlex/doctor"><img src="https://agentmods.dev/badge/skills/sanjoy1234/gauntlex/doctor/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/sanjoy1234/gauntlex/doctor"><img src="https://agentmods.dev/badge/skills/sanjoy1234/gauntlex/doctor.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.00045 | $0.00496 |
| Opus 5 | $0.00023 | $0.00248 |
| Sonnet 5 | $0.00009 | $0.00099 |
| Haiku 4.5 | $0.00005 | $0.00050 |
Grade A, and why
gauntlex: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 10d 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
/gauntlex:doctor
Runs all environment health checks. Use this before the first run or when something is broken.
Usage
/gauntlex:doctor [--network-check]
Execution
gauntlex doctor --network-check
Checks Performed
GAUNTLEX never assumes a model provider — it supports Anthropic, OpenRouter,
HuggingFace, any OpenAI-compatible endpoint, and local Ollama, chosen explicitly
via gauntlex setup, a MODEL_PROVIDER env var, or a deployment: section in
.gauntlex.yml. Do NOT assume Ollama — read the actual provider name from the
"Model reachable" row's Detail column in the command output below and report
that provider, whichever it is.
| Check | What It Tests | Fix If Fails |
|---|---|---|
| Model reachable | The configured provider's API/endpoint responds. If no provider has been configured at all, this fails with "not configured" | gauntlex setup (if not configured); otherwise follow the specific detail shown (e.g. missing API key, or ollama serve only if Ollama was the explicitly chosen provider) |
| ChromaDB writable | Can write/read to .gauntlex/forge/ |
Check disk space + permissions |
| AVF gate | Breaker finds >75% on golden fixtures | Check model quality |
| Network check | No unexpected outbound calls (air-gap) | Disable community_brain |
| reports dir | .gauntlex/reports/ writable |
mkdir -p .gauntlex/reports |
| Python version | >=3.11 | Install Python 3.11+ |
Output to User
Show a checklist with ✓/✗ per item, using the exact Detail text from the command
output for the "Model reachable" row — never substitute your own guess about
which provider is in use. For any ✗, show the specific fix command from the
output (usually gauntlex setup when nothing is configured). End with overall
PASS or FAIL.
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.
- 10d ago First seen · 47 lines · 45 tokens per session scan A 4e70df50983d
gauntlex:doctor is a skill published in the GitHub repository sanjoy1234/gauntlex (1 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 496 once invoked, about $0.0002 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
playwright-skill
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below.
terraform-skill
Terraform infrastructure as code best practices.
ffuf-claude-skill
Skill "ffuf-claude-skill" from Agent-Threat-Rule/agent-threat-rules, covering ffuf claude skill, when to use this skill and instructions.
pypict-skill
Pairwise test generation.
codeinspectus-fix-one
Investigate and remediate exactly one user-selected CodeInspectus finding with evidence-gated reproduction, a separately approved minimal patch, focused regression testing, and an exact-prior-scan rescan. Use when a user asks an agent to examine, reproduce, fix, or verify one CodeInspectus finding without batching…
dast-config
Reviews DAST tool configurations against OWASP Top 10:2021 and OWASP Testing Guide v4.2. Auto-invoked when reviewing OWASP ZAP configurations, DAST CI/CD integration, scan policies, or authenticated scanning setups. Produces a DAST maturity assessment covering scan policy configuration, active vs passive scanning, API…