Agent Skills
› composio-community/awesome-agent-clis
› Google Cloud CLI (gcloud)
Google Cloud CLI (gcloud)
GitHub用于通过终端管理 Google Cloud Platform (GCP) 资源,包括 Compute、Cloud Run、GKE、BigQuery 和 IAM。支持基础设施配置、应用部署及项目查询等任务。
触发场景
需要配置或管理 GCP 云资源时
向 Google Cloud Run 或 GKE 部署服务时
执行 BigQuery 数据查询时
管理 GCP 项目或 IAM 权限时
安装
npx skills add composio-community/awesome-agent-clis --skill Google Cloud CLI (gcloud) -g -y
SKILL.md
Frontmatter
{
"name": "Google Cloud CLI (gcloud)",
"description": "Manage GCP resources — Compute, Cloud Run, GKE, BigQuery, IAM, and more. Use when an agent needs to provision GCP infrastructure, deploy to Cloud Run, query BigQuery, or manage GCP projects."
}
Google Cloud CLI (gcloud)
Manage GCP resources from the terminal.
Installation
brew install google-cloud-sdk
gcloud init
gcloud auth login
Key Commands
gcloud compute instances list --format=json
gcloud run deploy SERVICE --image IMAGE --region REGION
gcloud functions deploy FUNCTION --runtime python311 --trigger-http
gcloud projects list --format=json
gcloud iam service-accounts list --format=json
gcloud config set project PROJECT_ID
Agent-Friendly Features
--format=jsonfor structured output- Service account auth for non-interactive use
--quietflag to suppress prompts--projectto target specific projects
版本历史
- 9f765d2 当前 2026-07-24 16:03


