← Back to all projects

skills

Google's own Agent Skills for Google Cloud, Ads and Analytics

OfficialApache-2.0
Stars
18.3k
Forks
1.4k
Open issues
32
Last commit
14 Aug 2026

Overview

Over a hundred skill directories of Google's own written guidance, installed selectively with `npx skills add google/skills`. The bulk sits under `skills/cloud` — GKE, BigQuery, Agent Platform, the six Well-Architected pillars — while `skills/ads` and `skills/analytics` cover the Google Ads API, the Mobile Ads and IMA SDKs and the two Google Analytics APIs. Depth is uneven: `skills/cloud/gke-*` accounts for twenty-nine directories on its own, Cloud Run and Firebase get one each, and the README labels the repository as under active development. A stack on neither Google Cloud nor Google's ads and analytics products gets nothing here, and app-side coverage stops at the Mobile Ads SDK — Android, Flutter, Dart, Genkit and ADK skills are separate repositories the README only links to.

What can you do with skills?

  • Install only the skills you wantnpx skills add google/skills lets you select which skill directories to install rather than dropping the whole catalogue into the agent; the README's Available Skills section, between its BEGIN SKILLS and END SKILLS markers, lists every one by product area with a link to its directory.
  • Register it as a harness pluginclaude plugin marketplace add google/skills then claude plugin install <plugin>@google-plugins installs bundles that pair skills with MCP servers; Codex uses codex plugin marketplace add google/skills and its /plugins browser, and Antigravity CLI takes agy plugin install https://github.com/google/skills/<plugin-path>.
  • Hand an agent the GKE materialThe skills/cloud/gke-* set covers cluster creation, ComputeClasses, the cluster autoscaler, multi-tenancy, networking, storage and upgrades, with failure modes split into their own skills such as gke-ai-troubleshooting-jobset-interruption and gke-ai-troubleshooting-tpu-vbar-oom.
  • Make it write the queriescloud-logging-query-generation produces Logging Query Language, cloud-monitoring-list-time-series-request assembles ListTimeSeries requests and cloud-monitoring-chart-generation builds charts, while bigquery-basics, spanner-basics, bigquery-bigframes and managed-airflow-dag-authoring cover the data side.
  • Work the Ads and Analytics APIsskills/ads holds thirteen skills — google-ads-api-quickstart, google-ads-api-account-diagnostics, google-ads-api-mcp-setup, data-manager-api-setup / -event-ingestion / -audience-ingestion, five Google Mobile Ads SDK skills including google-mobile-ads-android-migrate-to-next-gen, and ima-sdk-client-side / ima-dai-sdk for video — and skills/analytics adds google-analytics-admin-api-basics and google-analytics-data-api-basics, all of it outside the skills/cloud tree.

Documentation

Reproduced from the google/skills README, published under Apache-2.0. Read the original ↗

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.