Agent Skills
› anthropics/knowledge-work-plugins
› build-zoom-meeting-app
build-zoom-meeting-app
GitHub用于构建或嵌入 Zoom 会议体验,涵盖 Meeting SDK 选型、加入/认证流程设计、创建与生命周期管理,以及 Web 与原生平台的决策支持。
Trigger Scenarios
实现 Meeting SDK 加入功能
Web 或移动端会议嵌入开发
会议生命周期流程设计
决定使用 Meeting SDK 还是 Video SDK
Install
npx skills add anthropics/knowledge-work-plugins --skill build-zoom-meeting-app -g -y
SKILL.md
Frontmatter
{
"name": "build-zoom-meeting-app",
"description": "Build or embed a Zoom meeting flow. Use when implementing Meeting SDK joins, web or mobile meeting embeds, meeting lifecycle flows, or when deciding between Meeting SDK and Video SDK."
}
/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
- 6f13415 Current 2026-07-05 18:31


