From zoom-skills
Guides Zoom Contact Center integrations for apps, web embeds, and Android/iOS SDKs. Covers lifecycle patterns, engagement context/state, campaigns, callbacks, and version-drift troubleshooting.
npx claudepluginhub zoom/skills --plugin zoom-skillsThis skill uses the workspace's default tool permissions.
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.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Delivers PostgreSQL patterns for indexing, schema design, query optimization, Row Level Security, UPSERT, pagination, and anti-pattern detection. Includes SQL examples and cheat sheets.
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.