Agent Skills
› anthropics/knowledge-work-plugins
› build-zoom-meeting-app
build-zoom-meeting-app
GitHub指导构建或嵌入Zoom会议体验,涵盖SDK选型、加入流程设计及Web与原生平台适配。用于实现Meeting SDK集成、会议生命周期管理及决策Meeting与Video SDK边界。
Trigger Scenarios
需要嵌入Zoom会议功能
选择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


