# 安装 amendment-history

- 类型: Skill 技能
- 说明: Trace how a contract has changed across its base agreement and all amendments — either a summary of all changes over time, or a provision trace for a specific clause. Use when the user says "what changed in this contract over time", "show me the amendment history", "where's the latest [clause]", "how has [provision] evolved", or uploads multiple versions of an agreement.

- 仓库: https://github.com/anthropics/claude-for-legal

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

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

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

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

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

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

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

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