# 安装 openclaw-testing

- 类型: Skill 技能
- 说明: 帮助开发者选择并执行 OpenClaw 测试、CI 校验与发布验证的最优路径。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料表现为用于测试决策与命令建议的 prompt-only 开源技能，未声明需要密钥、远程端点或内置数据外发能力。整体风险较低，但其文档会建议运行本地测试/CI命令，实际使用时仍应由操作者自行审查将要执行的命令范围。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "openclaw-testing" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-testing/SKILL.md
2. 保存为 ~/.claude/skills/openclaw-testing/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "openclaw-testing" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-testing/SKILL.md
2. 保存为 ~/.codex/skills/openclaw-testing/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "openclaw-testing" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-testing/SKILL.md
2. 保存为 ~/.cursor/skills/openclaw-testing/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/openclaw-testing' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-testing/SKILL.md' -o '~/.claude/skills/openclaw-testing/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/openclaw-testing' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-testing/SKILL.md' -o '~/.codex/skills/openclaw-testing/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/openclaw-testing' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-testing/SKILL.md' -o '~/.cursor/skills/openclaw-testing/SKILL.md'
```
