Agent Skills
› anthropics/knowledge-work-plugins
› zoom-video-sdk-react-native
zoom-video-sdk-react-native
GitHub用于在 React Native 应用中集成 Zoom Video SDK,实现高度定制化的移动端视频会话体验。涵盖生命周期管理、事件驱动架构、JWT 令牌生成及音视频聊天等功能。
Trigger Scenarios
需要在 React Native 中构建自定义视频通话功能
集成 Zoom Video SDK 处理音频、视频或共享会话
实现基于事件的 UI 状态同步与后台 JWT 令牌流程
Install
npx skills add anthropics/knowledge-work-plugins --skill zoom-video-sdk-react-native -g -y
SKILL.md
Frontmatter
{
"name": "zoom-video-sdk-react-native",
"triggers": [
"react native video sdk",
"zoom react native video sdk",
"@zoom\/react-native-videosdk",
"custom video react native",
"react native session join",
"zoom videosdk react native"
],
"description": "Zoom Video SDK for React Native. Use when building custom mobile video session experiences\nwith @zoom\/react-native-videosdk, event listeners, helper-based APIs, and backend JWT token flows.\n",
"user-invocable": false
}
Zoom Video SDK (React Native)
Use this skill for React Native apps that need fully custom video session experiences using Zoom Video SDK.
Quick Links
- Lifecycle Workflow - init -> listeners -> join -> helpers -> leave -> cleanup
- SDK Architecture Pattern - provider + helper model
- High-Level Scenarios - common mobile product patterns
- Setup Guide - package + platform setup baseline
- Session Join Pattern - tokenized join flow
- Event Handling Pattern - event listener to state routing
- SKILL.md - complete navigation
Core Notes
- Video SDK sessions are not Zoom Meetings and use session tokens.
- JWT generation must stay backend-side.
- Wrapper is helper-heavy (audio/video/chat/share/recording/transcription, etc.).
- Event-driven design is required for robust UI state.
References
Related Skills
Documentation Index
Start Here
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Version History
- 6f13415 Current 2026-07-05 18:33


