gcp-compute

Manage Google Cloud Compute Engine instances, templates, and managed instance groups.

46|4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill gcp-compute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-compute
Source: https://github.com/BagelHole/DevOps-Security-Agent-Skills/tree/main/infrastructure/cloud-gcp/gcp-compute
Command: npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill gcp-compute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the deployment and management of virtual machines and related resources within Google Cloud Platform's Compute Engine.

Core Features & Use Cases

  • Instance Creation: Deploy new Compute Engine virtual machines with specified configurations.
  • Instance Templates: Define reusable configurations for creating instances.
  • Managed Instance Groups: Automate the scaling and management of groups of identical instances.
  • Preemptible VMs: Utilize cost-effective, short-lived instances for fault-tolerant workloads.

Quick Start

Use the gcp-compute skill to create a new web-server instance in the us-central1-a zone.

Frequently Asked Questions about gcp-compute

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

FAQPage Schema
How do I create a virtual machine in GCP Compute Engine?

To create a virtual machine in GCP Compute Engine, use this Skill to deploy new instances with specified configurations in your target zone, such as setting up a web-server in us-central1-a. It simplifies configuring and launching Compute Engine resources directly.

What is the best way to manage scalable instance groups on GCP?

The best way to manage scalable instance groups on GCP is using Managed Instance Groups. This Skill automates the scaling and management of identical Compute Engine instances, ensuring workloads scale efficiently while maintaining consistent configurations across the group.

Can I use preemptible VMs for fault-tolerant workloads on Compute Engine?

Yes, you can use preemptible VMs for fault-tolerant workloads on Compute Engine. This Skill supports deploying cost-effective, short-lived instances, reducing compute costs for batch processing and workloads that can tolerate interruptions.

How do I ensure consistent deployments across multiple Compute Engine instances?

To ensure consistent deployments across Compute Engine instances, use instance templates. This Skill facilitates defining reusable configurations, allowing you to deploy identical virtual machines and create custom images for a standardized environment.

Does this Skill require existing Google Cloud Platform infrastructure to deploy virtual machines?

Yes, deploying virtual machines requires an existing Google Cloud Platform environment. This Skill manages Compute Engine instances, templates, and managed instance groups within GCP, necessitating an active cloud project to facilitate resource deployment.