# 安装 investment-proposal

- 类型: Skill 技能
- 说明: Create professional investment proposals for prospective clients. Covers the firm's approach, proposed allocation, expected outcomes, and fee structure. Use when pitching new clients or presenting a new investment strategy. Triggers on "investment proposal", "prospect presentation", "pitch new client", "proposal for [client]", or "new client presentation".
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

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

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

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