Agent Skills
› openai/plugins
› build-zoom-bot
build-zoom-bot
GitHub用于构建Zoom机器人,涵盖加入会议、媒体捕获及实时数据响应。提供架构设计、SDK集成、后端编排及存储流程指导,并指出常见设计误区。
触发场景
需要开发Zoom会议机器人
实现会议加入或媒体录制功能
处理实时转录或会话数据
安装
npx skills add openai/plugins --skill build-zoom-bot -g -y
SKILL.md
Frontmatter
{
"name": "build-zoom-bot",
"description": "Use when building bots."
}
/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
版本历史
- 11c74d6 当前 2026-07-19 09:53


