# 安装 technical-documentation

- 类型: Skill 技能
- 说明: 帮助你在代码仓库中撰写、审校技术文档与智能体指令文件。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其为纯提示词型文档技能，无需密钥、无声明远程端点，也未体现本机执行或独立数据外发能力；结合开源 GitHub 来源与极高社区采用度，整体属于低风险。需注意其说明中涉及仓库文档盘点与审阅流程，但这更像使用指引而非额外系统权限申请。

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

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

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

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

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

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

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

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