# 安装 openclaw-pr-maintainer

- 类型: Skill 技能
- 说明: 帮助维护者快速审查、分诊并处理 OpenClaw 的 Issue 与 PR。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其本质是面向 OpenClaw 维护流程的提示型工作流，系统检查也标记为 prompt-only，且无密钥、无声明远程端点，整体风险较低。需注意 README 中涉及 gh/gitcrawl 命令与 GitHub 维护操作指引，若宿主环境实际赋予这些工具能力，则会带来常规的数据读取与仓库操作注意事项。

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

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

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

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

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

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

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

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