# 安装 control-ui-e2e

- 类型: Skill 技能
- 说明: 用于为 OpenClaw 控制界面编写、调试与扩展端到端自动化测试流程。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料本质上是面向 OpenClaw Control UI 的本地 E2E 测试说明与提示词，未声明密钥或远程端点，且来源为可审计的开源 GitHub 仓库并具备很高社区采用度。整体看风险较低，主要需注意其文档中涉及本地测试进程、浏览器驱动与本地制品目录写入属于测试流程说明，而非额外红旗。

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

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

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

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

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

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

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

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