> ## Documentation Index
> Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ClawHub Skill 安装

> 使用 PPClaw 从 ClawHub 安装 OpenClaw 扩展技能到沙箱，自动使用国内镜像源，国内网络可直接访问。

<Warning>
  本文档中的功能需要 PPClaw v1.9.0 及以上版本，请先升级 CLI：

  **macOS / Linux：**

  ```bash theme={null}
  curl -fsSL https://ppclaw.ppio.com/install.sh | bash
  ```

  **Windows (PowerShell)：**

  ```powershell theme={null}
  irm https://ppclaw.ppio.com/install.ps1 | iex
  ```

  **或通过 pipx：**

  ```bash theme={null}
  pipx install ppclaw
  ```
</Warning>

<Tip>
  还没部署过 OpenClaw？请先阅读[新手快速部署](/sandbox/openclaw-quickstart)完成首次安装和启动。
</Tip>

## 安装 Skill

使用 `skill install` 命令从 [ClawHub](https://clawhub.com) 安装 OpenClaw 扩展技能到沙箱中。安装过程自动使用国内镜像源（ClawHub → `cn.clawhub-mirror.com`），国内网络可直接访问。

```bash theme={null}
ppclaw skill install <sandbox_id> <skill_name>

# 示例：安装 ppio-sandbox 技能
ppclaw skill install <sandbox_id> ppio-sandbox
```

技能安装到沙箱的 `/home/user/skills/<skill_name>` 目录，安装完成后立即可用，无需重启 Gateway。

## 命令参考

| 命令                                       | 说明               |
| ---------------------------------------- | ---------------- |
| `ppclaw skill install <id> <skill_name>` | 安装 ClawHub 技能到沙箱 |
