# 安装 email-sequence

- 类型: Skill 技能
- 说明: Design and draft multi-email sequences with full copy, timing, branching logic, exit conditions, and performance benchmarks. Use when building onboarding, lead nurture, re-engagement, win-back, or product launch flows, when you need a complete drip campaign with A/B test suggestions, or when mapping a sequence end-to-end with a flow diagram.
- 仓库: https://github.com/anthropics/knowledge-work-plugins

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/email-sequence' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/marketing/skills/email-sequence/SKILL.md' -o '~/.claude/skills/email-sequence/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/email-sequence' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/marketing/skills/email-sequence/SKILL.md' -o '~/.codex/skills/email-sequence/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/email-sequence' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/marketing/skills/email-sequence/SKILL.md' -o '~/.cursor/skills/email-sequence/SKILL.md'
```
