gcp

Manage Google Cloud Platform resources with gcloud CLI, GKE, and Cloud Run.

4|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/aegntic/clawreform --skill gcp-aegntic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp
Source: https://github.com/aegntic/clawreform/tree/main/crates/clawreform-skills/bundled/gcp
Command: npx skills add https://github.com/aegntic/clawreform --skill gcp-aegntic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance and operational commands for managing Google Cloud Platform resources, enabling efficient and secure cloud infrastructure management.

Core Features & Use Cases

  • GCP Service Management: Deploy and configure services like Cloud Run, GKE, and Cloud SQL.
  • CLI Automation: Leverage gcloud commands for infrastructure as code and operational tasks.
  • Best Practices: Adhere to security, cost, and reliability principles for GCP environments.
  • Use Case: Deploy a new microservice to Cloud Run, configure its IAM permissions, and set up a billing alert for the project.

Quick Start

Use the gcp skill to deploy a container image to Cloud Run in the us-central1 region.

Frequently Asked Questions about gcp

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

FAQPage Schema
How do I deploy a container image to Cloud Run?

Deploy a container image to Cloud Run by executing gcloud CLI commands to configure the service and specify the target region. This enables scalable, managed container execution for your microservices.

What is the best way to manage IAM permissions for Google Cloud Platform services?

Manage Google Cloud Platform IAM permissions by applying security best practices via gcloud CLI commands. This enforces least-privilege access control and secures resources across your cloud infrastructure.

Can I use gcloud CLI to configure GKE clusters and Cloud SQL instances?

Yes, you can use gcloud CLI to deploy and configure GKE clusters and Cloud SQL instances. It facilitates infrastructure as code and operational tasks for designing scalable, reliable cloud environments.

Does Google Cloud Platform support infrastructure as code for automating operational tasks?

Google Cloud Platform supports infrastructure as code through gcloud CLI automation. This allows you to script the deployment and configuration of services like Cloud Run and GKE for efficient operational management.

How do I set up billing alerts and enforce cost efficiency in GCP environments?

To enforce cost efficiency in GCP environments, apply resource labeling and configure billing alerts using gcloud CLI. This ensures adherence to cost principles and reliable cloud infrastructure management.