# 安装 openclaw-landable-bug-sweep

- 类型: Skill 技能
- 说明: 帮助开发者批量定位并修复可合入的高置信小型 OpenClaw 缺陷
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其为纯提示词型工作流，无需密钥、未声明远程端点，且有高社区采用度与开源来源，整体风险较低。需注意其目标是驱动代码修改与 PR 流程，若在实际宿主环境中配套其他工具使用，可能间接涉及代码执行和仓库数据访问。

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

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

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

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

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

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

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

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