# 安装 math-olympiad

- 类型: Skill 技能
- 说明: Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any problem with 'IMO', 'Putnam', 'USAMO', 'olympiad', or 'competition math' in it. Uses pure reasoning (no tools) — then a fresh-context adversarial verifier attacks the proof using specific failure patterns, not generic 'check logic'. Outputs calibrated confidence — will say 'no confident solution' rather than bluff. If LaTeX is available, produces a clean PDF after verification passes.
- 仓库: https://github.com/anthropics/claude-plugins-official

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/math-olympiad' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/math-olympiad/skills/math-olympiad/SKILL.md' -o '~/.claude/skills/math-olympiad/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/math-olympiad' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/math-olympiad/skills/math-olympiad/SKILL.md' -o '~/.codex/skills/math-olympiad/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/math-olympiad' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/math-olympiad/skills/math-olympiad/SKILL.md' -o '~/.cursor/skills/math-olympiad/SKILL.md'
```
