Agent Skills
› openai/plugins
› zoom-virtual-agent-web
zoom-virtual-agent-web
GitHubZoom虚拟代理Web SDK技能,用于在网页中嵌入聊天功能。支持通过活动ID或入口ID启动会话,提供事件驱动控制、用户上下文更新及CSP安全部署能力。强调SDK初始化就绪后再调用界面方法,并优先使用活动嵌入以减少用户摩擦。
Trigger Scenarios
需要在Web页面集成Zoom虚拟代理聊天窗口
调用Zoom Web SDK进行会话管理或状态控制
解决Zoom Virtual Agent的CSP或初始化问题
Install
npx skills add openai/plugins --skill zoom-virtual-agent-web -g -y
SKILL.md
Frontmatter
{
"name": "zoom-virtual-agent-web",
"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."
}
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
- 11c74d6 Current 2026-07-19 09:55


