virtual-agent/web
द्वारा anthropic
ज़ूम वर्चुअल एजेंट SDK वेब एम्बेड के लिए। कैम्पेन या एंट्री आईडी चैट लॉन्च, इवेंट-संचालित नियंत्रण, उपयोगकर्ता संदर्भ अपडेट और CSP-सुरक्षित तैनाती के लिए उपयोग करें।
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill virtual-agent/webZoom Virtual Agent SDK - Web
Official docs:
- https://developers.zoom.us/docs/virtual-agent/web/
- https://developers.zoom.us/docs/virtual-agent/web/reference/
Quick Links
- concepts/lifecycle-and-events.md
- examples/campaign-and-entry-patterns.md
- references/web-reference-map.md
- troubleshooting/common-issues.md
Hard Guardrails
- Gate calls behind readiness (
zoomCampaignSdk:readyorwaitForReady()). - Do not call
show/hide/open/closebefore 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
- Product-level architecture and drift checks: ../SKILL.md
- Contact Center web context: ../../contact-center/web/SKILL.md
- OAuth or REST for backend workflows: ../../oauth/SKILL.md, ../../rest-api/SKILL.md