A robust dependency management system for Openclaw Skills that handles versioning, conflict resolution, and tree visualization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-deps
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skill-deps using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Skill Dependencies skill is a core utility designed to manage the complex relationships between various Openclaw Skills. Functioning much like a package manager for AI agents, it allows developers to declare required, optional, and conflicting skills within their environment. This ensures that every Openclaw Skills installation is stable, compatible, and properly configured across different environments.
By leveraging semver-style versioning and intelligent resolution logic, this skill automates the process of identifying unmet requirements and resolving version mismatches. It acts as the backbone for maintaining a healthy ecosystem of Openclaw Skills, providing developers with the tools needed to build modular and scalable agentic workflows.
To begin managing your Openclaw Skills dependencies, ensure your skills are located in the supported search paths. You can then use the following CLI commands:
# Scan all installed skills for dependencies
./scripts/scan-skills.sh
# Check for missing dependencies or version mismatches
./scripts/check-deps.sh
# Install a specific skill and its requirements
./scripts/skill-install.sh <skill-name>
The skill-deps utility scans specific directory structures and metadata files to organize Openclaw Skills data:
| Location | Purpose |
|---|---|
/usr/lib/node_modules/openclaw/skills/ |
Built-in system-wide Openclaw Skills |
~/.openclaw/workspace/skills/ |
User-defined custom skills |
./skills/ |
Project-specific local skills |
skill.json |
JSON metadata defining versions, dependencies, and optional enhancements |
SKILL.md |
Markdown frontmatter containing dependency and conflict declarations |
Loading
A central registry and messaging relay for AI agents using the Agent-to-Agent protocol to enable cross-agent collaboration.

A comprehensive automation interface providing full Chrome DevTools Protocol access to programmatically control and inspect web browsers.

Automatically generate and populate Feishu Whiteboard diagrams from natural language using Mermaid or PlantUML syntax.

A secure, monitor-only tool for tracking developer wallet activity and new token deployments on BSC and Solana without requiring private keys.

A zero-config Python utility to scrape comprehensive Amazon product metadata including price, ratings, and availability using only a URL or ASIN.

A specialized tool for converting live RSS and Atom feed streams into formatted Markdown files for easy reading or AI processing.








































