# 安装 openclaw-docker-e2e-authoring

- 类型: Skill 技能
- 说明: 帮助开发者编写 OpenClaw 的 Docker 端到端测试与实时 provider 流程。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示为纯提示/文档型 authoring 指南，不要求密钥、未声明远程端点，也未直接提供可执行工具能力。结合其开源 GitHub 来源与较高社区采用度，整体风险偏低。

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

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

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

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

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

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

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

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