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.
How do I install this agent skill?
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill build-zoom-botIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a documentation-only resource providing guidance for building Zoom meeting bots. It does not contain executable code, external downloads, or sensitive data access, and follows safe practices for architectural guidance.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
/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
- Clarify whether the bot needs to join, observe, transcribe, summarize, or act.
- Route to Meeting SDK and RTMS as the core implementation path.
- Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.
- Call out environment and lifecycle constraints early.
Primary References
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/anthropics/knowledge-work-plugins/build-zoom-bot">View build-zoom-bot on skillZs</a>