Skip to content
Documentation
Skill

/gcp-auth

Google Cloud Platform (GCP) の Application Default Credentials 認証を実行するスキル。 「GCP認証して」「Google Cloud認証」「gcloud login」等のリクエストで発動。 BigQuery や Cloud Storage 等の GCP サービス利用前の認証手順をガイド。

From plugin
ai-agent-camp
345193 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --skill gcp-auth --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/gcp-auth

Context preview

The summary Claude sees to decide when to auto-load this skill.

Google Cloud Platform (GCP) の Application Default Credentials 認証を実行するスキル。 「GCP認証して」「Google Cloud認証」「gcloud login」等のリクエストで発動。 BigQuery や Cloud Storage 等の GCP サービス利用前の認証手順をガイド。

SKILL.md

gcp-auth.SKILL.md
name: gcp-auth
description: "Google Cloud Platform (GCP) の Application Default Credentials 認証を実行するスキル。 「GCP認証して」「Google Cloud認証」「gcloud login」等のリクエストで発動。 BigQuery や Cloud Storage 等の GCP サービス利用前の認証手順をガイド。"
triggers:
  - gcp-auth
  - GCP認証
  - Google Cloud認証
  - gcloud login
  - サービスアカウント
  - ADC認証

トリガーワード

「GCP認証」「Google Cloud認証」「gcloud login」「サービスアカウント」

GCP Authentication

Google Cloud の Application Default Credentials (ADC) 認証を実行するスキルです。

Workflow

1. ユーザーが「GCP認証して」「BigQuery使いたい」等と言う 2. 認証コマンドをターミナルで実行するよう案内 3. ブラウザでGoogleアカウント認証 4. 認証完了を確認

Usage

認証コマンド(ターミナルで直接実行)

gcloud auth application-default login

**注意**: このコマンドはブラウザでの認証が必要なため、ターミナルで直接実行してください。

認証フロー

1. **コマンド実行** → ブラウザが自動的に開く 2. **Googleアカウント選択** → 使用するアカウントを選択 3. **権限許可** → 「Google Auth Library にアクセスを許可」で「許可」をクリック 4. **完了確認** → ターミナルに「Credentials saved to file」と表示

トラブルシューティング

| エラー | 対処法 | |--------|--------| | Reauthentication is needed | 認証期限切れ。再度 `gcloud auth application-default login` を実行 | | GOOGLE_APPLICATION_CREDENTIALS 警告 | `.env` から該当行を削除するか、ADC を使用 | | Project not set | `gcloud config set project PROJECT_ID` でプロジェクト設定 |

認証状態の確認

# トークンが表示されれば認証済み
gcloud auth application-default print-access-token

# 現在のプロジェクト確認
gcloud config get-value project

Requirements

  • Google Cloud SDK (`gcloud`) がインストール済み
  • ブラウザでGoogleアカウントにログイン可能
Ships withai-agent-camp

AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your

Get the whole plugin

Other skills on ai-agent-camp.