# 安装 Wave Accounting Automation

- 类型: Skill 技能
- 说明: 说明 Wave 会计自动化暂未原生接入，并帮助评估替代方案与后续集成准备。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能材料表明其目前只是一个占位说明，未提供可用的 Wave 原生工具、密钥配置或实际操作能力。基于其为开源提示/文档型内容且社区信号较强，整体风险较低，但 README 中提到的外部 MCP 地址与占位状态意味着使用前仍应核验实际来源与后续更新内容。

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

### Claude Code
```
请帮我安装 askskill 上的 "Wave Accounting Automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wave-accounting-automation/SKILL.md
2. 保存为 ~/.claude/skills/wave-accounting-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "Wave Accounting Automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wave-accounting-automation/SKILL.md
2. 保存为 ~/.codex/skills/wave-accounting-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "Wave Accounting Automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wave-accounting-automation/SKILL.md
2. 保存为 ~/.cursor/skills/wave-accounting-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/wave-accounting-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wave-accounting-automation/SKILL.md' -o '~/.claude/skills/wave-accounting-automation/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/wave-accounting-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wave-accounting-automation/SKILL.md' -o '~/.codex/skills/wave-accounting-automation/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/wave-accounting-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wave-accounting-automation/SKILL.md' -o '~/.cursor/skills/wave-accounting-automation/SKILL.md'
```
