google/skills
Summary
A GitHub repository providing a collection of Agent Skills for Google Cloud and Gemini API, installable via npx, to help AI agents interact with Google technologies.
View Cached Full Text
Cached at: 06/08/26, 03:15 PM
google/skills
Source: https://github.com/google/skills
Agent Skills
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
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
- Gemini API on Agent Platform
- Gemini Interactions API on Agent Platform
- Managed Agents API on Agent Platform
- Skill Registry API on Agent Platform
- AlloyDB Basics
- BigQuery Basics
- Cloud Run Basics
- Cloud SQL Basics
- Firebase Basics
- Kubernetes Engine (GKE) Basics
- Recipe: Onboarding to Google Cloud
- Recipe: Authenticating to Google Cloud
- Recipe: Google Cloud Network Observability
- Google Cloud Well-Architected Framework:
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.
Contributing
We welcome contributions to improve our skills. You can help by:
- Reporting bugs or inaccuracies 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.
Similar Articles
@_philschmid: Install Skill: ``` npx skills add google-gemini/gemini-skills --skill gemini-interactions-api ``` Prompt your agent: "/…
Google released a library of skills for the Gemini API that improves agent accuracy in generating correct API code, with evaluations showing 87% accuracy with Gemini 3 Flash and 96% with Gemini 3.1 Pro.
Not an agent but Google release skill set about google products
Google released a set of skills for its AI tools to turn agents into experts in Google products, available in the skills/cloud folder on GitHub.
google/agents-cli
Google released `agents-cli`, a CLI tool and skill set for building, deploying, and managing enterprise-grade agents on the Gemini Enterprise Agent Platform, designed to integrate with popular coding assistants like Claude Code and Codex.
@Gorden_Sun: Google open-sourced agents-cli, which is not an Agent itself but rather a skill pack that allows local Agents to build and debug cloud Agents on Google Cloud services. This is development documentation for the new era: directly releasing a set of Skills for Agents to use, since the code is also written by Agents. Github: http…
Google open-sourced agents-cli, a CLI and skill pack that enables coding agents to build and deploy enterprise-grade agents on Google Cloud's Gemini Enterprise Agent Platform.
@KengGuangLong: Google Gemini team lead Addy Osmani just open-sourced a project called Agent Skills; it rocketed to 18k+ GitHub stars in no time. In short, it turns the battle-tested workflows and dev standards veteran engineers rely on into a standardized skill library that AI can plug into…
Google Gemini lead Addy Osmani open-sources Agent Skills, packaging veteran-engineer know-how into an AI-ready skill library and hitting 18k+ GitHub stars overnight.