Agent Skills
› openai/plugins
› zoom-cobrowse-sdk
zoom-cobrowse-sdk
GitHub适用于明确使用 Zoom Cobrowse 浏览器共浏览场景的开发技能。涵盖角色模型确认、鉴权与初始化、隐私控制设计、基础生命周期实现及高级功能扩展,并提供调试指引。
Trigger Scenarios
用户明确选择使用 Zoom Cobrowse 进行浏览器共浏览
需要集成 Zoom Cobrowse SDK 实现客户与代理的实时屏幕共享
Install
npx skills add openai/plugins --skill zoom-cobrowse-sdk -g -y
SKILL.md
Frontmatter
{
"name": "zoom-cobrowse-sdk",
"description": "Use when using Cobrowse."
}
Zoom Cobrowse SDK
Use this skill after the support workflow is clearly a browser co-browsing experience. If the user is still choosing between Zoom Contact Center, Virtual Agent, Video SDK, or Cobrowse, route through start or plan-zoom-product first.
Workflow
- Confirm the role model: customer page, agent console, session initiation, and how the PIN or link is handed off.
- Check auth and session setup before UI work: tokens, allowed origins, environment variables, and SDK loading.
- Design privacy controls early: masking rules, blocked elements, remote-assist permission boundaries, and audit requirements.
- Implement the minimal lifecycle first: initialize, start or join, subscribe to events, reconnect, and end.
- Add advanced capabilities only after the base session is stable: annotations, multi-tab persistence, custom PINs, and remote assist.
- When debugging, isolate browser support, CORS/CSP, token generation, third-party cookie behavior, and SDK event errors.
References
- Full preserved guide: references/full-guide.md
- API reference: references/api-reference.md
- Session lifecycle: concepts/session-lifecycle.md
- Privacy masking: examples/privacy-masking.md
- Remote assist: examples/remote-assist.md
- Common issues: troubleshooting/common-issues.md
Version History
- 11c74d6 Current 2026-07-19 09:53


