# Agent Skills [![Install via skills.sh](https://img.shields.io/badge/skills.sh-install-green)](https://skills.sh/google/skills) This repository contains [Agent Skills](https://agentskills.io/home) for Google products and technologies, including [Google Cloud](https://cloud.google.com). > [!NOTE] > This repository is under active development. ## Installation ```bash npx skills add google/skills ``` From the `npx install` command, you can select the specific skills from this repo to install. ## Available Skills - [**Gemini API on Agent Platform**](./skills/cloud/gemini-api) - [**Gemini Interactions API on Agent Platform**](./skills/cloud/gemini-api) - [**Managed Agents API on Agent Platform**](./skills/cloud/gemini-agents-api) - [**Skill Registry API on Agent Platform**](./skills/cloud/agent-platform-skill-registry) - [**AlloyDB Basics**](./skills/cloud/alloydb-basics) - [**BigQuery Basics**](./skills/cloud/bigquery-basics) - [**Cloud Run Basics**](./skills/cloud/cloud-run-basics) - [**Cloud SQL Basics**](./skills/cloud/cloud-sql-basics) - [**Firebase Basics**](./skills/cloud/firebase-basics) - [**Kubernetes Engine (GKE) Basics**](./skills/cloud/gke-basics) - [**Workload Manager Basics**](./skills/cloud/workload-manager-basics) - [**Recipe: Onboarding to Google Cloud**](./skills/cloud/google-cloud-recipe-onboarding) - [**Recipe: Authenticating to Google Cloud**](./skills/cloud/google-cloud-recipe-auth) - [**Recipe: Google Cloud Network Observability**](./skills/cloud/google-cloud-networking-observability) - **Google Cloud Well-Architected Framework**: - [Security](./skills/cloud/google-cloud-waf-security) - [Reliability](./skills/cloud/google-cloud-waf-reliability) - [Cost optimization](./skills/cloud/google-cloud-waf-cost-optimization) - [Operational excellence](./skills/cloud/google-cloud-waf-operational-excellence) - [Performance optimization](./skills/cloud/google-cloud-waf-performance-optimization) - [Sustainability](./skills/cloud/google-cloud-waf-sustainability) ## Additional Google skills - [**Flutter Skills**](https://github.com/flutter/skills) - [**Dart Skills**](https://github.com/dart-lang/skills) ## 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](https://github.com/google/skills/issues). ## Contributing We welcome contributions to improve our skills. You can help by: * [Reporting bugs or inaccuracies](https://github.com/google/skills/issues) in the skill Markdown files. * Suggesting new skills to add to this repository (for example, Google technologies or recipes) by filing a feature request. ## License You are free to copy, modify, and distribute these skills under the terms of the Apache 2.0 license. See the `LICENSE` file for details.