zoom-skills

Zoom Developer Platform skills organized by product. Each folder contains product-specific documentation and use cases. The zoom-general folder contains generic, cross-product skills and references.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zoom-skills" with this command: npx skills add zoom/skills/zoom-skills-zoom-skills

Zoom Developer Platform Skills

This repository contains skills for building with Zoom SDKs, APIs, MCP servers, and integrations across web, mobile, desktop, and server environments.

Repo Notes

  • general/references/sdk-upgrade-workflow.md - reusable changelog + RSS version-by-version SDK upgrade workflow
  • Repository-level tooling, plugin manifests, and maintenance docs live at the packaging root; raw-skill installs should treat this skills/ tree as the portable boundary.

Folder Structure

FolderDescription
zoom-generalHub - Cross-product use cases and shared references
zoom-rest-apiREST API calls (600+ endpoints)
zoom-webhooksReal-time event notifications (HTTP)
zoom-websocketsReal-time event notifications (WebSocket)
zoom-meeting-sdkEmbed Zoom meetings in your app (Web, React Native, Electron, Linux)
zoom-video-sdkCustom video experiences (Web, React Native, Flutter, Android, iOS, macOS, Unity, Linux)
zoom-apps-sdkApps that run inside the Zoom client
scribeZoom AI Services Scribe for synchronous and batch transcription of uploaded or stored media
zoom-rtmsReal-Time Media Streams (live audio/video/transcripts)
zoom-team-chatTeam Chat messaging and channels
virtual-agentVirtual Agent web/mobile chat embeds and KB sync workflows
contact-centerContact Center apps, web embeds, and native mobile SDK integrations
phoneZoom Phone APIs, Smart Embed, URI schemes, webhooks, and call-history migration patterns
rivet-sdkRivet JavaScript server framework for OAuth, webhook events, and typed API endpoint wrappers
probe-sdkBrowser/device/network readiness diagnostics before Meeting SDK or Video SDK join flows
zoom-ui-toolkitPre-built React components for Video SDK
zoom-cobrowse-sdkCollaborative browsing for support
zoom-oauthOAuth authentication flows (all 4 grant types)
zoom-mcpOfficial Zoom MCP Server — semantic meeting search, meeting assets, recording resources, and Zoom Docs creation via Model Context Protocol
zoom-mcp/whiteboardWhiteboard MCP child skill — Whiteboard endpoints, scopes, auth findings, and ID mapping

How to Use

  1. Product-specific task? → Go to that product's folder (e.g., meeting-sdk/)
  2. Cross-product or general task? → Check zoom-general for generic use cases
  3. Each folder has a SKILL.md → Start there for that product's overview

Skill Discovery (Integrated)

This repo uses progressive discovery:

  • Agent reads SKILL.md frontmatter first (name, description, optional triggers).
  • Agent routes by intent using general/SKILL.md "Choose Your Path" plus keyword/trigger matching.
  • Agent loads full skill content only after route selection.

To improve routing quality in any skill:

  • Keep description specific and keyword-rich (include "use when...").
  • Add practical triggers for common user phrasing.
  • Avoid overlapping triggers between Meeting SDK, Video SDK, REST API, and MCP intents.

zoom-general (Hub)

The zoom-general folder contains:

  • Cross-product use cases - Tasks that span multiple Zoom products
  • Generic references - Authentication, app types, scopes
  • Shared documentation - SDK maintenance, troubleshooting, marketplace publishing

Use zoom-general when:

  • You're starting a new Zoom integration and need to choose the right approach
  • Your use case involves multiple Zoom products
  • You need general platform documentation (auth, scopes, etc.)

Quick Reference

I want to...Use this skill
Build deterministic automation/configuration/reporting with explicit request controlzoom-rest-api
Receive event notifications (HTTP push)zoom-webhooks
Receive event notifications (WebSocket)zoom-websockets
Embed Zoom meetings in my appzoom-meeting-sdk
Build custom video experienceszoom-video-sdk
Build an app inside Zoom clientzoom-apps-sdk
Access live audio/video/transcriptszoom-rtms
Transcribe uploaded or stored media files into textscribe
Build Team Chat integrationszoom-team-chat
Build Virtual Agent chat/campaign experiencesvirtual-agent
Build Contact Center integrations (apps/web/mobile)contact-center
Build Zoom Phone integrations (Smart Embed, APIs, webhooks, URI launch)phone
Build Rivet-based server integrations (optional)rivet-sdk
Run browser/device/network preflight diagnostics before joinprobe-sdk
Use pre-built video UI componentszoom-ui-toolkit
Enable co-browsing for supportzoom-cobrowse-sdk
Implement OAuth authenticationzoom-oauth
Build AI-driven meeting search, meeting-asset retrieval, recording-resource retrieval, or Zoom Docs workflowszoom-mcp
Build enterprise AI workflows with stable API core + AI tool layerzoom-rest-api + zoom-mcp
General/cross-product guidancezoom-general

APIs vs MCP Routing (Official Zoom Guidance)

Primary goalRoute
Automation, configuration, reporting, scheduled jobs, strict retries/error controlzoom-rest-api
AI interaction, dynamic tool discovery, cross-platform AI workflowszoom-mcp
Enterprise AI experiences at scalezoom-rest-api + zoom-mcp

Source: https://developers.zoom.us/docs/mcp/library/resources/apis-vs-mcp/

MCP Server Model (Zoom-Hosted)

  • Zoom acts as MCP server and exposes Zoom platform tools/data to external AI clients.
  • MCP access is OAuth-scoped and governed.
  • Product-scoped MCP servers are expected (for example Meetings, Team Chat, Whiteboard).
  • Current routing in this repo uses zoom-mcp as the MCP parent entry point, with Whiteboard split into zoom-mcp/whiteboard.

Resources

Operations

  • Use the product RUNBOOK.md files inside each skill directory for runtime/debugging guidance during raw-skill installs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Repository SourceNeeds Review
160.7K94.2Kanthropics
Coding

remotion-best-practices

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Repository SourceNeeds Review
148.2K2.1Kremotion-dev
Coding

azure-ai

Service Use When MCP Tools CLI

Repository SourceNeeds Review
136.3K155microsoft
Coding

azure-deploy

AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE

Repository SourceNeeds Review
135.9K155microsoft