finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Streamlines the creation, modification, and management of IAM allow policies (v1) and deny policies (v2). Manages access control across Resource Manager resources (Organization, Folder, Project) and individual resources. Use when creating, updating, listing, or deleting IAM
$ npx -y skills add google/skills --skill iam-helper-for-policy-management --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/iam-helper-for-policy-managementContext preview
The summary Claude sees to decide when to auto-load this skill.
Streamlines the creation, modification, and management of IAM allow policies (v1) and deny policies (v2). Manages access control across Resource Manager resources (Organization, Folder, Project) and individual resources. Use when creating, updating, listing, or deleting IAM
name: iam-helper-for-policy-management description: >- Streamlines the creation, modification, and management of IAM allow policies (v1) and deny policies (v2). Manages access control across Resource Manager resources (Organization, Folder, Project) and individual resources. Use when creating, updating, listing, or deleting IAM allow policies or deny policies. Don't use for access denial troubleshooting (use iam-helper-for-troubleshooting), temporary privileged access (use iam-helper-for-privileged-access-management), configuring VPC Service Controls, or managing network firewall rules. metadata: category: Security
Orchestrates the lifecycle and management of IAM allow and deny policies across IAM v1 (allow policies) and IAM v2 (deny policies).
--------------------------------------------------------------------------------
IAM operates across two policy paradigms:
1. **IAM v1 (Allow Policies)**: Grants roles to principals (users, service accounts, groups, domains) on specific resources. Supports Resource Manager resources (organizations, folders, projects) as well as individual resources across supported Google Cloud services. 2. **IAM v2 (Deny Policies)**: Sets explicit organization-, folder-, or project-level guardrails that prevent specified principals from using designated permissions, regardless of any allow policies granted. Evaluated before allow policies.
--------------------------------------------------------------------------------
When receiving a policy management request, determine whether the operation is **Read-Only** or **Mutating**, and whether it targets **IAM v1 (Allow Policies)** or **IAM v2 (Deny Policies)**:
Read-only actions include the following:
or `gcloud iam list-testable-permissions //cloudresourcemanager.googleapis.com/projects/PROJECT_ID`.
get` with `--attachment-point` and `--kind=denypolicies`.
For read-only actions, execute the command autonomously to inspect state, and present the query results clearly to the user.
Mutating operations include the following:
`remove-iam-policy-binding`, or `set-iam-policy` across project, folder, organization, or resource levels (see [references/v1-allow-policies.md](references/v1-allow-policies.md)).
attachment points (`cloudresourcemanager.googleapis.com/projects/PROJECT_ID`, `cloudresourcemanager.googleapis.com/folders/FOLDER_ID`, or `cloudresourcemanager.googleapis.com/organizations/ORG_ID`) using YAML/JSON policy files (see [references/v2-deny-policies.md](references/v2-deny-policies.md)).
For mutating operations, follow the **Plan & Confirm Protocol** below. **DO NOT** execute mutating commands autonomously without prior user approval.
--------------------------------------------------------------------------------
policy changes modify live security perimeters and access controls. You MUST NOT execute mutating `gcloud` commands directly via tool calls without explicit prior confirmation from the user. When asked to apply a mutating change, do the following: 1. **Formulate the Command**: Generate the exact, fully constructed `gcloud` command (including all parameters such as `--member`, `--role`, `--attachment-point`, `--kind=denypolicies`, and `--policy-file`). 2. **Warn of Impact & Propagation**: Issue a general warning that the change could impact access in a live environment and takes time to propagate across Google Cloud global infrastructure. 3. **Request User Confirmation**: Prompt the user for approval before applying the changes to the live environment.
policy change is executed, run the corresponding verification command (see [references/v1-allow-policies.md](references/v1-allow-policies.md) and [references/v2-deny-policies.md](references/v2-deny-policies.md) for exact verification steps) to verify that the active state matches expectations before reporting completion.
`allUsers` or `allAuthenticatedUsers` basic roles (`roles/owner`, `roles/editor`, `roles/viewer`, `roles/admin`, `roles/writer`, and `roles/reader`) or broad permissions. Explicitly refuse blanket public access requests, explain the severe security risks of public project ownership/access, and propose scoped, least-privileged role bindings for specific authenticated identities instead.
--------------------------------------------------------------------------------
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…