Google OAuth クライアント設定の手順を案内する。「OAuth 設定」「Google 認証の準備」「クライアント ID 作成」「認証手順を教えて」「Google ログイン準備」「OAuth セットアップ」「認証設定したい」などで起動。
Provides step-by-step guidance for creating Google OAuth client credentials for desktop apps. Triggered when users ask about "OAuth setup", "Google authentication preparation", or "creating client ID" for accessing Google APIs.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsThis skill is limited to using the following tools:
Google OAuth クライアント(デスクトップアプリ)の作成手順を案内します。
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
claude-code-plugins)して「作成」メニュー → API とサービス → ライブラリ で以下を検索して有効化:
メニュー → Google Auth Platform → ブランディング
(「Google Auth Platform が設定されていません」と表示されたら「開始」をクリック)
アプリ情報
Claude Code Plugins)対象
連絡先情報
終了
テストユーザーを追加(重要)
左メニュー → クライアント
Claude Code)mkdir -p ~/.config/shiiman-google/clients
mv ~/Downloads/client_secret_*.json ~/.config/shiiman-google/clients/default.json
「Google ログインして」または「認証して」と言って認証を実行してください。
いいえ。セキュリティ上の理由で Google Cloud Console での手動作成が必須です。
個人の Google アカウントデータ(Gmail, Calendar 等)にアクセスするには OAuth が唯一の方法です。API キーやサービスアカウントでは個人データにアクセスできません。
いいえ。1 つの OAuth クライアントで複数の Google アカウント(異なるドメイン含む)に対応できます。--profile オプションでアカウントを切り替えられます。
default.json)には秘密情報が含まれています