plan-zoom-integration
Turn a Zoom integration idea into an implementation plan with architecture, auth, and delivery milestones. Use when you need a practical build plan, phased delivery sequence, risk list, and next-step recommendation.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o plan-zoom-integration.zip https://jpskill.com/download/22697.zip && unzip -o plan-zoom-integration.zip && rm plan-zoom-integration.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22697.zip -OutFile "$d\plan-zoom-integration.zip"; Expand-Archive "$d\plan-zoom-integration.zip" -DestinationPath $d -Force; ri "$d\plan-zoom-integration.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
plan-zoom-integration.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
plan-zoom-integrationフォルダができる - 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
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
/plan-zoom-integration
見慣れないプレースホルダーがある場合や、どのツールが接続されているかを確認する必要がある場合は、CONNECTORS.md を参照してください。
Zoom連携またはアプリの実用的な構築計画を作成します。
使用法
/plan-zoom-integration $ARGUMENTS
ワークフロー
- ターゲットとなるユーザーフローと成功基準を把握します。
- 適切な Zoom サーフェスとサポートサービスを選択します。
- 認証要件、スコープ、およびアカウントの前提条件を定義します。
- 実装をプロトタイプ、コア統合、信頼性、ローンチのフェーズに分割します。
- OAuth セットアップ、Webhook 検証、SDK 環境の制限、マーケットプレイスレビュー、MCP クライアントの制約など、困難なリスクを早期に指摘します。
- アーキテクチャを証明する最小限の成果物で終了します。
出力
- アーキテクチャの概要
- 必要な Zoom 製品と API
- 認証とスコープのチェックリスト
- 開発フェーズ
- リスク、未解決の質問、および直ちに行うべき次のアクション
関連スキル
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
/plan-zoom-integration
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Create a practical build plan for a Zoom integration or app.
Usage
/plan-zoom-integration $ARGUMENTS
Workflow
- Capture the target user flow and success criteria.
- Choose the correct Zoom surface and supporting services.
- Define auth requirements, scopes, and account assumptions.
- Break implementation into phases: prototype, core integration, reliability, and launch.
- Call out hard risks early: OAuth setup, webhook verification, SDK environment limits, marketplace review, or MCP client constraints.
- End with the smallest deliverable that proves the architecture.
Output
- Architecture summary
- Zoom products and APIs required
- Auth and scope checklist
- Delivery phases
- Risks, open questions, and immediate next action