zoom-cobrowse-sdk

zoom-cobrowse-sdk is a skill for Claude Code from zoom/skills. It costs 43 tokens per session (8,294 once invoked), scanned B, a copy of zoom-cobrowse-sdk, MIT.

A JavaScript software development kit for letting support agents and customers view and interact with the same web page in real time. It includes privacy masking, annotations, remote assistance, and PIN-based session sharing.

In plain words
What is it for?
Use it to add collaborative browsing to a web application, set up customer and agent sessions, authenticate users, and implement annotations, masking, and remote-assistance flows.
Why use it?
It helps support teams investigate or guide users through problems without relying only on written explanations. Privacy controls help hide selected customer information during a shared session.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is [Marketplace app management](../rest-api/references/marketplace-apps.md) for app creation,.

Part of the zoom-skills plugin — 42 skills, 7 MCP servers shipped together

Good fit Use it to add collaborative browsing to a web application, set up customer and agent sessions, authenticate users, and implement annotations, masking, and remote-assistance flows.

Compare 6 skills from other repositories ↓
View source ↗ zoom/skills
About the project

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.

zoom/skills · 73 stars · on GitHub

Install

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.

Clone the repo
git clone --depth 1 https://github.com/zoom/skills
agentmods
npx agentmods add skills/zoom/skills/cobrowse-sdk

Made for: Claude Code.

Or install zoom-skills, the plugin that ships this one along with the rest of its 42 skills, 7 MCP servers.

Wrote 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.

agentmods badge for zoom-cobrowse-sdk

README.md
[![agentmods](https://agentmods.dev/badge/skills/zoom/skills/cobrowse-sdk.svg)](https://agentmods.dev/skills/zoom/skills/cobrowse-sdk)
Your own site
<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>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,294 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash 2609015dfd47, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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",
Origin

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.

skills/cobrowse-sdk/SKILL.md · 905 lines

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

New to Cobrowse SDK? Follow this path:

  1. Get Started Guide - Complete setup from credentials to first session
  2. Session Lifecycle - Understanding customer and agent flows
  3. JWT Authentication - Token generation and security
  4. Customer Integration - Integrate SDK into your website
  5. Agent Integration - Set up agent portal (iframe or npm)

Core Concepts:

Features:

Read the full file on GitHub · 905 lines

Changes

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.

  1. 8d ago First seen · 905 lines · 43 tokens per session scan B 2609015dfd47

Subscribe to this mod's changes

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.

Related

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.

trpc/trpc · 67 tokens

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.

CopilotKit/CopilotKit · 48 tokens

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.

TanStack/table · 42 tokens

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.

TencentCloudBase/CloudBase-AI-Toolkit · 38 tokens

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…

forcedotcom/sf-skills · 173 tokens

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ł".

open-mercato/open-mercato · 73 tokens