# 安装 funding-digest

- 类型: Skill 技能
- 说明: Generate a polished one-page PowerPoint slide summarizing key takeaways from recent funding rounds and notable capital markets activity across a user's watched sectors or companies. Use this skill when the user asks for a deal flow summary, weekly recap, funding digest, transaction roundup, or capital markets briefing. Triggers on: 'deal flow digest', 'weekly funding recap', 'deal roundup', 'transaction summary this week', 'what happened in [sector] this week', 'capital markets update', or any request to compile recent funding activity into a briefing slide. Produces a professional single-slide PPTX with key takeaways, valuation data, and Capital IQ deal links.
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/funding-digest' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/partner-built/spglobal/skills/funding-digest/SKILL.md' -o '~/.claude/skills/funding-digest/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/funding-digest' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/partner-built/spglobal/skills/funding-digest/SKILL.md' -o '~/.codex/skills/funding-digest/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/funding-digest' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/partner-built/spglobal/skills/funding-digest/SKILL.md' -o '~/.cursor/skills/funding-digest/SKILL.md'
```
