← Back to Skills Marketplace
Runtime Doctor
by
prettybusysolutions-eng
· GitHub ↗
· v0.1.0
· MIT-0
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install runtime-doctor
Description
Diagnose local OpenClaw runtime/config drift, gateway disconnects, session recovery failures, workspace state incoherence, and runtime stability issues with...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: runtime-doctor
Version: 0.1.0
The runtime-doctor skill is a simple diagnostic utility that checks for the existence of specific local state files (e.g., continuity-state.json) and generates a JSON report. The Python script (runtime_doctor.py) contains no network activity, no destructive operations, and no credential harvesting; it strictly adheres to its stated purpose of non-destructive diagnosis.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install runtime-doctor - After installation, invoke the skill by name or use
/runtime-doctor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: runtime diagnosis, semantic troubleshooting keywords, and Pro upgrade path
Metadata
Frequently Asked Questions
What is Runtime Doctor?
Diagnose local OpenClaw runtime/config drift, gateway disconnects, session recovery failures, workspace state incoherence, and runtime stability issues with... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Runtime Doctor?
Run "/install runtime-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Runtime Doctor free?
Yes, Runtime Doctor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Runtime Doctor support?
Runtime Doctor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Runtime Doctor?
It is built and maintained by prettybusysolutions-eng (@prettybusysolutions-eng); the current version is v0.1.0.
More Skills