# 安装 openclaw-refactor-docs

- 类型: Skill 技能
- 说明: 帮助你在核对来源的前提下重构 OpenClaw 文档页面并完成验证
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其为纯提示词型文档重构技能，无需密钥、无声明远程端点，整体风险较低。结合 GitHub 开源来源与较高社区采用度，未见具体高风险红旗，但其说明涉及读取相关文档与执行本地文档命令的工作流，使用时仍应确认运行环境边界。

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

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

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

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

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

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

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

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