virtual-agent/web

作者: anthropic

Zoom Virtual Agent SDK 用于网页嵌入,支持通过活动或入口ID启动聊天、事件驱动控制、用户上下文更新以及符合CSP安全策略的部署。

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

Zoom Virtual Agent SDK - Web

Official docs:

Quick Links

  1. concepts/lifecycle-and-events.md
  2. examples/campaign-and-entry-patterns.md
  3. references/web-reference-map.md
  4. troubleshooting/common-issues.md

Hard Guardrails

  • Gate calls behind readiness (zoomCampaignSdk:ready or waitForReady()).
  • Do not call show/hide/open/close before SDK initialization.
  • Keep CSP and script host policy validated before debugging business logic.
  • Prefer campaign embed over entry ID when minimizing user friction is a priority.

Chaining

来自 anthropic 的更多技能