# 安装 deck-refresh

- 类型: Skill 技能
- 说明: Updates a presentation with new numbers — quarterly refreshes, earnings updates, comp rolls, rebased market data. Use whenever the user asks to "update the deck with Q4 numbers", "refresh the comps", "roll this forward", "swap in the new earnings", "change all the $485M to $512M", or any request to swap figures across an existing deck without rebuilding it.
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/deck-refresh' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/deck-refresh/SKILL.md' -o '~/.claude/skills/deck-refresh/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/deck-refresh' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/deck-refresh/SKILL.md' -o '~/.codex/skills/deck-refresh/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/deck-refresh' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/deck-refresh/SKILL.md' -o '~/.cursor/skills/deck-refresh/SKILL.md'
```
