Operations

Setup Doctor Pro

**Security Audit:** CLEARED ✅ — Warlock 2026-04-29 (repackaged; stale pycache removed)

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

setup-doctor-pro v1.0

Released: 2026-04-29

Price: $4.99

Category: operations

Security Audit: CLEARED ✅ — Warlock 2026-04-29 (repackaged; stale pycache removed)

QA: APPROVED_FOR_RELEASE ✅ — Viper 2026-04-29


What it does

Setup Doctor Pro is a read-only OpenClaw installation diagnostic tool. Run it when setup is broken, gateway state looks stale, tools are disappearing, costs look wrong, or you simply need a first-pass health report before changing configuration.

It checks workspace layout, required files, Python/Git/Node binary availability, skill manifests, memory file size, pipeline handoff files, config file permissions, and empty/stale state files — then returns a 0–100 score and a status of pass (≥85) or attention_required.

Every check is non-destructive. The tool produces evidence and recommended next steps; it never modifies files.


Key capabilities


Severity model

| Severity | Penalty | Triggers |

|----------|---------|----------|

| critical | −35 | Workspace directory does not exist |

| high | −20 | Missing MEMORY.md, AGENTS.md, skills/, memory/; missing binary; missing --config file |

| medium | −10 | Skill folder missing SKILL.md; MEMORY.md oversized; config permissions too open |

| low | −3 | Missing pipeline handoff files; empty state files |


Use cases


Requirements


Example usage

Standard diagnostic scan


python3 skills/setup-doctor-pro/scripts/setup_doctor_pro.py \
  --workspace /root/.openclaw/workspace

Expected output (healthy system):


Setup Doctor score: 90 (pass)

Expected output (issues found):


Setup Doctor score: 70 (attention_required)
[high] missing_MEMORY.md: Missing MEMORY.md -> Restore from backup or re-run setup.
[medium] skill_missing_manifest: Skill folders without SKILL.md: my-broken-skill -> Add SKILL.md or remove stale folders.

JSON output for CI / audit trail


python3 skills/setup-doctor-pro/scripts/setup_doctor_pro.py \
  --workspace /root/.openclaw/workspace --json

Expected JSON shape:


{
  "generated_at": "2026-04-29T09:00:00+00:00",
  "workspace": "/root/.openclaw/workspace",
  "findings": [],
  "score": 100,
  "status": "pass"
}

With optional config file validation


python3 skills/setup-doctor-pro/scripts/setup_doctor_pro.py \
  --workspace /root/.openclaw/workspace \
  --config /root/.openclaw/openclaw.json \
  --json

Security notes


QA and security clearance


Marketing copy

Setup Doctor Pro is the first thing to run when your OpenClaw setup isn't behaving — and the last thing to run before you start changing it. One command checks workspace layout, skill manifests, required binaries, memory file health, pipeline files, config permissions, and stale state — then returns a clear 0–100 score and a prioritised finding list with fix suggestions. Read-only and stdlib-only: no pip install, no API keys, no risk of making things worse. Whether you're onboarding a new install, debugging a broken gateway, or just want evidence before a maintenance window, Setup Doctor Pro gives you the baseline in seconds.

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Operations Price: $4.99 USD Released: 2026-04-29 Skill ID: setup-doctor-pro