# 安装 release-openclaw-plugin-testing

- 类型: Skill 技能
- 说明: 用于规划并执行 OpenClaw 插件发布前的全流程验证与兼容性测试
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其为纯提示/流程指导型技能，本身未声明需要密钥、远程端点或额外系统权限；结合开源 GitHub 来源和很高的社区采用度，整体风险偏低。需注意 README 中涉及本地命令、Docker、GitHub Actions 与测试流程指导，但这些更像供人工执行的操作说明，而非技能自身自动获得的能力。

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

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

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

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

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

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

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

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