Agent Doctor — AI skill for Claude Code
Diagnose, back up, and repair local AI agent runtimes.
How to install Agent Doctor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open EXboys/agent-doctor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Doctor does
Diagnose, back up, and repair local AI agent runtimes.
Alternatives in AI
- Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
- Claude Squad — by smtg-ai - Claude Squad is a terminal app that manages multiple Claude Code, Codex (and other local agents i 6.5k ★
- Peekaboo — Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, o 3.2k ★
README
Agent Doctor
**Diagnose, repair, and isolate local AI agent runtimes on one machine.**
Agent Doctor discovers OpenClaw, Hermes, DeepSeek Harness, Claude Code, Codex, and related runtimes, runs redacted probes to find misconfiguration, and repairs them with backups, typed actions, and audit reports.

**Personal (default):** CLI + desktop companion — when agents break, diagnose and fix them; keep projects from cross-contaminating. Wire your own endpoint if needed; this is ops repair, not a provider marketplace.
**Team (optional):** same client + [Evotown](https://github.com/EXboys/evotown) for compliance baseline, skill sync, policy, dispatch, and audit.
Product boundary: [docs/product-boundary.md](docs/product-boundary.md) · 中文:[docs/zh-CN/product-boundary.md](docs/zh-CN/product-boundary.md)
agent-doctor doctor # Diagnose: installed runtimes, config paths, gateway wiring
agent-doctor repair hermes # Repair: probes + safe preview (no writes)
agent-doctor repair hermes --apply # Backup, rule playbook, re-probe, audit
agent-doctor repair hermes --rollback # Restore latest backup (or --backup )
agent-doctor ask hermes "why is the gateway down?" # One-shot check via the runtime
agent-doctor workspace status # Project isolation / memory bleed
agent-doctor setup --url ... --key ... # Onboard: apply company profile
agent-doctor connect # Stay online on Evotown (WS presence + inventory)
[License: MIT](LICENSE) · [Roadmap](docs/ROADMAP.md) · [Repair safety](docs/repair-safety.md)
Desktop
The Tauri companion (tray + window) uses the same Rust core as the CLI. Typical loop: **scan → diagnose → confirm repair → Ask re-check**.
| Tab | What it does |
|---|---|
| Agents | Health score, runtime |
Related Skills
DeskCue
Open-source, local-first control center for AI coding agents and local model runtimes, accessible from any dev
Ashlr Ollama Setup
Diagnose and guide local Ollama install so /ashlr-genome-init --summarize works reliably. Recommends a fast 3B
Agent Rules Kit
Diagnose AI agent instruction files like AGENTS.md, CLAUDE.md, and Cursor rules using this local read-only Pyt
Tma1
Local-first observability your agent reads back. TMA1 records every LLM call, then routes what it sees into th
Wenyanwen Skill
文言文.skill — Make AI respond in Classical Chinese to save 2-3x tokens, with a local MCP server translating back
Td MCP
Local MCP bridge between AI agents and TouchDesigner: build real networks, set parameters and expressions, val
Related Agents
Pipeline Fixer
Orchestrates repair of failing Prefect 3 pipelines. Runs the pipeline-doctor skill to survey and triage, then
Stack Doctor
Build-and-tooling repair specialist — fixes failing builds, dependency conflicts, and config errors in the Nex
Playwright API Test Healer
Use this agent to diagnose and repair one failing request-level test — REST or GraphQL, including schema-valid