zoom-meeting-sdk-ios
Zoom Meeting SDK for iOS native apps. Use when embedding Zoom meetings in iOS with default/custom UI, PKCE + SDK auth, host start with ZAK, and mobile lifecycle handling.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o zoom-meeting-sdk-ios.zip https://jpskill.com/download/22686.zip && unzip -o zoom-meeting-sdk-ios.zip && rm zoom-meeting-sdk-ios.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22686.zip -OutFile "$d\zoom-meeting-sdk-ios.zip"; Expand-Archive "$d\zoom-meeting-sdk-ios.zip" -DestinationPath $d -Force; ri "$d\zoom-meeting-sdk-ios.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
zoom-meeting-sdk-ios.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
zoom-meeting-sdk-iosフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 4
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] zoom-meeting-sdk-ios
Zoom Meeting SDK (iOS)
Zoomミーティング機能を組み込んだiOSアプリを構築する際に、このスキルを使用してください。
まずはこちらから
- 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
主要な情報源
- ドキュメント: https://developers.zoom.us/docs/meeting-sdk/ios/
- APIリファレンス: https://marketplacefront.zoom.us/sdk/meeting/ios/annotated.html
- より広範なガイド: ../SKILL.md
運用
- RUNBOOK.md - 5分間の事前確認とデバッグのチェックリストです。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
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.
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (1,414 bytes)
- 📎 references/environment-variables.md (813 bytes)
- 📎 references/ios-reference-map.md (712 bytes)
- 📎 references/versioning-and-compatibility.md (597 bytes)