From shiiman-google
Google OAuth 認証を実行する。「Google ログイン」「認証して」「ログインして」「Google 認証」「アカウント追加」などで起動。
How this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-google:auth-loginThis 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 認証を実行してトークンを取得・保存します。
Google OAuth 認証を実行してトークンを取得・保存します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:auth-login - Auth Login
概要:
Google OAuth 認証を実行してトークンを取得・保存します。
使用方法:
/shiiman-google:auth-login [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_auth.py login
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_auth.py login --profile work
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_auth.py login --profile personal
~/.config/shiiman-google/clients/default.json に配置されていること~/.config/shiiman-google/tokens/{profile}.jsonnpx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleGuides through Google OAuth setup, token refresh, and API calls for Gmail, Sheets, Drive, Calendar, and Docs. Useful for 401 errors or expired tokens.
Adds Google OAuth login to an existing project with NextAuth. Guides through Google Cloud Console setup and configures environment variables automatically.
Operates Google Workspace from the command line via gog/gogcli: Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Apps Script, Chat, Classroom, Contacts, Tasks, People, Groups, Admin, Keep, and more. Includes auth, configuration, scripting, and agent-safe automation patterns.