# 安装 draft

- 类型: Skill 技能
- 说明: First draft of a common clinic document — practice-area templates (asylum applications, eviction answers, protective order petitions, demand letters), jurisdiction-aware formatting, explicitly a starting point requiring student analysis and attorney review. Use when a student needs a first draft of a motion, letter, petition, declaration, or other clinic document.

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

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

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

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

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

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

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

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

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