# 安装 openclaw-small-bugfix-sweep

- 类型: Skill 技能
- 说明: 基于问题或 PR 列表深度审查代码，只修复高确定性的小型 OpenClaw 缺陷。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其为纯提示词型工作流，不要求密钥、未声明远程端点，整体风险较低。虽然说明中提到可使用 gh、gitcrawl 等外部工具读取 live 目标，但就当前提供材料与系统检查项看，未见具体高风险红旗。

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

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

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

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

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

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

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

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