# 安装 cash-flow-snapshot

- 类型: Skill 技能
- 说明: 整合账款与历史收支数据，生成30/60/90天现金流预测与风险提示
- 仓库: https://github.com/anthropics/knowledge-work-plugins
- ⚠ 安全: 该技能材料显示其本质上是一个开源的 prompt-only 分析模板，本身未声明密钥、远程端点或本地执行能力。主要风险点不在运行时权限，而在其可能引导主系统处理财务与 CSV 数据；结合开源可审计属性，整体偏低风险。

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

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

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

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

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

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

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

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