zoom-general

Classify complex Zoom integration queries and route them to specialized skills.

7|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zoom/zoom-plugin --skill zoom-general
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-general
Source: https://github.com/zoom/zoom-plugin/tree/main/skills/general
Command: npx skills add https://github.com/zoom/zoom-plugin --skill zoom-general

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Classifies complex Zoom integration questions and orchestrates them into minimal, proven skill chains by routing to specialized capabilities like zoom-oauth, zoom-rest-api, zoom-meeting-sdk, zoom-video-sdk, zoom-webhooks, zoom-websockets, zoom-rtms, and zoom-mcp, enabling consistent handoffs across products and workflows.

Core Features & Use Cases

  • Acts as a centralized classifier and orchestrator that maps user intents to the correct set of specialized skills.
  • Handles multi-surface routing scenarios including authentication, deterministic API automation, embedded meeting UI, custom video sessions, event delivery, and real-time media flows.
  • Generates executable handoff contracts and guardrails to ensure predictable downstream execution and minimal clarifications.
  • Provides routing heuristics and patterns for end-to-end scenarios such as provisioning meetings, subscribing to webhooks, and token management.

Quick Start

Provide a complex Zoom integration query and let the General skill classify and hand off to the appropriate specialized skills.

Frequently Asked Questions about zoom-general

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route complex Zoom integration queries across multiple APIs?

To route complex Zoom integration queries, a centralized classifier analyzes the request and delegates to specialized skills. It maps user intents across OAuth, REST API, SDKs, webhooks, and RTMS into a minimal, unambiguous skill chain.

What is the best way to orchestrate Zoom OAuth and REST API automation together?

Orchestrating Zoom OAuth and REST API automation requires generating an explicit handoff contract between services. A routing skill classifies the intent and produces guardrails to ensure predictable downstream execution across authentication and deterministic API tasks.

When do I need to use the Zoom Meeting SDK versus the Video SDK for embedded sessions?

You need the Zoom Meeting SDK for embedded meeting UI automation and the Video SDK for custom video sessions. A routing classifier distinguishes between these contexts to delegate queries to the correct specialized skill for your specific use case.

Does Zoom webhook event delivery work with real-time media streaming workflows?

Zoom webhook event delivery works alongside real-time media streaming workflows by applying routing heuristics. The orchestrator separates event delivery and RTMS contexts, mapping each to a distinct skill chain to handle both asynchronous and real-time data.

How do I manage downstream execution handoffs for multi-surface Zoom provisioning?

Managing downstream execution handoffs for multi-surface Zoom provisioning involves creating an explicit handoff contract. The routing skill generates guardrails and a proven skill chain to ensure consistent handoffs with minimal clarifications needed.

Can I use a single entry point to handle Zoom MCP, websockets, and RTMS contexts?

You can use a single entry point to handle Zoom MCP, websockets, and RTMS contexts. The general routing skill classifies the complex integration query and delegates to the appropriate specialized skill for each specific protocol.