OpenClaw Doctor

PassAudited by ClawScan on Feb 25, 2026.

Overview

The skill's code and instructions are consistent with a local OpenClaw health-checker and auto-repair tool; it performs local checks and local fixes (restarts, chmod, log rotation) and does not attempt network exfiltration or require unrelated credentials.

This script appears to be a legitimate local health-check and repair tool for OpenClaw. Before running: (1) run in read-only mode first (bash scripts/diagnose.sh) to see findings; (2) review the script and any referenced helper scripts (e.g., $OC_WORKSPACE/scripts/log_rotate.sh) to ensure you trust their behavior; (3) if you allow auto-fix (--fix), be aware it will restart user services (systemctl --user / launchctl), change file permissions (chmod 600), and can run a log-rotate script from your workspace—these actions modify system state; (4) back up important data/configs if you are concerned; (5) no evidence of external network exfiltration or requests for unrelated credentials was found. If you want higher assurance, run the script inside a controlled environment or inspect/validate any workspace scripts it may call.