# 安装 zoom-video-sdk-react-native

- 类型: Skill 技能
- 说明: 帮助开发者在 React Native 中构建自定义移动端 Zoom 视频会话功能。
- 仓库: https://github.com/anthropics/knowledge-work-plugins
- ⚠ 安全: 该技能材料显示其本质是开源的提示/文档型集成说明，未声明自身需要密钥、远程端点或本地执行能力。材料提到 Zoom Video SDK 的后端 JWT 与会话接入模式，但当前仓库更像知识型封装，整体风险偏低。

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

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

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

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

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

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

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

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