zoom/zoom-plugin · Archived

start

Start here for any Zoom integration or app idea. Use when you need to choose the right Zoom surface, shape the architecture, or route into the correct implementation skill without reading the whole Zoom doc set first.

First seen May 11, 2026

Installation

$ npx skills add zoom/zoom-plugin --skill start

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zoom/zoom-plugin · top by installs.

npx skills add zoom/zoom-plugin

Browse all from zoom/zoom-plugin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 2
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,427 B
  • docs SUMMARY.md 230 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Start

Use this as the default entry skill for the plugin.

What This Skill Does

  • Classifies the request by job-to-be-done, not by product name alone
  • Routes into the right implementation skill
  • Pulls in product-specific Zoom references only after the route is clear
  • Prevents common early mistakes, especially Meeting SDK vs Video SDK and REST API vs MCP confusion

Routing Table

If the user wants to... Route to
Choose the right Zoom surface for a new project [plan-zoom-product](../plan-zoom-product/SKILL.md)
Create, select, or validate a Zoom Marketplace app or manifest [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md)
Set up OAuth, tokens, scopes, or app credentials [setup-zoom-oauth](../setup-zoom-oauth/SKILL.md)
Embed or customize a Zoom meeting flow [build-zoom-meeting-app](../build-zoom-meeting-app/SKILL.md)
Build a bot, recorder, or real-time meeting processor [build-zoom-bot](../build-zoom-bot/SKILL.md)
Use Zoom-hosted MCP for AI workflows [setup-zoom-mcp](../setup-zoom-mcp/SKILL.md)
Debug a broken integration [debug-zoom](../debug-zoom/SKILL.md)

Supporting Zoom References

Use these only after selecting the workflow:

  • [general](../general/SKILL.md)
  • [rest-api](../rest-api/SKILL.md)
  • [meeting-sdk](../meeting-sdk/SKILL.md)
  • [video-sdk](../video-sdk/SKILL.md)
  • [webhooks](../webhooks/SKILL.md)
  • [websockets](../websockets/SKILL.md)
  • [oauth](../oauth/SKILL.md)
  • [Marketplace app management](../rest-api/references/marketplace-apps.md)
  • [zoom-mcp](../zoom-mcp/SKILL.md)

Operating Rules

  1. Prefer one clear recommendation over a product catalog dump.
  2. Ask a short clarifier only when the route is genuinely ambiguous.
  3. Keep the first response architectural and actionable, then go deep.
  4. Pull in deeper references only when they directly help the current decision or implementation.
  5. When a requested integration needs a Marketplace app created, updated, or validated, chain

through [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md) before OAuth or product implementation, then resume the originating workflow.