Agent Skills
› anthropics/knowledge-work-plugins
› virtual-agent/web
virtual-agent/web
GitHubZoom虚拟助手Web SDK,用于网页嵌入。支持通过活动ID或入口ID启动聊天、事件驱动控制、用户上下文更新及CSP安全部署。需确保SDK就绪后调用接口,并遵循生命周期与事件规范。
Trigger Scenarios
需要在网页中嵌入Zoom虚拟助手
使用活动ID或入口ID启动聊天会话
处理虚拟助手的事件驱动控制
更新用户上下文信息
配置CSP安全的部署环境
Install
npx skills add anthropics/knowledge-work-plugins --skill virtual-agent/web -g -y
SKILL.md
Frontmatter
{
"name": "virtual-agent\/web",
"triggers": [
"virtual agent web",
"zoomCampaignSdk",
"zcc-sdk",
"campaign embed",
"entry id",
"waitForReady",
"engagement_started"
],
"description": "Zoom Virtual Agent SDK for web embeds. Use for campaign or entry ID chat launch, event-driven controls, user context updates, and CSP-safe deployment.",
"user-invocable": false
}
Zoom Virtual Agent SDK - Web
Official docs:
- https://developers.zoom.us/docs/virtual-agent/web/
- https://developers.zoom.us/docs/virtual-agent/web/reference/
Quick Links
- concepts/lifecycle-and-events.md
- examples/campaign-and-entry-patterns.md
- references/web-reference-map.md
- troubleshooting/common-issues.md
Hard Guardrails
- Gate calls behind readiness (
zoomCampaignSdk:readyorwaitForReady()). - Do not call
show/hide/open/closebefore SDK initialization. - Keep CSP and script host policy validated before debugging business logic.
- Prefer campaign embed over entry ID when minimizing user friction is a priority.
Chaining
- Product-level architecture and drift checks: ../SKILL.md
- Contact Center web context: ../../contact-center/web/SKILL.md
- OAuth or REST for backend workflows: ../../oauth/SKILL.md, ../../rest-api/SKILL.md
Version History
- 6f13415 Current 2026-07-05 18:33


