
skills
Google's own Agent Skills for Google Cloud, Ads and Analytics
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 want —
npx skills add google/skillslets you select which skill directories to install rather than dropping the whole catalogue into the agent; the README's Available Skills section, between itsBEGIN SKILLSandEND SKILLSmarkers, lists every one by product area with a link to its directory. - Register it as a harness plugin —
claude plugin marketplace add google/skillsthenclaude plugin install <plugin>@google-pluginsinstalls bundles that pair skills with MCP servers; Codex usescodex plugin marketplace add google/skillsand its/pluginsbrowser, and Antigravity CLI takesagy plugin install https://github.com/google/skills/<plugin-path>. - Hand an agent the GKE material — The
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 asgke-ai-troubleshooting-jobset-interruptionandgke-ai-troubleshooting-tpu-vbar-oom. - Make it write the queries —
cloud-logging-query-generationproduces Logging Query Language,cloud-monitoring-list-time-series-requestassembles ListTimeSeries requests andcloud-monitoring-chart-generationbuilds charts, whilebigquery-basics,spanner-basics,bigquery-bigframesandmanaged-airflow-dag-authoringcover the data side. - Work the Ads and Analytics APIs —
skills/adsholds 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 includinggoogle-mobile-ads-android-migrate-to-next-gen, andima-sdk-client-side/ima-dai-sdkfor video — andskills/analyticsaddsgoogle-analytics-admin-api-basicsandgoogle-analytics-data-api-basics, all of it outside theskills/cloudtree.
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
- Getting started with Google Cloud
- Multi-product solution skills
- Google Cloud solution-architecture workflow
- Agentic analytics across cloud providers and data types
- Borderless open data lakehouse agentic AI system
- Build and deploy AI agents on Google Cloud
- Data science workflow with AI agents solution
- Live bidirectional multimodal streaming agentic AI solution
- Migrate AI Workloads to GKE Inference
- RAG for enterprise search using GKE and AlloyDB
- Secure n-tier serverless web application with strict private application tiers
- AI/ML
- Agent Platform Alert Configuration
- Agent Platform Endpoint Management
- Agent Platform Eval Flywheel Skill
- Agent Platform GenAI Inference Skill
- Agent Platform Model Garden Deploy Skill
- Agent Platform Model Registry Management
- Agent Platform Model Tuning
- Agent Platform Prompt Management
- Agent Platform RAG Engine Management
- Agent Platform Troubleshooting
- Agent Platform Tuning Management
- BigQuery AI & ML
- Gemini API in Agent Platform
- Gemini Enterprise Agent Platform - Managed Agents API Skill
- Gemini Interactions API Skill
- LiveAPI Service Skill
- Migrating from Gemini API in AI Studio to Agent Platform
- Skill Registry
- Infrastructure
- Custom Infrastructure Design and Deployment Skill
- Deployment Troubleshooting Skill
- GKE AI/ML Inference
- GKE App Onboarding
- GKE Backup & Disaster Recovery
- GKE Basics & Critical Gotchas
- GKE Batch & HPC Workloads
- GKE Cluster Autoscaler
- GKE Cluster Creation
- GKE ComputeClasses
- GKE Golden Path Configuration
- GKE JobSet Interruption Troubleshooting
- GKE Manifest Generation Skill
- GKE Multi-Tenancy
- GKE Networking
- GKE Productionize Skill
- GKE Reliability
- GKE Service Networking Skill
- GKE Storage
- GKE TPU Dynamic Slices Monitoring & Management
- GKE Upgrades & Maintenance
- GKE Workload Scaling
- GKE Workload Troubleshooting Skill
- Google Cloud Filestore Autoscale
- Google Cloud global external Application Load Balancer Configuration Skill
- Google Cloud Networking Observability Expert
- Google Cloud Storage Basics
- Simplified GCP Modular Terraform Architect Skill
- Databases and analytics
- Developer tools
- Management tools
- Cloud Monitoring Chart Generation Skill (
cloud-monitoring-chart-generation) - Cloud Monitoring ListTimeSeries Request Generator
- Configuring Cloud Logging
- Configuring Cross-Project Logging
- Generate Logging Query Language queries
- GKE Cost Analysis
- GKE Cost Optimization
- GKE Observability
- GKE TPU Metrics Monitoring Guide
- Handle Disruption on GPUs and TPUs Troubleshooting
- Metric Selection (Service Query & Local Keyword Filtering)
- SLO Alert Configuration Setup Wizard
- TPU Connection Failure and VBAR OOM Troubleshooting
- Workload Manager Basics
- Cloud Monitoring Chart Generation Skill (
- Well-Architected Framework
- Google Cloud Well-Architected Framework skill for the Cost Optimization pillar
- Google Cloud Well-Architected Framework skill for the Operational Excellence pillar
- Google Cloud Well-Architected Framework skill for the Performance Optimization pillar
- Google Cloud Well-Architected Framework skill for the Reliability pillar
- Google Cloud Well-Architected Framework skill for the Security pillar
- Google Cloud Well-Architected Framework skill for the Sustainability pillar
- Security and identity
- Web and app hosting
- Advertising
- AI Migration Agent Instructions for the Google Mobile Ads SDK
- Data Manager API Audience Ingestion
- Data Manager API Event Ingestion
- Data Manager API Setup
- Google Ads API Account Performance Diagnostics Skill
- Google Ads API MCP Server Installation
- Google Ads API Quickstart
- Google Mobile Ads SDK - Banner Ads
- Google Mobile Ads SDK - Install
- Google Mobile Ads SDK - Interstitial Ads
- Google Mobile Ads SDK - Rewarded Ads
- IMA DAI SDK
- IMA SDK client-side
- Others
Additional Google skills
- Advanced Google Cloud Storage Skills
- Agent Development Kit (ADK) Skills
- Android Skills
- Dart Skills
- Firestore Skills
- Flutter Skills
- Genkit Skills
Plugins
This repo also bundles Google product plugins (Skills + MCP servers) for agent harnesses.
| Agent harness | Install |
|---|---|
| Claude Code | claude plugin marketplace add google/skills, then claude plugin install <plugin>@google-plugins |
| Codex | codex plugin marketplace add google/skills, then install from the /plugins browser |
| Antigravity CLI | agy 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.