From zoom-plugin
Reference skill for Zoom Contact Center. Use after routing to a contact-center workflow when implementing app, web, or native integrations; engagement context and state handling; campaigns; callbacks; or version-drift troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zoom-plugin:contact-centerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Background reference for Zoom Contact Center integrations across app, web, and native mobile surfaces.
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.mdBackground reference for Zoom Contact Center integrations across app, web, and native mobile surfaces.
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.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.