Skip to main content
Generalopenai

plan-zoom-integration

Use when planning Zoom integrations.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--plan-zoom-integration
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/plan-zoom-integration/SKILL.md -o .claude/skills/plan-zoom-integration.md

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

/plan-zoom-integration

For local plugin installation and app mapping details, see README.md.

Create a practical build plan for a Zoom integration or app.

Usage

/plan-zoom-integration $ARGUMENTS

Workflow

  1. Capture the target user flow and success criteria.
  2. Choose the correct Zoom surface and supporting services.
  3. Define auth requirements, scopes, and account assumptions.
  4. Break implementation into phases: prototype, core integration, reliability, and launch.
  5. Call out hard risks early: OAuth setup, webhook verification, SDK environment limits, or marketplace review.
  6. End with the smallest deliverable that proves the architecture.

Output

  • Architecture summary
  • Zoom products and APIs required
  • Auth and scope checklist
  • Delivery phases
  • Risks, open questions, and immediate next action

Related Skills