mcpbeat

Zoom Video SDK React Native

anthropics/zoom-video-sdk-react-native

| Zoom Video SDK for React Native. Use when building custom mobile video session experiences with @zoom/react-native-videosdk, event listeners, helper-based APIs, and backend JWT token flows.

4k tokens
context cost
the whole folder, loaded on every use
14
files
instructions only
0
copies elsewhere
how many repositories repackaged it
23273
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill zoom-video-sdk-react-native

What comes with it

12 326 bytes besides the instruction
RUNBOOK.md
concepts/high-level-scenarios.md
concepts/lifecycle-workflow.md
concepts/sdk-architecture-pattern.md
examples/event-handling-pattern.md
examples/session-join-pattern.md
examples/setup-guide.md
references/module-map.md
references/official-sources.md
references/react-native-reference.md
troubleshooting/common-issues.md
troubleshooting/deprecated-and-contradictions.md
troubleshooting/version-drift.md

The instruction itself

12 sections, as written by the author

Zoom Video SDK (React Native)

Use this skill for React Native apps that need fully custom video session experiences using Zoom Video SDK.

  • 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

  • React Native Reference Index
  • Module Map
  • Official Sources
  • Deprecated and Contradictions
  • zoom-video-sdk
  • zoom-oauth
  • zoom-general

Documentation Index

Start Here

  • SKILL.md
  • Lifecycle Workflow
  • SDK Architecture Pattern
  • Setup Guide

Concepts

  • Lifecycle Workflow
  • SDK Architecture Pattern
  • High-Level Scenarios

Examples

  • Setup Guide
  • Session Join Pattern
  • Event Handling Pattern

References

  • React Native Reference Index
  • Module Map
  • Official Sources

Troubleshooting

  • Common Issues
  • Version Drift
  • Deprecated and Contradictions

Operations

  • RUNBOOK.md - 5-minute preflight and debugging checklist.

How to use it

Copy the folder

Take anthropics/zoom-video-sdk-react-native from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.