gcp

Provide expert guidance for deploying and managing Google Cloud Platform services.

18.1k|2.3k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/RightNow-AI/openfang --skill gcp-rightnow-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp
Source: https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/gcp
Command: npx skills add https://github.com/RightNow-AI/openfang --skill gcp-rightnow-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance and operational best practices for managing and deploying resources on Google Cloud Platform, ensuring efficient, secure, and cost-effective cloud infrastructure.

Core Features & Use Cases

  • GCP Service Expertise: Deep knowledge of GKE, Cloud Run, Cloud SQL, Pub/Sub, and more.
  • gcloud CLI Proficiency: Expert usage of gcloud for deployment, configuration, and management.
  • Infrastructure as Code: Guidance on using Terraform for GCP resource management.
  • Security & IAM: Best practices for least privilege, service accounts, and VPC security.
  • Cost Management: Strategies for monitoring and controlling cloud spend.
  • Use Case: Deploy a scalable, serverless web application on Cloud Run, connected to a managed Cloud SQL database, with proper IAM roles and network security configured.

Quick Start

Use the gcp skill to deploy a containerized application to Cloud Run.

Frequently Asked Questions about gcp

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

FAQPage Schema
How do I deploy a scalable serverless application on Google Cloud Run connected to Cloud SQL?

Deploying a scalable serverless web application on Cloud Run connected to Cloud SQL requires proper IAM roles and VPC security configured. This ensures reliable, cost-efficient cloud infrastructure with managed database connectivity.

What is the best way to manage Google Cloud Platform infrastructure using Terraform?

Managing GCP resources with Terraform uses Infrastructure as Code for deployment, configuration, and management. This ensures secure, efficient, and cost-effective cloud infrastructure through automated resource provisioning.

How do I configure least privilege IAM and VPC security for GCP services?

Configuring least privilege IAM and VPC security for GCP services involves setting up service accounts with minimal roles and securing network boundaries. This ensures adherence to security best practices for reliable and scalable cloud infrastructure.

How does GKE Workload Identity work with Google Cloud Platform services?

GKE Workload Identity binds Kubernetes service accounts to GCP IAM service accounts. This allows GKE workloads to access GCP services securely without managing long-lived credentials, ensuring reliable and scalable cloud infrastructure.

What are the strategies for monitoring and controlling cloud spend on Google Cloud Platform?

Strategies for monitoring and controlling cloud spend on Google Cloud Platform include tracking resource usage and optimizing expenses. This ensures cost-efficient cloud infrastructure while maintaining reliable and scalable operations.

Can I use gcloud CLI for deploying and managing Google Cloud Run and GKE services?

Yes, you can use gcloud CLI for deploying and managing Cloud Run and GKE services. The gcloud CLI provides expert commands for deployment, configuration, and management of GCP resources, ensuring efficient and secure cloud infrastructure.