Agent Skills
› anthropics/knowledge-work-plugins
› zoom-meeting-sdk-ios
zoom-meeting-sdk-ios
GitHub用于在iOS原生应用中嵌入Zoom会议功能。支持自定义UI、PKCE认证、ZAK主机启动及移动端生命周期管理,提供架构、接入模式及故障排查指南。
Trigger Scenarios
需要在iOS App中集成视频会议功能
处理Zoom iOS SDK的认证与生命周期
解决Zoom Meeting SDK相关的连接或兼容性问题
Install
npx skills add anthropics/knowledge-work-plugins --skill zoom-meeting-sdk-ios -g -y
SKILL.md
Frontmatter
{
"name": "zoom-meeting-sdk-ios",
"triggers": [
"meeting sdk ios",
"zoom ios sdk",
"mobilertc ios",
"ios default ui",
"ios custom ui",
"join meeting ios",
"start meeting ios"
],
"description": "Zoom Meeting SDK for iOS native apps. Use when embedding Zoom meetings in iOS with\ndefault\/custom UI, PKCE + SDK auth, host start with ZAK, and mobile lifecycle handling.\n",
"user-invocable": false
}
Zoom Meeting SDK (iOS)
Use this skill when building iOS apps with embedded Zoom meeting capabilities.
Start Here
- ios.md
- concepts/lifecycle-workflow.md
- concepts/architecture.md
- examples/join-start-pattern.md
- scenarios/high-level-scenarios.md
- references/ios-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/ios/
- API reference: https://marketplacefront.zoom.us/sdk/meeting/ios/annotated.html
- Broader guide: ../SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Version History
- 6f13415 Current 2026-07-05 18:32


