# Google Agent Skills

> An open-source collection of Agent Skills for Google products and technologies, including Google Cloud, installable via npx for use with AI agent platforms.

Google Agent Skills is an open-source repository maintained by Google that provides pre-built skills for AI agents interacting with Google products and Google Cloud services. Published under the Apache 2.0 license, the repository is under active development and installable with a single `npx` command. It connects to the broader Agent Skills ecosystem at agentskills.io.

## What It Is

Agent Skills are structured, reusable capability definitions that AI agents can invoke to interact with specific platforms or APIs. This repository packages skills for Google Cloud services — such as BigQuery, Cloud Run, Firebase, AlloyDB, Cloud SQL, and Kubernetes Engine — as well as Gemini API integrations and Google Cloud Well-Architected Framework guidance. The skills are authored in Markdown and distributed as a versioned package that developers can selectively install into their agent environments.

## Available Skills and Coverage

The repository ships skills across several categories:

- **Gemini API on Agent Platform** — including Gemini Interactions API and Managed Agents API
- **Skill Registry API on Agent Platform**
- **Google Cloud service basics** — AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE
- **Recipes** — Onboarding to Google Cloud, Authenticating to Google Cloud, Network Observability
- **Google Cloud Well-Architected Framework** — six pillars: Security, Reliability, Cost Optimization, Operational Excellence, Performance Optimization, and Sustainability

## Installation and Setup Path

Installation requires Node.js and uses the `npx` package runner:

```
npx skills add google/skills
```

After running the command, developers can interactively select which specific skills to install from the repository. The badge on the README also links to the skills.sh registry at `skills.sh/google/skills` for discovery.

## Repository Activity and Current Status

The GitHub repository was created in March 2026 and last pushed in June 2026, with the README explicitly noting it is "under active development." The project has accumulated over 12,000 stars and nearly 1,000 forks on GitHub according to the repository metadata. Issues and contributions are tracked via the GitHub Issue Tracker, and the project welcomes community contributions including bug reports and feature requests for new skills.

## Where It Fits in the Stack

This repository sits at the intersection of agent frameworks and cloud infrastructure tooling. It is designed for developers building AI agents that need to interact with Google Cloud APIs and services, providing a standardized skill interface rather than requiring custom integration code for each service. The skills format is defined by the Agent Skills platform (agentskills.io), and this Google-maintained repository serves as the official source of Google-specific skills within that ecosystem.

## Features
- Pre-built agent skills for Google Cloud services
- Gemini API and Managed Agents API skills
- BigQuery, Cloud Run, Firebase, AlloyDB, Cloud SQL, GKE basics
- Google Cloud Well-Architected Framework skills (6 pillars)
- Google Cloud onboarding and authentication recipes
- Network observability recipe
- Skill Registry API on Agent Platform
- Installable via npx
- Selective skill installation
- Apache 2.0 open-source license
- Community contributions welcome

## Integrations
Google Cloud, Gemini API, BigQuery, Cloud Run, Firebase, AlloyDB, Cloud SQL, Kubernetes Engine (GKE), Agent Platform, skills.sh registry, agentskills.io

## Platforms
CLI, API, DEVELOPER_SDK

## Pricing
Open Source

## Version
main

## Links
- Website: https://github.com/google/skills
- Documentation: https://agentskills.io/home
- Repository: https://github.com/google/skills
- EveryDev.ai: https://www.everydev.ai/tools/google-agent-skills
