# 安装 gaps

- 类型: Skill 技能
- 说明: Open gaps tracker — what's flagged and not yet closed. Use when the user asks "what gaps are open", "gap tracker", "remediation status", or wants to close (--close GAP-ID) or risk-accept (--accept GAP-ID) a tracked gap.
- 仓库: https://github.com/anthropics/claude-for-legal

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/gaps' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/regulatory-legal/skills/gaps/SKILL.md' -o '~/.claude/skills/gaps/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/gaps' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/regulatory-legal/skills/gaps/SKILL.md' -o '~/.codex/skills/gaps/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/gaps' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/regulatory-legal/skills/gaps/SKILL.md' -o '~/.cursor/skills/gaps/SKILL.md'
```
