New to Claude Skills? Learn how to install them →

anthropics on GitHub

Zoom Virtual Agent for Android

OfficialFree

Integrate Zoom's Virtual Agent into your Android app.

Get this skill

Free · Opens the source repo

What Zoom Virtual Agent for Android does

The Zoom Virtual Agent for Android skill provides developers with a structured approach to integrating Zoom's Virtual Agent capabilities into their Android applications using WebView. This skill focuses on enabling Java and Kotlin bridge callbacks, facilitating native URL handling, and ensuring lifecycle-safe embedding of the virtual agent within the app environment. By utilizing this skill, developers can enhance user interaction through a seamless integration of Zoom's functionalities.

At its core, the integration model involves hosting a campaign URL within an Android WebView, where developers can inject runtime context and register JavaScript bridges for various handlers. This includes exit handling, common tasks, and support handoff, which allows for a more interactive user experience. The skill also provides guidelines on applying URL policies, ensuring that the app can manage navigation effectively while maintaining a smooth user interface.

The bundled documentation includes essential resources such as lifecycle concepts, JavaScript bridge examples, and a reference map for Android integration. These resources are crucial for developers looking to troubleshoot common issues and implement best practices. The hard guardrails outlined in the documentation help prevent common pitfalls, ensuring that handlers are initialized correctly and that legacy command handling is approached with caution.

This skill is ideal for Android developers who are looking to incorporate Zoom's Virtual Agent into their applications, providing a streamlined way to enhance customer support and engagement through automated interactions. By leveraging this skill, developers can create a more robust and user-friendly experience within their Android apps.

When to use it

Use this skill when developing Android applications that require integration with Zoom's Virtual Agent for enhanced customer support.

When not to use it

This skill may not be suitable for applications that do not require Zoom integration or for platforms other than Android.

What you can build with it

Customer Support Application

Integrate Zoom's Virtual Agent into a customer support app to automate responses and improve user engagement.

E-commerce Platform

Use the skill to embed Zoom's Virtual Agent in an e-commerce app, assisting users with inquiries and product information.

Event Management App

Enhance an event management application by integrating Zoom's Virtual Agent for real-time assistance and support.

How to install Zoom Virtual Agent for Android

View source

1. Install with the skills CLI

npx skills add anthropics/knowledge-work-plugins/android --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

Zoom Virtual Agent - Android

Official docs:

Quick Links

  1. concepts/webview-lifecycle.md
  2. examples/js-bridge-patterns.md
  3. references/android-reference-map.md
  4. troubleshooting/common-issues.md

Integration Model

  • Host campaign URL in Android WebView.
  • Inject runtime context (window.zoomCampaignSdkConfig).
  • Register JavaScript bridge for exitHandler, commonHandler, support_handoff.
  • Apply URL policy via shouldOverrideUrlLoading and optional multi-window callbacks.

Hard Guardrails

  • Initialize handlers before expecting JS callbacks.
  • Treat legacy openURL command handling as compatibility path only.
  • Prefer DOM links or window.open handling plus explicit native routing.

Chaining

Frequently asked questions about Zoom Virtual Agent for Android

Similar skills