skills/choose-zoom-approach/SKILL.md
Choose the right Zoom architecture for a use case. Use when deciding between REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Zoom MCP, Phone, Contact Center, or a hybrid approach.
npx skillsauth add zoom/zoom-plugin choose-zoom-approachInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pick the smallest correct Zoom surface for the job, then layer in only the supporting pieces that are actually required.
| Problem Type | Primary Zoom Surface | |---|---| | Deterministic backend automation, account management, reporting, scheduled jobs | rest-api | | Event delivery to your backend | webhooks or websockets | | Embed Zoom meetings into your app | meeting-sdk | | Build a fully custom video experience | video-sdk | | Build inside the Zoom client | zoom-apps-sdk | | AI-agent tool workflows over Zoom data | zoom-mcp | | Real-time media extraction or meeting bots | rtms plus meeting-sdk when needed | | Phone workflows | phone | | Contact Center or Virtual Agent flows | contact-center or virtual-agent |
rest-api + zoom-mcp when the user needs both stable system actions and AI-driven discovery.development
Reference skill for Zoom AI Services Summarizer. Use after routing to transcript summarization, meeting recap, action item extraction, Build-platform JWT auth, fast mode summarization, batch jobs, or summary pipeline design.
documentation
Start here for any Zoom integration or app idea. Use when you need to choose the right Zoom surface, shape the architecture, or route into the correct implementation skill without reading the whole Zoom doc set first.
development
Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
tools
Decide when Zoom MCP is the right fit and produce a safe setup plan for Claude. Use when planning AI workflows over Zoom data, deciding between MCP and REST, or defining a hybrid MCP architecture.