# 安装 morning-note

- 类型: Skill 技能
- 说明: Draft concise morning meeting notes summarizing overnight developments, trade ideas, and key events for coverage stocks. Designed for the 7am morning meeting format — tight, opinionated, actionable. Triggers on "morning note", "morning meeting", "what happened overnight", "trade idea", "morning call prep", or "daily note".
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

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

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

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