# 安装 thesis-tracker

- 类型: Skill 技能
- 说明: Maintain and update investment theses for portfolio positions and watchlist names. Track key data points, catalysts, and thesis milestones over time. Use when updating a thesis with new information, reviewing position rationale, or checking if a thesis is still intact. Triggers on "update thesis for [company]", "is my thesis still intact", "thesis check", "add data point to [company]", or "review my positions".
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/thesis-tracker' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/vertical-plugins/equity-research/skills/thesis-tracker/SKILL.md' -o '~/.claude/skills/thesis-tracker/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/thesis-tracker' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/vertical-plugins/equity-research/skills/thesis-tracker/SKILL.md' -o '~/.codex/skills/thesis-tracker/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/thesis-tracker' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/vertical-plugins/equity-research/skills/thesis-tracker/SKILL.md' -o '~/.cursor/skills/thesis-tracker/SKILL.md'
```
