# 安装 audit-xls

- 类型: Skill 技能
- 说明: Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this spreadsheet", "sanity check this", "debug model", "model check", "model won't balance", "something's off in my model", "model review".
- 仓库: https://github.com/anthropics/financial-services

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

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

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

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

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

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

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

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