skills-sh:anthropics/knowledge-work-plugins/build-zoom-bot
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 a
This is a stored upstream skills.sh listing. ClawHub has not scanned or accepted this source.
- Source
- anthropics/knowledge-work-plugins
- Freshness
- Observed 1h ago
- Path
- partner-built/zoom-plugin/skills/build-zoom-bot
- Commit
- 9819607cbabff6518224bc412972a8b12f1628b0
Install
ClaimOpenClaw
openclaw skills install skills-sh:anthropics/knowledge-work-plugins/build-zoom-botClawHub
clawhub install skills-sh:anthropics/knowledge-work-plugins/build-zoom-botUpstream checks
Upstream checks are separate from ClawHub scanning.
Stored SKILL.md
SKILL.mdname: build-zoom-bot description: 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.
/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
