anthropics/knowledge-work-plugins1.3k installs
virtual-agent/android
Zoom Virtual Agent Android integration via WebView. Use for Java/Kotlin bridge callbacks, native URL handling, support_handoff relay, and lifecycle-safe embedding.
How do I install this agent skill?
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill build-zoom-virtual-agentIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides standard reference implementation patterns for Zoom Virtual Agent across web and mobile platforms. It includes guidance on secure integration practices like Content Security Policy (CSP) and proper credential handling.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 2 issues
- ZeroLeakswarn
Scan incomplete
What does this agent skill do?
Zoom Virtual Agent - Android
Official docs:
Quick Links
- concepts/webview-lifecycle.md
- examples/js-bridge-patterns.md
- references/android-reference-map.md
- 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
shouldOverrideUrlLoadingand optional multi-window callbacks.
Hard Guardrails
- Initialize handlers before expecting JS callbacks.
- Treat legacy
openURLcommand handling as compatibility path only. - Prefer DOM links or
window.openhandling plus explicit native routing.
Chaining
- Product-level patterns: ../SKILL.md
- Contact Center mobile scope: ../../contact-center/android/SKILL.md
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/anthropics/knowledge-work-plugins/build-zoom-virtual-agent">View virtual-agent/android on skillZs</a>