# 安装 build-zoom-phone-integration

- 类型: Skill 技能
- 说明: 帮助开发者构建 Zoom Phone 集成与通话自动化流程。
- 仓库: https://github.com/anthropics/knowledge-work-plugins
- ⚠ 安全: 整体看这是一个仅含文档/提示词的开源参考技能，没有密钥、远程端点或本机执行能力，风险偏低。主要注意点是它会指导对接 Zoom Phone 的 OAuth、Webhook 和 API，这类场景本身属于常规集成能力，需按最小权限与回调校验实施。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/phone' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/phone/SKILL.md' -o '~/.claude/skills/phone/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/phone' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/phone/SKILL.md' -o '~/.codex/skills/phone/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/phone' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/phone/SKILL.md' -o '~/.cursor/skills/phone/SKILL.md'
```
