<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/virtual-agent
──Details
PublishedMay 19, 2026 at 10:30 PM
Content Hashsha256:5df0ff38e7e32955...
Git SHA
──Files
Files (1 file, 1.2 KB)
SKILL.md1.2 KBactive
SKILL.md · 27 lines · 1.2 KB
version: "1.0.0" 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