# 安装 tear-sheet

- 类型: Skill 技能
- 说明: Generate professional company tear sheets using S&P Capital IQ data via the Kensho LLM-ready API MCP server. Use this skill whenever the user asks for a tear sheet, company one-pager, company profile, fact sheet, company snapshot, or company overview document — especially when they mention a specific company name or ticker. Also trigger when users ask for equity research summaries, M&A company profiles, corporate development target profiles, sales/BD meeting prep documents, or any concise single-company financial summary. This skill supports four audience types: equity research, investment banking/M&A, corporate development, and sales/business development. If the user doesn't specify an audience, ask. Works for both public and private companies.
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

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

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

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