# 安装 draft-content

- 类型: Skill 技能
- 说明: 帮助你撰写并改写各类营销内容，适配渠道语气并提供SEO建议。
- 仓库: https://github.com/anthropics/knowledge-work-plugins
- ⚠ 安全: 这是一个开源的纯提示词写作技能，材料中未见需要密钥、联网或执行代码的迹象，整体风险较低。唯一需留意的是其说明会读取本地品牌语气设置文件，但从现有材料看未体现过度访问或数据外发。

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

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

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

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

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

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

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

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