← Back to Skills Marketplace
myrodar

Skill Dependencies

by myrodar · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1813
Downloads
0
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install skill-deps
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-deps
  3. After installation, invoke the skill by name or use /skill-deps
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: dependency tracking for OpenClaw skills
Metadata
Slug skill-deps
Version 1.0.0
License
All-time Installs 10
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1813 downloads so far.

How do I install Skill Dependencies?

Run "/install skill-deps" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Dependencies free?

Yes, Skill Dependencies is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill Dependencies support?

Skill Dependencies is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Dependencies?

It is built and maintained by myrodar (@myrodar); the current version is v1.0.0.

💬 Comments