# 安装 sector-overview

- 类型: Skill 技能
- 说明: Create comprehensive industry and sector landscape reports covering market dynamics, competitive positioning, key players, and thematic trends. Use for client requests, sector initiations, thematic research pieces, or internal knowledge building. Triggers on "sector overview", "industry report", "market landscape", "sector analysis", "industry deep dive", or "thematic research".
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

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

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

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