zoom-meeting-sdk-windows

zoom-meeting-sdk-windows is a skill for Claude Code from anthropics/knowledge-work-plugins. It costs 59 tokens per session (10,604 once invoked), scanned A, original, Apache-2.0.

A reference guide for using Zoom Meeting SDK in native C++ Windows desktop applications. The SDK lets an application embed Zoom meetings and process meeting features.

In plain words
What is it for?
Use it to build meeting applications or headless bots, configure authentication, render video, and troubleshoot builds and deployment.
Why use it?
It helps avoid common integration problems such as incorrect Windows message-loop handling, missing callbacks, and custom video-rendering mistakes.

Skill for Claude Code ✓ vendor

Written for Claude Code: user-invocable in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Need help with authentication?** See the **[zoom-oauth](../../oauth/SKILL.md)** skill for JWT token generation..

Part of the zoom-plugin plugin — 43 skills shipped together

Good fit Use it to build meeting applications or headless bots, configure authentication, render…

Compare 6 skills from other repositories ↓
About the project

Knowledge Work Plugins is an open-source collection of Claude extensions organized around roles such as productivity, sales, and customer support. Each plugin combines role-specific guidance, connectors, commands, and sub-agents so knowledge workers can use Claude with their team’s tools and processes. The catalogue entries are examples of, or workflows from, this plugin collection.

anthropics/knowledge-work-plugins · 23,902 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/anthropics/knowledge-work-plugins
agentmods
npx agentmods add skills/anthropics/knowledge-work-plugins/windows

Made for: Claude Code.

Or install zoom-plugin, the plugin that ships this one along with the rest of its 43 skills.

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-meeting-sdk-windows

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthropics/knowledge-work-plugins/windows.svg)](https://agentmods.dev/skills/anthropics/knowledge-work-plugins/windows)
Your own site
<a href="https://agentmods.dev/skills/anthropics/knowledge-work-plugins/windows"><img src="https://agentmods.dev/badge/skills/anthropics/knowledge-work-plugins/windows.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,604 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.00059 $0.10604
Opus 5 $0.00030 $0.05302
Sonnet 5 $0.00012 $0.02121
Haiku 4.5 $0.00006 $0.01060

Measured 2d ago against content hash f6828cca393e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

zoom-meeting-sdk-windows scanned grade A 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

.\vcpkg install curl:x64-windows
Origin

Copies of this mod

2 near-identical copies found in the catalogue:

partner-built/zoom-plugin/skills/meeting-sdk/windows/SKILL.md · 1,194 lines

How it starts

The opening of the file, as written. The whole thing — 1,194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Zoom Meeting SDK (Windows)

Embed Zoom meeting capabilities into Windows desktop applications for native C++ integrations and headless bots.

New to Zoom SDK? Start Here!

The fastest way to master the SDK:

  1. SDK Architecture Pattern - Learn the universal pattern that works for ALL 35+ features
  2. Authentication Pattern - Get a working bot joining meetings
  3. Windows Message Loop - Fix the #1 reason callbacks don't fire

Building a Custom UI?

Having issues?

Prerequisites

  • Zoom app with Meeting SDK credentials (Client ID & Secret)
  • Visual Studio 2019/2022 or later
  • Windows 10 or later
  • C++ development environment
  • vcpkg for dependency management

Need help with authentication? See the zoom-oauth skill for JWT token generation.

Project Preferences & Learnings

IMPORTANT: These are hard-won preferences from real project experience. Follow these when creating new projects.

Read the full file on GitHub · 1,194 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. 2d ago First seen · 1,194 lines · 59 tokens per session scan A f6828cca393e

Subscribe to this mod's changes

zoom-meeting-sdk-windows is a skill published in the GitHub repository anthropics/knowledge-work-plugins (23,902 stars, last pushed yesterday), licensed Apache-2.0. It adds 59 tokens to every session and 10,604 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

backend-development

Guidelines for backend development in C++ and Elixir/Phoenix, covering modern language features, best practices, and production-ready patterns.

Mindrally/skills · 31 tokens

clipper1

Use when maintaining legacy code that depends on Clipper 1.x API for polygon clipping and offsetting. Clipper1: the original widely-deployed polygon boolean library. Prefer Clipper2 for new projects.

znlgis/opengis-skills · 46 tokens

boost-asio-pro

Use when building asynchronous networking applications with Boost.Asio or standalone Asio — TCP/UDP servers and clients, SSL/TLS streams, async I/O via C++20 coroutines OR pre-C++20 callbacks/stackful coroutines, timers, strand-based concurrency, or composing async operations. Use when code involves iocontext…

alexprivalov/boost-asio-skill · 103 tokens

drogon-gen-lambda-handler

A code generator for Drogon lambda-based HTTP routes. A route maps a web address and HTTP method, such as GET or POST, to code that handles the request.

voidvec/drogon-claude-plugin · 39 tokens

drogon-gen-plugin

A code generator for Drogon plugins, which initialize and manage application-wide resources during the program's lifetime. Examples include connection pools and third-party software libraries.

voidvec/drogon-claude-plugin · 35 tokens

drogon-create-controller

A code-generation skill for creating Drogon controllers, which are C++ components that receive and handle web requests. It can create header and source files for HTTP, REST-style, simple HTTP, and WebSocket controllers.

voidvec/drogon-claude-plugin · 35 tokens