Agent Skills
› openai/plugins
› zoom-contact-center-web
zoom-contact-center-web
GitHubZoom Contact Center Web SDK技能,支持Web端聊天、视频及活动嵌入。涵盖客户端应用、外部网站嵌入和智能嵌入三种集成模式,处理 engagement 事件与 postMessage 工作流,强调状态持久化、CSP验证及上下文切换处理。
触发场景
需要集成 Zoom Web SDK 进行聊天或视频功能开发
实现外部网站的 Campaign SDK 嵌入或初始化
配置 Smart Embed iframe 通信协议
排查 Web 端接触中心集成的 CSP 或状态管理问题
安装
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.
版本历史
- 11c74d6 当前 2026-07-19 09:53


