Knowledge-work-plugins 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.

install
source · Clone the upstream repo
git clone https://github.com/anthropics/knowledge-work-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/anthropics/knowledge-work-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/partner-built/zoom-plugin/skills/start" ~/.claude/skills/anthropics-knowledge-work-plugins-start-4503d4 && rm -rf "$T"
manifest: partner-built/zoom-plugin/skills/start/SKILL.md
source content

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 projectplan-zoom-product
Set up OAuth, tokens, scopes, or app credentialssetup-zoom-oauth
Embed or customize a Zoom meeting flowbuild-zoom-meeting-app
Build a bot, recorder, or real-time meeting processorbuild-zoom-bot
Use Zoom-hosted MCP for AI workflowssetup-zoom-mcp
Debug a broken integrationdebug-zoom

Supporting Zoom References

Use these only after selecting the workflow:

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.