Agent Skills
› openai/plugins
› zoom-apps-sdk
zoom-apps-sdk
GitHub适用于在 Zoom 客户端内运行的应用开发。涵盖运行环境确认、Marketplace 配置、SDK 初始化、前后端通信设计及高级功能实现,并提供常见问题调试指南。
Trigger Scenarios
需要在 Zoom 客户端内部集成应用功能
使用 Zoom Apps SDK 进行开发
处理 Zoom 客户端内的 OAuth 认证和上下文适配
Install
npx skills add openai/plugins --skill zoom-apps-sdk -g -y
SKILL.md
Frontmatter
{
"name": "zoom-apps-sdk",
"description": "Use when using Apps SDK."
}
Zoom Apps SDK
Use this skill when the app runs inside the Zoom client. If the user only needs to embed a meeting in an external app, route to Meeting SDK instead.
Workflow
- Confirm the running context: meeting, webinar, main client, phone, collaborate mode, immersive mode, camera mode, or Layers API.
- Configure Marketplace app settings, allowed domains, redirect URIs, and in-client OAuth before implementing SDK calls.
- Initialize
zoomSdkand gate features by capability and running context. - Design client communication and data flow: frontend SDK calls, backend REST calls, in-client OAuth tokens, and webhook handoff.
- Implement advanced client features only after the base app loads reliably: Layers API, breakout rooms, guest mode, collaborate mode, or ZMail.
- Debug blank panels, domain allowlist issues, CSP, missing capabilities, running-context mismatch, and OAuth redirect problems independently.
References
- Full preserved guide: references/full-guide.md
- Architecture: concepts/architecture.md
- Running contexts: concepts/running-contexts.md
- Meeting SDK versus Zoom Apps: concepts/meeting-sdk-vs-zoom-apps.md
- Layers API: references/layers-api.md
- In-client OAuth: examples/in-client-oauth.md
- Common issues: troubleshooting/common-issues.md
Version History
- 11c74d6 Current 2026-07-19 09:55


