
google/skills 是 Google 官方维护的 Agent Skills 仓库,目标是把 Google 产品和技术的使用经验打包成可安装的 skills,让 AI 代理在处理相关任务时有更稳定的上下文和流程。
README 里写得很直接:这个仓库包含面向 Google products and technologies 的 Agent Skills,包括 Google Cloud。安装方式是 npx skills add google/skills,然后从安装命令里选择需要的具体 skills。
当前可用 skills 包括 Gemini API in Agent Platform、AlloyDB Basics、BigQuery Basics、Cloud Run Basics、Cloud SQL Basics、Firebase Basics、GKE Basics,以及 Google Cloud onboarding、auth、network observability 和 Well-Architected Framework 里的 Security、Reliability、Cost Optimization 等 recipe。
对正在用 AI Agent 做云开发、文档查询、部署排障或架构评审的人来说,这类官方 skill 仓库很有参考价值:它把散落在文档里的最佳实践,变成代理可以主动调用的任务知识。
传送门
https://github.com/google/skills
原创文章,如若转载,请注明出处:https://wefound.cc/p/2185.html