zoom/skills is a collection of guidance for building applications and integrations with Zoom SDKs, APIs, and MCP servers across web, mobile, desktop, and server environments. Developers use it when working with the Zoom Developer Platform, and the catalogue entries provide skills, MCP servers, rules, and plugins for coding agents.
Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/zoom/skillsnpx agentmods add skills/zoom/skills/cobrowse-sdkWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zoom/skills/cobrowse-sdk)<a href="https://agentmods.dev/skills/zoom/skills/cobrowse-sdk"><img src="https://agentmods.dev/badge/skills/zoom/skills/cobrowse-sdk.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.08294 |
| Opus 5 | $0.00022 | $0.04147 |
| Sonnet 5 | $0.00009 | $0.01659 |
| Haiku 4.5 | $0.00004 | $0.00829 |
Grade B, and why
zoom-cobrowse-sdk scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
const response = await fetch("https://YOUR_TOKEN_SERVICE_BASE_URL", { method: "POST", This is a copy
98% identical to zoom-cobrowse-sdk — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 905 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Zoom Cobrowse SDK - Web Development
Expert guidance for implementing collaborative browsing with the Zoom Cobrowse SDK. This SDK enables support agents to view and interact with a customer's browser session in real-time, with privacy controls and annotation tools.
Current public changelog release: 3.6.0 (June 29, 2026; verified 2026-07-10).
The current 3.x line adds multi-agent remote-assist control, keyboard-accessible annotations,
broader masking for image/SVG/iframe/canvas/text/background content, customer-only multi-tab
transfer, annotation snap-to-element, and improved synchronization/latency. Pin and test an exact
version before using a floating minor selector.
Official Documentation: https://developers.zoom.us/docs/cobrowse-sdk/
API Reference: https://marketplacefront.zoom.us/sdk/cobrowse/
Quickstart Repository: https://github.com/zoom/CobrowseSDK-Quickstart
Auth Endpoint Sample: https://github.com/zoom/cobrowsesdk-auth-endpoint-sample
Quick Links
New to Cobrowse SDK? Follow this path:
- Get Started Guide - Complete setup from credentials to first session
- Session Lifecycle - Understanding customer and agent flows
- JWT Authentication - Token generation and security
- Customer Integration - Integrate SDK into your website
- Agent Integration - Set up agent portal (iframe or npm)
Core Concepts:
- Two Roles Pattern - Customer vs Agent architecture
- Session Lifecycle - PIN generation, connection, reconnection
- JWT Authentication - SDK Key vs API Key, role_type, claims
- Distribution Methods - CDN vs npm (BYOP)
Features:
- Annotation Tools - Drawing, highlighting, pointer tools
- Privacy Masking - Hide sensitive fields from agents
- Remote Assist - Agent can scroll customer's page
- Multi-Tab Persistence - Session continues across tabs
- BYOP Mode - Bring Your Own PIN with npm integration
What ships with it
32 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- concepts/distribution-methods.md 348 B
- concepts/jwt-authentication.md 362 B
- concepts/session-lifecycle.md 360 B
- concepts/two-roles-pattern.md 1.4 KB
- examples/agent-integration.md 217 B
- examples/annotations.md 454 B
- examples/auto-reconnection.md 213 B
- examples/byop-custom-pin.md 223 B
- examples/customer-integration.md 222 B
- examples/multi-tab-persistence.md 228 B
- examples/privacy-masking.md 500 B
- examples/remote-assist.md 231 B
- examples/session-events.md 220 B
- get-started.md 15 KB
- references/api-official.md 1.6 KB
- references/api-reference.md 117 B
- references/api.md 74 B
- references/authorization-official.md 2.0 KB
- references/authorization.md 104 B
- references/environment-variables.md 778 B
- references/error-codes.md 190 B
- references/features-official.md 1.9 KB
- references/features.md 89 B
- references/get-started-official.md 2.0 KB
- references/get-started.md 98 B
- references/session-events.md 150 B
- references/settings-reference.md 193 B
- RUNBOOK.md 2.7 KB
- troubleshooting/browser-compatibility.md 227 B
- troubleshooting/common-issues.md 2.5 KB
- troubleshooting/cors-csp.md 283 B
- troubleshooting/error-codes.md 216 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 905 lines · 43 tokens per session scan B 2609015dfd47
zoom-cobrowse-sdk is a skill published in the GitHub repository zoom/skills (73 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 8,294 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). It is 98% identical to zoom-cobrowse-sdk, differing in 18 lines, and is treated as a copy.
Other skills, from other repositories
nextjs-pages-router
Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.
copilotkit-upgrade
Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.
with-tanstack-query
Compose Angular Query with signal-owned Table filtering, sorting, and pagination state using reactive query options, manual row-model boundaries, direct query data, server counts, and valid injection context.
auth-web-cloudbase
CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.
service-digital-engagement-channel-configure
Configures and deploys enhanced chat Messaging Channels for Messaging for In-App and Web (MIAW). Use when the user needs to create, deploy, and activate a messaging channel configured with Omni-Channel Flow, Omni-Channel Queue, User, or Agentforce Service Agent routing. Generates MessagingChannel metadata, deploys it…
om-system-extension
Extend installed Open Mercato modules through UMES enrichers, interceptors, mutation guards, widgets, menus, entity extensions, events, component/page replacements, and overrides. Use for "extend core", "add field/column/action", "hide page", "intercept API", "UMES", or "rozszerz moduł".