build-zoom-bot
작성자: anthropic
줌 미팅 봇, 녹음기 또는 실시간 미디어 워크플로우를 구축합니다. 프로그래밍 방식으로 미팅에 참여하거나, 라이브 미디어나 대본을 처리하거나, 결합할 때 사용하세요.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill 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
- 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