skill-installer

Download and install OpenClaw skills from ClawHub into ~/.openclaw/skills.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/hugogu/skills --skill skill-installer-hugogu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/hugogu/skills/tree/main/openclaw-skills/skill-installer
Command: npx skills add https://github.com/hugogu/skills --skill skill-installer-hugogu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, grep, head, python3, cp, file, mkdir, rm, and includes scripts (resource) components.

What problem does it solve?

从 ClawHub 下载并安装 OpenClaw skills。自动处理下载、解压、安装到正确目录的完整流程。

Core Features & Use Cases

  • 自动从 ClawHub 获取技能包并安装到 ~/.openclaw/skills
  • 安全解压并在目标目录中进行验证,遇到已存在技能时提供覆盖选项
  • 安装完成后验证 SKILL.md 是否存在以确保技能可用

Quick Start

Run the installer with a skill slug to download and install the skill into your OpenClaw skills directory.

Frequently Asked Questions about skill-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install OpenClaw skills from ClawHub automatically?

To install OpenClaw skills automatically, use this tool to fetch and extract skill packages from ClawHub directly into the ~/.openclaw/skills directory. It handles the entire download, extraction, and placement process automatically.

What dependencies do I need to download and install OpenClaw skills?

You need curl, Python 3, and standard shell utilities like grep, file, and mkdir installed on your system to fetch and extract skill packages. A writable ~/.openclaw/skills directory is also required for installation.

Does the OpenClaw skill installer overwrite existing skills during installation?

The OpenClaw installer handles existing skills by providing an overwrite option during the extraction phase. It safely validates the target directory and prompts you to confirm before overwriting any previously installed skill files.

How does the installer validate that an OpenClaw skill is installed correctly?

The installer validates a successful OpenClaw skill installation by checking for the existence of a SKILL.md file in the target directory. This verification ensures the extracted package is complete and ready for use.

Can I use the skill installer for batch installation of multiple OpenClaw skills?

The installer automates downloading and installing OpenClaw skills from ClawHub by accepting a skill slug. It focuses on consistent placement and validation for individual packages, applying standardized extraction to the ~/.openclaw/skills directory.

Why is my OpenClaw skill installation failing during extraction?

OpenClaw skill installation may fail if the ~/.openclaw/skills directory is not writable or if required dependencies like curl and Python 3 are missing. Ensure all shell utilities are available and directory permissions are correctly configured.