Knowledge-work-plugins zoom-meeting-sdk-ios
install
source · Clone the upstream repo
git clone https://github.com/anthropics/knowledge-work-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/anthropics/knowledge-work-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/partner-built/zoom-plugin/skills/meeting-sdk/ios" ~/.claude/skills/anthropics-knowledge-work-plugins-zoom-meeting-sdk-ios && rm -rf "$T"
manifest:
partner-built/zoom-plugin/skills/meeting-sdk/ios/SKILL.mdsource content
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.