Runtime Doctor

v0.1.0

Diagnose local OpenClaw runtime/config drift, gateway disconnects, session recovery failures, workspace state incoherence, and runtime stability issues with...

0· 45·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (diagnose runtime/config drift) matches the actual code and SKILL.md: the included script checks specific workspace state paths and generates a local report. There are no unrelated dependencies, binaries, or credentials requested.
Instruction Scope
SKILL.md promises 'repair suggestions' and 'only proposes safe fixes unless explicitly authorized', but the included runtime_doctor.py only performs existence checks and writes a report (no repair logic). This is a minor mismatch in scope (advertised capabilities are broader than implemented) but not malicious. The script only checks the existence of a few paths and prints/writes JSON.
Install Mechanism
No install spec; this is an instruction-only / small bundled script. Nothing is downloaded or executed from external URLs.
Credentials
No required env vars, no credentials, and the script does not read environment variables. It only inspects filesystem paths relative to the current working directory.
Persistence & Privilege
Skill is not 'always: true' and does not request persistent platform privileges. It writes a single report file in the current working directory and does not modify other skills or system-wide configuration.
Assessment
This skill appears safe and does what it says: it checks for the existence of a few local files and writes runtime-doctor-report.json in the current working directory. Before running, consider: (1) run it in a directory where writing runtime-doctor-report.json is acceptable (it may overwrite an existing file of that name); (2) the checks include hard-coded subpaths (projects/xzenia/...), which may be irrelevant in many workspaces—this is harmless but means the report may be sparse; (3) the SKILL.md and README mention a paid 'Pro' offering and external links, but the shipped script contains no network calls or payment integration; if you later get an upgraded version, re-check the code for outbound network behavior or credential requests; (4) as a general precaution, review the small Python file yourself if you have concerns—it's short and easy to audit.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fetmt9qcps9p3z260nm5kmx84tcxj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments