Agent Skills
› openai/plugins
› zoom-contact-center-web
zoom-contact-center-web
GitHubZoom Contact Center Web SDK集成指南,支持Web聊天、视频及活动嵌入。涵盖客户端应用、外部网站嵌入和Smart Embed三种模式,提供生命周期事件处理、状态持久化及CSP配置等关键规范与调试指引。
Trigger Scenarios
需要在Web页面中嵌入Zoom客服聊天或视频功能
实现基于iframe的Smart Embed postMessage通信
开发Zoom Contact Center Campaign SDK相关逻辑
排查Web端SDK集成的上下文切换或CSP问题
Install
npx skills add openai/plugins --skill zoom-contact-center-web -g -y
SKILL.md
Frontmatter
{
"name": "zoom-contact-center-web",
"description": "Zoom Contact Center SDK for Web. Use for web chat\/video\/campaign embeds, engagement event handling, app-context integrations, and Smart Embed postMessage workflows."
}
Zoom Contact Center SDK - Web
Official docs:
- https://developers.zoom.us/docs/contact-center/web/
- https://developers.zoom.us/docs/contact-center/web/sdk-reference/
Quick Links
- concepts/lifecycle-and-events.md
- examples/app-context-and-state.md
- references/web-reference-map.md
- troubleshooting/common-issues.md
Integration Modes
- Contact Center App in Zoom client:
- Zoom Apps SDK engagement APIs/events.
- External website embed:
- Campaign SDK/web scripts (
zoomCampaignSdkpattern). - Video client initialization pattern.
- Smart Embed:
- iframe +
postMessageevent contract.
Hard Guardrails
- For campaign SDK, gate calls behind
zoomCampaignSdk:ready. - Persist state by
engagementId. - Expect context switching and background app behavior.
- Validate CSP and allow-list settings before debugging logic.
Chaining
- For in-client app APIs and auth flows: ../../zoom-apps-sdk/SKILL.md
- For identity and OAuth: ../../oauth/SKILL.md
- For cobrowse workflow: ../../cobrowse-sdk/SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Version History
- 11c74d6 Current 2026-07-19 09:53


