From zoom-plugin
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zoom-plugin:choose-zoom-approachThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pick the smallest correct Zoom surface for the job, then layer in only the supporting pieces that are actually required.
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.npx claudepluginhub goldenberry-so/pace --plugin zoom-pluginGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.