Skip to main content
Generalopenai

build-zoom-virtual-agent

Use when using Virtual Agent.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--virtual-agent
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/virtual-agent/SKILL.md -o .claude/skills/virtual-agent.md

Drops the SKILL.md into .claude/skills/virtual-agent.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Build Zoom Virtual Agent

Use this skill when the workflow embeds or wraps Zoom Virtual Agent, including web campaigns and mobile WebView integrations.

Workflow

  1. Identify the client: web, Android WebView, iOS WKWebView, campaign entry, support handoff, or knowledge-base sync pipeline.
  2. Route to the platform skill before coding because event handling and native bridge behavior differ by client.
  3. Confirm campaign, entry ID, allowed origins, lifecycle events, and support handoff behavior.
  4. Keep user context updates, native URL handling, and handoff payloads explicit.
  5. Debug by checking SDK readiness, campaign configuration, bridge injection, CSP, WebView lifecycle, and version drift.

References