# 安装 month-end-prep

- 类型: Skill 技能
- 说明: Walks an SMB owner through month-end close: reconciles QuickBooks against PayPal (and Square/Stripe) settlements, flags uncategorized transactions, suspicious duplicates, and missing receipts, then writes a plain-English P&L narrative and exports a close packet (xlsx + one-page PDF). Use when the user says "close the month," "month-end," "reconcile," "what's missing," "P&L," or asks why revenue or margin changed this month.

- 仓库: https://github.com/anthropics/knowledge-work-plugins

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/month-end-prep' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/month-end-prep/SKILL.md' -o '~/.claude/skills/month-end-prep/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/month-end-prep' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/month-end-prep/SKILL.md' -o '~/.codex/skills/month-end-prep/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/month-end-prep' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/month-end-prep/SKILL.md' -o '~/.cursor/skills/month-end-prep/SKILL.md'
```
