Agent Skills
› openai/plugins
› zoom-virtual-agent-ios
zoom-virtual-agent-ios
GitHub用于在iOS应用中通过WKWebView集成Zoom虚拟代理。支持Swift/Objective-C脚本注入、消息处理、支持交接及URL路由策略,涵盖生命周期管理与常见故障排除。
Trigger Scenarios
需要集成Zoom Virtual Agent到iOS应用
配置WKWebView与JS桥接通信
处理移动端URL路由和下载行为
Install
npx skills add openai/plugins --skill zoom-virtual-agent-ios -g -y
SKILL.md
Frontmatter
{
"name": "zoom-virtual-agent-ios",
"description": "Zoom Virtual Agent iOS integration via WKWebView. Use for Swift\/Objective-C script injection, message handlers, support_handoff relay, and URL routing policies."
}
Zoom Virtual Agent - iOS
Official docs:
Quick Links
- concepts/webview-lifecycle.md
- examples/js-bridge-patterns.md
- references/ios-reference-map.md
- troubleshooting/common-issues.md
Integration Model
- Load campaign URL in
WKWebView. - Inject
window.zoomCampaignSdkConfigusingWKUserScript. - Register message handlers for exit/common/handoff flows.
- Handle URL behavior in navigation delegates (
in-app,SFSafariViewController, or system browser).
Hard Guardrails
- Register scripts and handlers before web interaction.
- Handle iOS 14.5+ download behavior where needed.
- Keep deprecated
openURLcommand support as fallback only.
Chaining
- Product-level patterns: ../SKILL.md
- Contact Center mobile scope: ../../contact-center/ios/SKILL.md
Version History
- 11c74d6 Current 2026-07-19 09:55


