# Build Zoom Bot

> Use when building bots.

- Skill: `stanfish06/build-zoom-bot` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add stanfish06/build-zoom-bot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stanfish06/build-zoom-bot/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: stanfish06 (https://skillmd.com/u/stanfish06)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/stanfish06/build-zoom-bot

---


# /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. Route to Meeting SDK and RTMS as the core implementation path.
3. Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.
4. Call out environment and lifecycle constraints early.

## Primary References

- [meeting-sdk](../build-zoom-meeting-sdk-app/SKILL.md)
- [rtms](../zoom-rtms/SKILL.md)
- [scribe](../scribe/SKILL.md)
- [rest-api](../build-zoom-rest-api-app/SKILL.md)
- [webhooks](../setup-zoom-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

