Agent Skills
› anthropics/knowledge-work-plugins
› contact-center/web
contact-center/web
GitHub提供Zoom Web端联系中心SDK集成指南,涵盖聊天、视频嵌入及Smart Embed工作流。包含生命周期事件处理、CSP配置校验及与OAuth等上游技能的链式调用,辅助开发者快速接入并排查问题。
Trigger Scenarios
需要集成Zoom Web SDK进行聊天或视频功能开发
实现Contact Center的嵌入式页面或应用上下文交互
排查Web端Zoom插件的CSP或状态持久化问题
Install
npx skills add anthropics/knowledge-work-plugins --skill contact-center/web -g -y
SKILL.md
Frontmatter
{
"name": "contact-center\/web",
"triggers": [
"contact center web",
"zcc web sdk",
"getengagementcontext web",
"onengagementcontextchange",
"contact center smart embed",
"zcc-init-config-request"
],
"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.",
"user-invocable": false
}
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
- 6f13415 Current 2026-07-05 18:31


