Help us improve
Share bugs, ideas, or general feedback.
From zoom-skills
Provides implementation guidance for Zoom Contact Center across desktop apps, web embeds, and native mobile SDKs. Covers lifecycle patterns, engagement context/state handling, campaigns, callbacks, and version-drift troubleshooting.
npx claudepluginhub zoom/skills --plugin zoom-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/zoom-skills:contact-centerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implementation guidance for Zoom Contact Center across:
RUNBOOK.mdandroid/RUNBOOK.mdandroid/concepts/sdk-lifecycle.mdandroid/examples/service-patterns.mdandroid/references/android-reference-map.mdandroid/troubleshooting/common-issues.mdconcepts/architecture-and-lifecycle.mdios/RUNBOOK.mdios/concepts/sdk-lifecycle.mdios/examples/service-patterns.mdios/references/ios-reference-map.mdios/troubleshooting/common-issues.mdreferences/environment-variables.mdreferences/forum-top-questions.mdreferences/samples-validation.mdreferences/versioning-and-compatibility.mdscenarios/high-level-scenarios.mdtroubleshooting/common-drift-and-breaks.mdweb/RUNBOOK.mdweb/concepts/lifecycle-and-events.mdImplements Zoom Virtual Agent across web campaigns, Android/iOS WebView bridges, and knowledge-base sync workflows. Covers lifecycle patterns, event handling, and version-drift troubleshooting.
Automates RingCentral communications (calls, messages, meetings) via Rube MCP and Composio toolkit. Always discovers tool schemas before execution.
Automates Zoom meeting creation, scheduling, management, recordings, webinars, and participant tracking using Composio's Rube MCP toolkit. Use for programmatic Zoom workflows.
Share bugs, ideas, or general feedback.
Implementation guidance for Zoom Contact Center across:
Official docs:
zoom-apps-sdk.Start here:
Platform skills:
contact-center/
├── SKILL.md
├── RUNBOOK.md
├── concepts/
│ └── architecture-and-lifecycle.md
├── scenarios/
│ └── high-level-scenarios.md
├── references/
│ ├── versioning-and-compatibility.md
│ ├── samples-validation.md
│ └── environment-variables.md
├── troubleshooting/
│ └── common-drift-and-breaks.md
├── android/
│ ├── SKILL.md
│ ├── concepts/sdk-lifecycle.md
│ ├── examples/service-patterns.md
│ ├── references/android-reference-map.md
│ └── troubleshooting/common-issues.md
├── ios/
│ ├── SKILL.md
│ ├── concepts/sdk-lifecycle.md
│ ├── examples/service-patterns.md
│ ├── references/ios-reference-map.md
│ └── troubleshooting/common-issues.md
└── web/
├── SKILL.md
├── concepts/lifecycle-and-events.md
├── examples/app-context-and-state.md
├── references/web-reference-map.md
└── troubleshooting/common-issues.md
entryId for chat/video/ZVA, apiKey for scheduled callback and campaign flows).fetchUI, startVideo, or web SDK open/show path).start, hold, resume, end) and context switching.endChat/endVideo, logout/logoff, uninitialize/release).engagementId and survives context switching.See scenarios/high-level-scenarios.md for details.
.env keys and where to find each value.