virtual-agent/ios

作者: anthropic

通过 WKWebView 实现 Zoom Virtual Agent iOS 集成,用于 Swift/Objective-C 脚本注入、消息处理、support_handoff 中继以及 URL 路由策略。

npx skills add https://github.com/anthropics/knowledge-work-plugins --skill virtual-agent/ios

Zoom Virtual Agent - iOS

Official docs:

Quick Links

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

Integration Model

  • Load campaign URL in WKWebView.
  • Inject window.zoomCampaignSdkConfig using WKUserScript.
  • 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 openURL command support as fallback only.

Chaining

来自 anthropic 的更多技能