← 返回 Skills 市场
rangeking

Skill Deps Doctor

作者 Range King · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
360
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-deps-doctor
功能描述
Cross-platform skill dependency doctor — preflight check for missing binaries, version mismatches, system libraries, CJK fonts, Playwright/Chromium runtime,...
安全使用建议
This appears to be a legitimate dependency-checker. Before installing or running it: 1) Prefer installing from PyPI or the named GitHub repo and verify the package source; 2) Run it against a non-sensitive copy of your workspace (or inside a container/VM) the first time — --probe will launch headless browsers and run system probes; 3) Do not pipe the generated fix script (fix.sh) directly to a shell — inspect it before executing; 4) If you are concerned about third-party code, use --no-plugins and avoid loading untrusted hints/plugins; 5) If you need higher assurance, review the full upstream package source on PyPI/GitHub to confirm there are no unexpected network endpoints or exfiltration code.
功能分析
Type: OpenClaw Skill Name: skill-deps-doctor Version: 0.1.0 The skill 'Skill Deps Doctor' is designed for legitimate dependency checking and diagnostic purposes. The `SKILL.md` provides clear instructions for using the tool and does not contain any prompt injection attempts or hidden directives for the AI agent. The `scripts/skill-deps-doctor.py` file is a benign wrapper for importing and executing the main `skill_deps_doctor` package. While the skill can generate a `fix.sh` script, this is a diagnostic feature, and the skill itself does not instruct the agent to execute it, nor does it contain any malicious code or exfiltration attempts.
能力评估
Purpose & Capability
Name and description align with the actual requirements and files. Declared required binaries (python3 and the skill-deps-doctor CLI) match the SKILL.md and the provided wrapper script. The wrapper imports a package named skill_deps_doctor and offers pip/GitHub install hints — all coherent for a dependency doctor tool.
Instruction Scope
The SKILL.md instructs the tool to scan skills/*/SKILL.md and project directories (package.json, pyproject.toml, Dockerfile, etc.), probe runtimes (e.g., Chromium via Playwright), run platform checks (ldconfig, fc-list) and optionally generate fix scripts. Those behaviors are expected for a dependency checker, but they mean the tool will read many project files, execute system probes (and potentially launch headless browsers), and can load/execute third-party plugin code. Users should be aware that --probe and plugin features execute code/run binaries on the host.
Install Mechanism
No registry install spec was included, but SKILL.md recommends 'pip install skill-deps-doctor' or installing from a GitHub pip URL; the included wrapper merely prefers vendored code or falls back to the installed package. These are standard Python install mechanisms and not unexpected; no obscure download URLs or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. However, the plugin system (Python entry points) and probes mean third-party code could request or use environment data at runtime; the SKILL.md allows reading hint files and project files. This is coherent but worth noting: no secrets are requested up front, but plugins/probes could access environment state.
Persistence & Privilege
The skill is not always-enabled and does not request unusual persistence or elevated privileges. The wrapper script only manipulates sys.path to prefer vendored/repo code and then imports the package; it does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-deps-doctor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-deps-doctor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub release (dependency doctor, profiles, fixes, snapshots).
元数据
Slug skill-deps-doctor
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Deps Doctor 是什么?

Cross-platform skill dependency doctor — preflight check for missing binaries, version mismatches, system libraries, CJK fonts, Playwright/Chromium runtime,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 360 次。

如何安装 Skill Deps Doctor?

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

Skill Deps Doctor 是免费的吗?

是的,Skill Deps Doctor 完全免费(开源免费),可自由下载、安装和使用。

Skill Deps Doctor 支持哪些平台?

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

谁开发了 Skill Deps Doctor?

由 Range King(@rangeking)开发并维护,当前版本 v0.1.0。

💬 留言讨论