Agent Skills
› openai/plugins
› build-zoom-virtual-agent
build-zoom-virtual-agent
GitHub用于在嵌入或包装 Zoom Virtual Agent 的工作流中,指导开发 Web、Android WebView 和 iOS WKWebView 等客户端的集成。涵盖路由策略、事件处理、原生桥接、生命周期管理及调试方法,确保不同平台下的正确交互与上下文同步。
Trigger Scenarios
需要集成 Zoom Virtual Agent
构建 Web 营销活动中的虚拟代理
开发移动端 WebView 内的虚拟代理功能
处理支持移交或知识库同步流程
Install
npx skills add openai/plugins --skill build-zoom-virtual-agent -g -y
SKILL.md
Frontmatter
{
"name": "build-zoom-virtual-agent",
"description": "Use when using Virtual Agent."
}
Build Zoom Virtual Agent
Use this skill when the workflow embeds or wraps Zoom Virtual Agent, including web campaigns and mobile WebView integrations.
Workflow
- Identify the client: web, Android WebView, iOS WKWebView, campaign entry, support handoff, or knowledge-base sync pipeline.
- Route to the platform skill before coding because event handling and native bridge behavior differ by client.
- Confirm campaign, entry ID, allowed origins, lifecycle events, and support handoff behavior.
- Keep user context updates, native URL handling, and handoff payloads explicit.
- Debug by checking SDK readiness, campaign configuration, bridge injection, CSP, WebView lifecycle, and version drift.
References
- Full preserved guide: references/full-guide.md
- Web: web/SKILL.md
- Android: android/SKILL.md
- iOS: ios/SKILL.md
- Architecture and lifecycle: concepts/architecture-and-lifecycle.md
- Common drift and breaks: troubleshooting/common-drift-and-breaks.md
Version History
- 11c74d6 Current 2026-07-19 09:55


