← プロジェクト一覧に戻る

skills

Google Cloud・広告・アナリティクスを対象としたGoogle公式のAgent Skills集

公式Apache-2.0
スター
18.3k
フォーク
1.4k
オープンIssue
32
最終コミット
2026年8月14日

概要

Googleが自ら書いた運用知識を100件超のskillディレクトリに収めたリポジトリで、`npx skills add google/skills`から必要なものだけを選んで導入します。中心は`skills/cloud`で、GKEやBigQuery、Agent Platform、Well-Architected Frameworkの6つの柱までを扱い、`skills/ads`と`skills/analytics`にはGoogle Ads API、Google Mobile Ads SDK、IMA SDK、Google Analyticsの2種類のAPI向けのskillが並びます。厚みは一様ではなく、`skills/cloud/gke-*`だけで29件を占める一方、Cloud RunとFirebaseは各1件にとどまり、README自身がactive developmentの段階だと断っています。Google Cloudも広告・アナリティクス製品も使わない構成には得るものがなく、アプリ開発側の守備範囲もGoogle Mobile Ads SDKまでで、Android・Flutter・Dart・Genkit・ADKのskillはREADMEがリンクを張るだけの別リポジトリにあります。

skillsで何ができますか?

  • 必要なskillだけを入れるnpx skills add google/skillsは導入するskillディレクトリを選ばせる形式なので、全件をエージェントに抱え込ませずに済みます。収録一覧はREADMEのAvailable Skillsセクション(BEGIN SKILLSEND SKILLSのマーカーの間)に製品分野ごとに並び、各ディレクトリへのリンクが張られています。
  • harnessのプラグインとして登録するClaude Codeではclaude plugin marketplace add google/skillsのあとにclaude plugin install <plugin>@google-pluginsで、skillとMCPサーバーを束ねたプラグインを導入できます。Codexはcodex plugin marketplace add google/skills/pluginsブラウザ、Antigravity CLIはagy plugin install https://github.com/google/skills/<plugin-path>です。
  • GKEの運用知識をまとめて渡すskills/cloud/gke-*はクラスタ作成、ComputeClasses、cluster autoscaler、マルチテナンシー、ネットワーク、ストレージ、アップグレードを網羅し、障害対応はgke-ai-troubleshooting-jobset-interruptiongke-ai-troubleshooting-tpu-vbar-oomのように事象ごとの独立したskillになっています。
  • クエリの生成を任せるcloud-logging-query-generationはLogging Query Languageを、cloud-monitoring-list-time-series-requestはListTimeSeriesのリクエストを組み立て、cloud-monitoring-chart-generationはチャートを生成します。データ側はbigquery-basicsspanner-basicsbigquery-bigframesmanaged-airflow-dag-authoringが受け持ちます。
  • 広告・アナリティクスのAPIを扱わせるskills/adsには13件(google-ads-api-quickstartgoogle-ads-api-account-diagnosticsgoogle-ads-api-mcp-setupdata-manager-api-setup-event-ingestion-audience-ingestiongoogle-mobile-ads-android-migrate-to-next-genを含むGoogle Mobile Ads SDKの5件、動画広告向けのima-sdk-client-sideima-dai-sdk)が、skills/analyticsにはgoogle-analytics-admin-api-basicsgoogle-analytics-data-api-basicsが置かれ、いずれもskills/cloudの外にあります。

ドキュメント

google/skills のREADMEより転載(Apache-2.0)。 原文を読む ↗

Agent Skills

This repository contains Agent Skills for Google products and technologies, including Google Cloud.

[!NOTE] This repository is under active development.

Installation

npx skills add google/skills

From the npx install command, you can select the specific skills from this repo to install.

Available Skills

Additional Google skills

Plugins

This repo also bundles Google product plugins (Skills + MCP servers) for agent harnesses.

Agent harnessInstall
Claude Codeclaude plugin marketplace add google/skills, then claude plugin install <plugin>@google-plugins
Codexcodex plugin marketplace add google/skills, then install from the /plugins browser
Antigravity CLIagy plugin install https://github.com/google/skills/<plugin-path>

Support

If you need help or encounter issues with these skills, search for existing issues or open a new one in the GitHub Issue Tracker.