Skip to main content
Generalopenai

zoom-general

Use when comparing products.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--general
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/general/SKILL.md -o .claude/skills/general.md

Drops the SKILL.md into .claude/skills/general.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Zoom General

Use this skill for cross-product platform context after the user’s goal is understood. For first-step routing, prefer start, plan-zoom-product, or plan-zoom-integration.

Workflow

  1. Classify the job by outcome: embed meetings, custom video, automate resources, consume events, process media, use meeting intelligence, or publish a Marketplace app.
  2. Choose the Zoom surface that owns the behavior: REST API, webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Phone, Contact Center, Virtual Agent, Scribe, Rivet, or Cobrowse.
  3. Confirm auth and scope model before implementation; Zoom surfaces differ on user-level OAuth, account-level OAuth, and SDK signatures.
  4. Route to the narrow skill once the surface is chosen rather than keeping broad guidance in context.
  5. Use the preserved guide only when a task crosses product boundaries or needs detailed comparison tables.

References