zoom/zoom-plugin · Archived

build-zoom-bot

Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining Meeting SDK, RTMS, and backend services.

First seen May 11, 2026

Installation

$ npx skills add zoom/zoom-plugin --skill build-zoom-bot

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,448 B
  • docs SUMMARY.md 222 B

History

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

SKILL.md

/build-zoom-bot

Use this skill for automation that joins meetings, captures media, or reacts to live session data.

Covers

  • Bot architecture
  • Meeting join strategy
  • Real-time media and transcript handling
  • Backend orchestration
  • Storage, post-processing, and event flow design

Workflow

  1. Clarify whether the bot needs to join, observe, transcribe, summarize, or act.
  2. Select the Marketplace app model for Meeting SDK, Meeting/Webinar RTMS, or Contact Center Voice RTMS before implementation.
  3. Route to Meeting SDK and RTMS as the core implementation path.
  4. Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.
  5. Call out environment and lifecycle constraints early.

Primary References

  • [meeting-sdk](../meeting-sdk/SKILL.md)
  • [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md)
  • [rtms](../rtms/SKILL.md)
  • [scribe](../scribe/SKILL.md)
  • [rest-api](../rest-api/SKILL.md)
  • [webhooks](../webhooks/SKILL.md)

Common Mistakes

  • Treating batch transcription and live media as the same workflow
  • Designing the bot before defining join authority and auth model
  • Forgetting post-meeting storage and retry behavior