# 安装 content-strategy

- 类型: Skill 技能
- 说明: 基于销售与季节性数据，生成未来30天的内容推广优先策略建议
- 仓库: https://github.com/anthropics/knowledge-work-plugins
- ⚠ 安全: 该技能材料显示其定位为提示型内容策略工作流，本身未声明需要密钥、远程端点或本机执行代码；整体风险较低。但 README 描述会调用 QuickBooks/PayPal/Square 等外部连接器并处理销售数据，若实际部署依赖这些工具，则数据访问与外发需结合宿主连接器另行审查。

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

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

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

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

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

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

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

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