📦 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· 25·0 当前·0 累计
下载技能包
License
MIT-0
最后更新
2026/4/14
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent with its stated purpose: a small, non-destructive local diagnostic that checks for a few workspace paths and writes a JSON report; it does not access credentials or the network.
评估建议
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...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec; this is an instruction-only / small bundled script. Nothing is downloaded or executed from external URLs.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/4/14

Initial release: runtime diagnosis, semantic troubleshooting keywords, and Pro upgrade path

无害

安装命令

点击复制
官方npx clawhub@latest install runtime-doctor
镜像加速npx clawhub@latest install runtime-doctor --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库