gcp-iam

SkillCloud & infra

Manages identity and access control for Google Cloud resources using IAM policies and roles.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the gcp-iam skill

What this skill tells your AI

The instructions your AI receives, as published by kilo-org/kilo-marketplace in skills/gcp-iam/SKILL.md and read by ahel’s review.

Google Cloud Integration

This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries.

# Core GCP client library
pip install google-cloud-python

# Vertex AI + Agent Engine (AI/ML workloads)
pip install google-cloud-aiplatform

# 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.

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

Agent & AI Capabilities

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)

Reference

Signals

GitHub stars
175
Forks
159
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
gcp-iam
Source
github.com/kilo-org/kilo-marketplace