Agent Skills
› anthropics/knowledge-work-plugins
› zoom-meeting-sdk-macos
zoom-meeting-sdk-macos
GitHub提供 macOS 原生应用集成 Zoom Meeting SDK 的指导,涵盖嵌入会议、自定义 UI、PKCE 认证及主机/加入流程。包含架构概念、生命周期工作流、示例场景及故障排查手册,助力开发者实现桌面端视频会议功能。
Trigger Scenarios
在 macOS 应用中嵌入 Zoom 会议功能
处理 Zoom SDK 的认证与会话管理
解决 Zoom 会议集成的技术问题
Install
npx skills add anthropics/knowledge-work-plugins --skill zoom-meeting-sdk-macos -g -y
SKILL.md
Frontmatter
{
"name": "zoom-meeting-sdk-macos",
"triggers": [
"meeting sdk macos",
"zoom macos sdk",
"mac sdk meeting",
"mac custom ui",
"mac default ui",
"join meeting mac",
"start meeting mac"
],
"description": "Zoom Meeting SDK for macOS native apps. Use when embedding Zoom meetings in macOS with\ndefault\/custom UI, PKCE + SDK auth, host start\/join flows, and desktop meeting feature controllers.\n",
"user-invocable": false
}
Zoom Meeting SDK (macOS)
Use this skill when building macOS apps with embedded Zoom meeting capabilities.
Start Here
- macos.md
- concepts/lifecycle-workflow.md
- concepts/architecture.md
- examples/join-start-pattern.md
- scenarios/high-level-scenarios.md
- references/macos-reference-map.md
- references/environment-variables.md
- references/versioning-and-compatibility.md
- troubleshooting/common-issues.md
Key Sources
- Docs: https://developers.zoom.us/docs/meeting-sdk/macos/
- API reference: https://marketplacefront.zoom.us/sdk/meeting/macos/annotated.html
- Broader guide: ../SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Version History
- 6f13415 Current 2026-07-05 18:32


