By zoom
Build Zoom platform integrations including REST APIs, Meeting/Video SDKs, OAuth authentication, webhooks, Team Chat bots, Phone CTI workflows, Contact Center, and real-time media streaming. Includes MCP servers for AI-agent access to Zoom meetings, whiteboards, chat, documentation, and revenue analytics.
Zoom AI Services Translator for synchronous text translation and asynchronous batch file translation. Use for plain-text translation, one-target-language jobs, S3 text archives, Build-platform JWT auth, and webhook-driven translation pipelines.
Zoom Video SDK UI Toolkit - Pre-built React-based video conferencing UI for web applications. Instant video sessions with minimal code - composite UI or individual components.
Zoom Video SDK for building custom video experiences (not Zoom meetings) on web, React Native, Flutter, Android, iOS, macOS, Unity, and Linux platforms. Use when you want full control over the video UI and experience.
Zoom Virtual Agent skill pack for web campaigns/chat embeds, Android and iOS WebView bridge integrations, and knowledge-base sync workflows. Use for lifecycle patterns, event handling, and version-drift troubleshooting.
Zoom webhooks for real-time event notifications. Covers webhook verification, event types, and subscription management. Use when you need to receive notifications about meetings, users, recordings, or other Zoom events.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills for building with Zoom SDKs, APIs, MCP servers, and integrations across web, mobile, desktop, and server environments.
Primary skill entrypoint: skills/SKILL.md
This repository is packaged as a Claude plugin:
.claude-plugin/plugin.json.claude-plugin/marketplace.json.mcp.jsonInstall from GitHub using Claude Code:
/plugin marketplace add zoom/skills
/plugin install zoom-skills@zoom-skills
Or add the local checkout as a marketplace source:
/plugin marketplace add /absolute/path/to/zoom-skills
/plugin install zoom-skills@zoom-skills
These editors document native SKILL.md support or compatible skill directories:
| Agent | Install Model | Location | Docs |
|---|---|---|---|
| Cline | Native skills | ~/.cline/skills/ or .cline/skills/ | skills |
| BLACKBOX AI | Native skills | .blackbox/skills/ | skills |
Clone once:
git clone https://github.com/zoom/skills.git ~/zoom-skills
Cline raw skill install:
mkdir -p ~/.cline/skills
find ~/zoom-skills/skills -mindepth 1 -maxdepth 1 -type d -exec cp -r {} ~/.cline/skills/ \;
BLACKBOX AI project install:
mkdir -p .blackbox/skills
find ~/zoom-skills/skills -mindepth 1 -maxdepth 1 -type d -exec cp -r {} .blackbox/skills/ \;
If you previously installed this repo under the older agent-skills name, remove the old folder so your agent does not load duplicates.
These editors do not expose a documented first-class SKILL.md install flow comparable to Cline or BLACKBOX AI. Use the nearest equivalent:
| Tool | Recommended Integration | Docs |
|---|---|---|
| Roo Code | Port the relevant skill into Custom Modes and add MCP servers separately | docs |
| Kilo Code | Port the relevant skill into Custom Modes / Custom Rules and add MCP servers separately | docs |
Recommended starting point for Roo Code or Kilo Code:
.mcp.json if your editor supports MCP.Cursor packaging metadata is included for marketplace-style consumers:
.cursor-plugin/plugin.json.cursor-plugin/marketplace.json.cursor/rules/Skills are automatically discovered when the repository is indexed by Context7.
Once installed, simply ask questions about Zoom development:
How do I create a meeting using the Zoom API?
How do I build a meeting bot that joins and records?
What's the difference between Meeting SDK and Video SDK?
The general skill acts as a router and directs to the appropriate specialized skill:
| Your Question | Skill Loaded |
|---|---|
| "Create a meeting via API" | zoom-rest-api |
| "Embed Zoom in my React app" | zoom-meeting-sdk |
| "Build custom video UI" | zoom-video-sdk |
| "Handle webhook events" | webhooks |
| "Build a meeting bot" | zoom-meeting-sdk + rtms |
| "Set up OAuth authentication" | oauth |
| "Summarize this transcript" | summarizer |
| "Translate this text" | translator |
| "Build AI-agent meeting search tools" | zoom-mcp |
When your task requires multiple skills, the agent loads them as needed. For example, "build a meeting bot" loads:
Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows
npx claudepluginhub zoom/skills --plugin zoom-skillsSchedule Zoom meetings with calendar invites. Use when scheduling client calls, consultations, or any video meeting. Triggers: 'zoom meeting with...',
Claude Code skill pack for Fireflies.ai (24 skills)
LiveKit Agents SDK skills for building voice AI agents with CLI-based workflow, supporting both Cloud and self-hosted deployments.
Real-time communication with Agora SDKs — RTC, RTM, Conversational AI, and token generation
Google Workspace CLI (gws) skill — unified command-line access to Gmail, Drive, Sheets, Docs, Calendar, Chat, Admin, and 40+ Google APIs. Includes MCP server setup, authentication workflows, and agent-optimized usage patterns.
Google Workspace CLI setup, Google Chat webhooks, Google Apps Script automation, ElevenLabs voice agents, and MCP server building.