zoom-meeting-sdk-unreal

zoom-meeting-sdk-unreal is a skill for Claude Code, Codex from zoom/zoom-plugin. It costs 41 tokens per session (362 once invoked), scanned A, a copy of zoom-meeting-sdk-unreal, MIT.

Guidance for connecting Zoom meetings to Unreal Engine projects. Unreal Engine is a tool for building interactive 3D applications, and the guide covers both C++ and visual Blueprint code.

In plain words
What is it for?
Use it when adding meeting joining, lifecycle handling, or Zoom SDK wrappers to an Unreal application.
Why use it?
It gives developers a structured way to map Zoom's meeting features into an Unreal project and troubleshoot common integration issues.

Skill for Claude CodeCodex

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

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/zoom/zoom-plugin/unreal
Any agent
npx skills add zoom/zoom-plugin --skill unreal
Clone the repo
git clone --depth 1 https://github.com/zoom/zoom-plugin

Made for: Claude Code, Codex.

Or install zoom-plugin, the plugin that ships this one along with the rest of its 47 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-meeting-sdk-unreal

README.md
[![agentmods](https://agentmods.dev/badge/skills/zoom/zoom-plugin/unreal.svg)](https://agentmods.dev/skills/zoom/zoom-plugin/unreal)
Your own site
<a href="https://agentmods.dev/skills/zoom/zoom-plugin/unreal"><img src="https://agentmods.dev/badge/skills/zoom/zoom-plugin/unreal.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 92% 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 $0.00041 $0.00362
Opus 5 $0.00020 $0.00181
Sonnet 5 $0.00008 $0.00072
Haiku 4.5 $0.00004 $0.00036

Measured 4d ago against content hash 8cdd1182f8af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

zoom-meeting-sdk-unreal scanned grade A with 0 findings 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to zoom-meeting-sdk-unreal — 3 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.

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. 4d ago First seen · 40 lines · 41 tokens per session scan A 8cdd1182f8af

Subscribe to this mod's changes

zoom-meeting-sdk-unreal is a skill published in the GitHub repository zoom/zoom-plugin (7 stars, last pushed 27d ago), licensed MIT. It adds 41 tokens to every session and 362 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to zoom-meeting-sdk-unreal, differing in 3 lines, and is treated as a copy.

Related

Other skills, from other repositories

decomp-tu-slicing

Find which classes shared an original .cpp translation unit in sm64ds-decomp, so a C++ conversion PR ships the right set of classes together instead of splitting a file the ROM says is one. Use before slicing a per-class migration PR, when deciding whether two classes belong in one header, when eligible.py rejects a…

tangosdev/sm64ds-decomp · 120 tokens

decomp-cpp-class-form

Choose the C++ source form that makes mwccarm 2004/b56 emit what the SM64DS ROM actually contains - destructor variant order (D1/D0/D2), vtable and RTTI anchoring, constructor inlining, struct copies, bool widening, and virtual-vs-direct calls. Use when converting a shadow struct into a real C++ class, when D0/D1 are…

tangosdev/sm64ds-decomp · 135 tokens

unreal-live-coding

Trigger Live Coding compilation via UCP. Use when the user asks to recompile C++ code, trigger live coding, hot reload C++ changes, or check compilation status in Unreal Engine.

Italink/UnrealClientProtocol · 44 tokens

ue-mcp-native-cpp

Use when writing or modifying native C++ UCLASSes in an Unreal project via ue-mcp. Covers createcppclass → writecppfile → livecodingcompile loop, when to use build vs Live Coding, and the addmoduledependency workflow. Pulls in any time the user asks to write a new native class, add a UPROPERTY, or implement a…

db-lyon/ue-mcp · 83 tokens

orklev2-dwi

Answer questions about orkid's DrawingInterface (DWI), 2D/3D quad rendering, line drawing, fullscreen quads, tiled quads, screen-space rendering helpers, and Python DWI bindings. Use when the user asks about 2D drawing, quad rendering, or screen-space primitives.

tweakoz/orkid · 68 tokens

unreal-thirdparty

Expert guide for integrating third-party C/C++ libraries into Unreal Engine 5.x projects and plugins. Covers static linking, dynamic linking (DLL/SO/dylib), Build.cs configuration, ModuleType.External, delay loading, runtime dependency staging, wrapping patterns, cross-platform considerations (Windows/macOS/Linux)…

maystudios/claude-skills · 176 tokens