gcp-iam

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

gcp-iam

gcp-iam

Google Cloud Integration

Google Cloud集成

This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries.
bash
undefined
该skill将所有GCP资源配置与操作任务委托给官方Google Cloud Python客户端库。
bash
undefined

Core GCP client library

Core GCP client library

pip install google-cloud-python
pip install google-cloud-python

Vertex AI + Agent Engine (AI/ML workloads)

Vertex AI + Agent Engine (AI/ML workloads)

pip install google-cloud-aiplatform
pip install google-cloud-aiplatform

Specific service clients (install only what you need)

Specific service clients (install only what you need)

pip install google-cloud-bigquery # BigQuery pip install google-cloud-storage # Cloud Storage pip install google-cloud-pubsub # Pub/Sub pip install google-cloud-run # Cloud Run

**SDK Docs:** https://github.com/googleapis/google-cloud-python
**Vertex AI SDK:** https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-python-sdk

Use the Google Cloud Python SDK for all GCP provisioning and operational actions. This skill provides architecture guidance, cost modeling, and pre-flight requirements — the SDK handles execution.
pip install google-cloud-bigquery # BigQuery pip install google-cloud-storage # Cloud Storage pip install google-cloud-pubsub # Pub/Sub pip install google-cloud-run # Cloud Run

**SDK文档:** https://github.com/googleapis/google-cloud-python
**Vertex AI SDK:** https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-python-sdk

所有GCP资源配置和操作动作请使用Google Cloud Python SDK。本skill提供架构指导、成本建模和预检查要求——具体执行由SDK负责。

Architecture Guidance

架构指导

Consult this skill for:
  • GCP service selection and trade-off analysis
  • Cost estimation and optimization (committed use discounts, sustained use)
  • Pre-flight IAM / Workload Identity Federation requirements
  • IaC approach (Terraform AzureRM vs Deployment Manager vs Config Connector)
  • Integration patterns with Google Workspace and other GCP services
  • Vertex AI Agent Engine for multi-agent workflow design
可向本skill咨询以下内容:
  • GCP服务选型与权衡分析
  • 成本估算与优化(承诺使用折扣、持续使用折扣)
  • 预检查IAM / 工作负载身份联合要求
  • IaC方案(Terraform AzureRM vs Deployment Manager vs Config Connector)
  • 与Google Workspace及其他GCP服务的集成模式
  • 用于多agent工作流设计的Vertex AI Agent Engine

Agent & AI Capabilities

Agent与AI能力

CapabilityTool
LLM agentsVertex AI Agent Engine
Model servingVertex AI Model Garden
RAGVertex AI Search + Embeddings API
Multi-agentAgent Development Kit (google/adk-python)
MCPVertex AI Extensions (MCP-compatible)
能力工具
LLM agentsVertex AI Agent Engine
模型部署Vertex AI Model Garden
RAGVertex AI Search + Embeddings API
多agentAgent Development Kit (google/adk-python)
MCPVertex AI Extensions (MCP-compatible)

Reference

参考资料