# 安装 build-zoom-team-chat-app

- 类型: Skill 技能
- 说明: 帮助开发者构建 Zoom Team Chat 集成、聊天机器人与交互式消息体验。
- 仓库: https://github.com/anthropics/knowledge-work-plugins
- ⚠ 安全: 该技能材料表现为开源的参考性文档/提示词，用于指导构建 Zoom Team Chat 集成，本身不声明执行代码、访问本地数据或主动外发数据。整体风险较低，主要需注意其文档会引导开发者后续接入 OAuth 与 Zoom API，但这些能力不在当前技能材料自身内实现。

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

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

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

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

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

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

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

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