# 安装 written-consent

- 类型: Skill 技能
- 说明: Draft a unanimous written consent of the board or a committee in house format, with precedent search from the consents repository. Handles multi-resolution consents, director conflict flags, state-law notice requirements, and signatory tracking, with a built-in scope warning for major one-off actions. Use when user says "written consent", "unanimous consent", "board consent", "consent in lieu", "UWC", or describes an action needing board approval without a meeting.

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

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

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

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

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

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

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

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

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