← 返回 Skills 市场
prettybusysolutions-eng

Runtime Doctor

作者 prettybusysolutions-eng · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runtime-doctor
功能描述
Diagnose local OpenClaw runtime/config drift, gateway disconnects, session recovery failures, workspace state incoherence, and runtime stability issues with...
安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install runtime-doctor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /runtime-doctor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: runtime diagnosis, semantic troubleshooting keywords, and Pro upgrade path
元数据
Slug runtime-doctor
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Runtime Doctor 是什么?

Diagnose local OpenClaw runtime/config drift, gateway disconnects, session recovery failures, workspace state incoherence, and runtime stability issues with... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Runtime Doctor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install runtime-doctor」即可一键安装,无需额外配置。

Runtime Doctor 是免费的吗?

是的,Runtime Doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Runtime Doctor 支持哪些平台?

Runtime Doctor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Runtime Doctor?

由 prettybusysolutions-eng(@prettybusysolutions-eng)开发并维护,当前版本 v0.1.0。

💬 留言讨论