← 返回 Skills 市场
1813
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-deps
功能描述
Track and manage dependencies between OpenClaw skills. Scan skills for dependencies, visualize skill trees, detect circular dependencies, and manage skill versioning. Use when analyzing skill relationships, checking which skills depend on others, or managing skill installations.
安全使用建议
This skill appears to do what it says (scan skill directories, show dependency trees, and help install from ClawHub). Before installing or running the scripts: 1) Inspect the scripts locally (they are plain shell) and ensure you are comfortable running them. 2) Ensure required tools are available (curl and jq are used; openclaw or clawhub CLIs are optional but referenced). The metadata did not declare these dependencies — that mismatch can cause failures. 3) Be aware skill-install.sh makes network requests to https://clawhub.com/api to fetch metadata; verify that endpoint is trusted in your environment. 4) Run in a sandbox or non-critical environment first (these scripts will call system-installed CLIs and may prompt you to run install commands). If you need higher assurance, ask the author for source/origin and a declared list of required binaries (curl, jq, any CLI tool) before use.
功能分析
Type: OpenClaw Skill
Name: skill-deps
Version: 1.0.0
The skill bundle is designed for dependency management, including installing skills from a remote registry. The `scripts/skill-install.sh` file makes network calls to `clawhub.com` to fetch skill metadata and then invokes `openclaw skill install` or `clawhub install` to download and install skills. While these actions are aligned with the stated purpose of a dependency management skill, installing remote code from an external registry (clawhub.com) is a high-risk operation, classifying it as 'suspicious' due to risky capabilities without clear malicious intent. No evidence of intentional harmful behavior like data exfiltration or persistence was found.
能力评估
Purpose & Capability
The scripts implement dependency scanning, conflict detection, tree display and installation from ClawHub which matches the description. However the metadata declares no required binaries/environment but the scripts rely on external tools (curl, jq) and optionally the clawhub or openclaw CLIs; this is a modest mismatch between declared requirements and actual needs.
Instruction Scope
Runtime instructions and scripts operate on SKILL.md/skill.json files in expected skill directories and call the ClawHub API for remote metadata. They do not read or transmit unrelated system files, nor do they exfiltrate local SKILL.md contents to remote endpoints. The scope stays within managing and installing skills.
Install Mechanism
There is no formal install spec; the skill is provided as shell scripts. The install behavior (skill-install.sh) queries https://clawhub.com/api and relies on external CLIs or direct guidance to run openclaw/clawhub. Downloading or executing arbitrary archives is not present, but network access is required for installs.
Credentials
The skill does not request secrets or credentials in metadata. Scripts use standard environment values (HOME, PATH) and call external CLIs; no disproportionate credential access is requested or used.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills' configuration files itself; it can invoke install operations via existing CLIs, which is appropriate for a package manager-like utility.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-deps - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-deps触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: dependency tracking for OpenClaw skills
元数据
常见问题
Skill Dependencies 是什么?
Track and manage dependencies between OpenClaw skills. Scan skills for dependencies, visualize skill trees, detect circular dependencies, and manage skill versioning. Use when analyzing skill relationships, checking which skills depend on others, or managing skill installations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1813 次。
如何安装 Skill Dependencies?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-deps」即可一键安装,无需额外配置。
Skill Dependencies 是免费的吗?
是的,Skill Dependencies 完全免费(开源免费),可自由下载、安装和使用。
Skill Dependencies 支持哪些平台?
Skill Dependencies 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Dependencies?
由 myrodar(@myrodar)开发并维护,当前版本 v1.0.0。
推荐 Skills