Help us improve
Share bugs, ideas, or general feedback.
From shiiman-google
Google OAuth クライアント設定の手順を案内する。「OAuth 設定」「Google 認証の準備」「クライアント ID 作成」「認証手順を教えて」「Google ログイン準備」「OAuth セットアップ」「認証設定したい」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleHow this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-google:auth-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Google OAuth クライアント(デスクトップアプリ)の作成手順を案内します。
Guides Google Workspace CLI (gws) setup: installs via npm, creates GCP project, configures OAuth and APIs (Gmail/Drive/etc.), authenticates, installs Claude Code skills. For first-time use or auth troubleshooting.
Manages Google Workspace operations across Gmail, Drive, Calendar, Docs, Sheets, and more using MCP tools or uvx CLI. Routes to 114 tools for checking email, finding files, scheduling meetings.
Unified CLI for Google Workspace: manage Drive files, send/read Gmail, query/edit Sheets/Docs, handle Calendar/Chat/Admin via terminal or AI agents.
Share bugs, ideas, or general feedback.
Google OAuth クライアント(デスクトップアプリ)の作成手順を案内します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:auth-setup - Auth Setup
概要:
Google OAuth クライアント(デスクトップアプリ)の作成手順を案内します。
使用方法:
/shiiman-google:auth-setup [オプション]
オプション:
--help このヘルプを表示
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)には秘密情報が含まれています