zoom/zoom-plugin · Archived

plan-zoom-integration

Turn a Zoom integration idea into an implementation plan with architecture, auth, and delivery milestones. Use when you need a practical build plan, phased delivery sequence, risk list, and next-step recommendation.

First seen May 11, 2026

Installation

$ npx skills add zoom/zoom-plugin --skill plan-zoom-integration

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

Also listed on

Alternate registries and mirrors of this skill.

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 1,888 B
  • docs SUMMARY.md 244 B

History

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

SKILL.md

/plan-zoom-integration

If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.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. Select the Marketplace app model and template, including ownership, scopes, products, events, callback URLs, and post-create setup. If the user asks to execute the plan, chain through [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md) before OAuth or product implementation.
  4. Define auth requirements, token lifecycle, and account assumptions.
  5. Break implementation into phases: app registration, prototype, core integration, reliability, and launch.
  6. Call out hard risks early: manifest drift, master-scope access, OAuth setup, webhook verification, SDK environment limits, marketplace review, or MCP client constraints.
  7. 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

  • [start](../start/SKILL.md)
  • [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md)
  • [setup-zoom-oauth](../setup-zoom-oauth/SKILL.md)
  • [build-zoom-meeting-app](../build-zoom-meeting-app/SKILL.md)
  • [build-zoom-bot](../build-zoom-bot/SKILL.md)