gcp-iam

Manage GCP IAM service accounts, roles, keys, and policies via gcloud.

10|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/kubony/openclaw-gcp-setup --skill gcp-iam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-iam
Source: https://github.com/kubony/openclaw-gcp-setup/tree/main/.claude/skills/gcp-iam
Command: npx skills add https://github.com/kubony/openclaw-gcp-setup --skill gcp-iam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables streamlined management of GCP IAM service accounts and their permissions, reducing manual effort and the risk of misconfigurations.

Core Features & Use Cases

  • Service account lifecycle management: list, create, update, and delete service accounts across projects.
  • Role binding and policy management: assign and audit roles for service accounts at project or resource level.
  • Key management: generate and rotate JSON keys for service accounts, with best practices.

Quick Start

Use the gcp-iam skill to list service accounts in the current project: /gcp-iam

Frequently Asked Questions about gcp-iam

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GCP IAM service account creation and role binding?

Automate GCP IAM service account creation and role binding by using this skill to manage project-scoped role bindings, key creation, and policy updates across cloud workloads via the Google Cloud SDK.

What is the best way to manage GCP IAM service account keys and rotations?

Manage GCP IAM service account keys and rotations by generating and updating JSON keys for service accounts. This skill applies best practices for key creation to reduce manual effort and misconfiguration risks.

Can I list and audit GCP IAM roles for service accounts across projects?

List and audit GCP IAM roles for service accounts across projects using this skill. It automates role binding and policy management to assign and review roles at the project or resource level.

Does this GCP IAM management approach require gcloud SDK dependencies?

This GCP IAM management approach relies on the Google Cloud SDK (gcloud) and standard IAM APIs to perform actions, meaning you need the gcloud CLI configured to execute automation pipelines and policy updates.

Why use an automated skill for GCP IAM policy updates instead of manual configuration?

Use an automated skill for GCP IAM policy updates to reduce the risk of misconfigurations. It streamlines the assignment of permissions and service account lifecycle management, ensuring consistent policy bindings.