• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Work

setup-zoom-oauth

プラグイン
Zoom
ソース
GitHub で見る ↗
説明

Zoomの認証(データアクセスの本人確認機能)を正しく実装します。 **次のような場合に使用:** - アプリケーションの認証情報をセットアップする - OAuth(他サービスの認証情報を利用する仕組み)の付与方式を選択する - 必要な操作権限の範囲を指定する - トークン(アクセス権限の証)の更新に対応する - 認証の失敗をデバッグ(問題を調査・修正)する

原文を表示

Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.

ユースケース
  • アプリケーションの認証情報をセットアップする
  • OAuth付与方式を選択する
  • 必要な操作権限の範囲を指定する
  • トークンの更新に対応する
  • 認証の失敗をデバッグする
本文

/setup-zoom-oauth

Use this skill when auth is the blocker or when auth choices will shape the entire integration.

Scope

  • App type selection
  • OAuth grant selection
  • Scope planning
  • Token exchange and refresh
  • Auth debugging and environment assumptions

Workflow

  1. Determine the app model and who is authorizing whom.
  2. Choose the correct grant flow.
  3. Identify minimum scopes for the user flow.
  4. Define token storage and refresh behavior.
  5. Route into the deepest relevant reference docs only after the above is clear.

Primary References

  • oauth
  • general
  • rest-api

Common Mistakes

  • Picking a grant before clarifying the actor and tenant model
  • Asking for broad scopes before confirming the exact workflow
  • Forgetting refresh-token behavior and token lifecycle handling
  • Reusing an old refresh token after a successful refresh instead of storing the newly returned one
  • Treating auth failures as API failures without checking app configuration first

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。