TL;DR
A collection of predefined skills (functions) that allow agents to easily call Google Cloud and product APIs.
Key features
Provides agent skills for major Google services such as Gemini API, BigQuery, Cloud Run, and Firebase
Easy installation and selective skill addition via npx skills add google/skills command
Each skill is defined as a Markdown file, making modification and extension easy
When to use it
When rapidly prototyping AI agents that utilize Google Cloud services
When implementing features where an agent needs to call specific Google APIs (e.g., Gemini, BigQuery)
When developing agents that integrate multiple Google services with a standardized skill interface