Agent Skills
› anthropics/knowledge-work-plugins
› build-zoom-bot
build-zoom-bot
GitHub用于构建Zoom会议机器人、录制工具或实时媒体工作流。涵盖加入策略、音视频处理、后端编排及事件流设计,指导开发者结合SDK与RTMS实现自动化会议交互。
Trigger Scenarios
需要编写程序自动加入Zoom会议
开发会议录音或实时转录功能
构建基于Zoom Meeting SDK的实时媒体处理应用
设计会议相关的后端服务与Webhook集成
Install
npx skills add anthropics/knowledge-work-plugins --skill build-zoom-bot -g -y
SKILL.md
Frontmatter
{
"name": "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
Version History
- 6f13415 Current 2026-07-05 18:31


