Agent Skills
› openai/plugins
› build-zoom-virtual-agent
build-zoom-virtual-agent
GitHub用于指导在Web、Android WebView及iOS WKWebView中集成Zoom Virtual Agent的技能。涵盖客户端识别、原生桥接处理、生命周期管理及调试方法,确保不同平台下的事件处理与上下文同步正确无误。
触发场景
需要嵌入或封装 Zoom Virtual Agent
开发 Web 营销活动中的虚拟代理功能
构建移动端 WebView 集成的虚拟代理
处理虚拟代理的原生桥接和生命周期问题
安装
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
版本历史
- 11c74d6 当前 2026-07-19 09:55


