Agent Skills
› openai/plugins
› build-zoom-meeting-app
build-zoom-meeting-app
GitHub用于构建Zoom会议嵌入体验及生命周期管理。涵盖SDK选型、加入/认证规划、创建流程设计及平台适配。通过确认用户需求路由至Meeting SDK,仅在必要时引入REST API或Webhooks,避免误用Video SDK或过度集成资源管理API。
Trigger Scenarios
需要嵌入Zoom会议功能
实现会议生命周期管理
设计会议加入与认证流程
选择Zoom Meeting SDK与其他SDK的边界
Install
npx skills add openai/plugins --skill build-zoom-meeting-app -g -y
SKILL.md
Frontmatter
{
"name": "build-zoom-meeting-app",
"description": "Use when embedding meetings."
}
/build-zoom-meeting-app
Use this skill for embedded meeting experiences and meeting lifecycle implementation.
Covers
- Meeting SDK selection and platform routing
- Join/auth implementation planning
- Meeting creation plus join flow design
- Web vs native platform considerations
- Meeting SDK vs Video SDK boundary decisions
Workflow
- Confirm whether the user wants a Zoom meeting or a custom video session.
- Route to Meeting SDK if the user needs actual Zoom meetings.
- Pull in the relevant platform references.
- Add REST API only for meeting creation, resource management, or reporting.
- Add webhooks or RTMS only when the use case explicitly needs them.
Primary References
Common Mistakes
- Using Video SDK for normal Zoom meeting embeds
- Mixing resource-management APIs into the core join flow without reason
- Skipping platform-specific SDK constraints until too late
Version History
- 11c74d6 Current 2026-07-19 09:53


