virtual-agent

Deploy and orchestrate Zoom Virtual Agent across web and mobile wrappers with readiness gating and event handling.

65|12|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/zoom/skills --skill virtual-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: virtual-agent
Source: https://github.com/zoom/skills/tree/main/virtual-agent
Command: npx skills add https://github.com/zoom/skills --skill virtual-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Zoom developers need a cohesive, cross-platform integration pattern for deploying and managing a knowledge-base aware Virtual Agent across web and mobile wrappers, while ensuring readiness gating and proper event handling.

Core Features & Use Cases

  • Cross-platform integration: web campaigns, Android WebView, and iOS WKWebView with bridge support.
  • Lifecycle management: readiness gating, event handling, and lifecycle transitions for engagement sessions.
  • Knowledge-base sync and drift management via modular runbook and references.

Quick Start

Load the Virtual Agent into your campaign or entry context, initialize readiness, register native bridges, and begin engagement with the provided SDK.

Frequently Asked Questions about virtual-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate a Zoom Virtual Agent into a mobile WebView?

You can integrate the Zoom Virtual Agent into mobile WebView wrappers by registering native bridges and handling lifecycle events. The Skill coordinates deployment across Android WebView and iOS WKWebView with cross-platform bridging support.

What is readiness gating for Virtual Agent engagement sessions?

Readiness gating ensures the Virtual Agent environment is fully initialized before starting engagement sessions. It involves loading the agent into the campaign context, initializing readiness states, and managing lifecycle transitions to prevent premature interactions.

How do I sync a knowledge base with Zoom Virtual Agent across platforms?

You can sync knowledge bases and manage drift using modular runbook references. The Skill provides configuration routing and drift management workflows to keep knowledge-base content consistent across web and mobile deployments.

Can I use Zoom Virtual Agent for web campaign embeds and mobile wrappers simultaneously?

Yes, you can deploy the Virtual Agent across web campaigns, Android WebView, and iOS WKWebView simultaneously. The Skill provides a cohesive integration pattern that handles cross-platform bridging and lifecycle management for all environments.

How do I handle lifecycle events for Zoom Virtual Agent in WebView integrations?

You handle lifecycle events by registering native bridges and applying the Skill's event handling patterns. This covers readiness gating, engagement session transitions, and cross-platform bridging to manage runtime orchestration effectively.