# 安装 invoice-chase

- 类型: Skill 技能
- 说明: Drafts overdue-invoice reminder emails from QuickBooks and PayPal data, matched to each customer's payment history and tone (gentle for good customers, firm for repeat late payers). Sends via PayPal with owner approval; non-PayPal invoices queue as mail drafts. Use when the user asks "who owes me money," mentions overdue invoices, or wants to follow up on unpaid invoices.

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

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

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

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

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

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

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

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

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