gcp-vm-control

Manage Google Cloud VM lifecycle with start, stop, reset, suspend, and resume commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the lifecycle management of Google Cloud VMs by providing simple, repeatable commands to start, stop, and reboot instances, reducing manual steps and potential errors.

Core Features & Use Cases

  • Start, stop, and reset Google Compute Engine instances from a single command surface.
  • Suspend and resume VMs for cost control and quick reactivation.
  • Use-case: You have a pool of test VMs that should run only during business hours; you can automate their uptime by listing VMs and applying actions in sequence.

Quick Start

Use the gcp-vm-control skill to view the current VM list and select a target VM. gcp-vm-control gcp-vm-control my-vm gcp-vm-control my-vm start gcp-vm-control my-vm stop gcp-vm-control my-vm reset gcp-vm-control my-vm suspend gcp-vm-control my-vm resume

Frequently Asked Questions about gcp-vm-control

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

FAQPage Schema
How do I automate starting and stopping Google Cloud VM instances?

You can automate Google Cloud VM lifecycle management by executing scripted commands to start, stop, or reset Compute Engine instances, reducing manual steps and potential errors across cloud operations workflows.

Can I suspend and resume GCP Compute Engine instances for cost control?

Yes, you can suspend and resume Google Compute Engine VM instances to manage cost control and enable quick reactivation of compute pools during specific business hours.

Do I need the Google Cloud SDK to manage VM state changes?

Yes, executing scripted VM state changes requires the Google Cloud SDK (gcloud) installed and proper authentication configured to interact with your Google Cloud project resources.

What is the best way to list and target specific GCP VMs for reset operations?

The best way to target specific Google Cloud VMs for reset operations is to list existing instances via a command surface, identify the target VM name, and apply the reset action sequentially.

When should I use scripted VM control instead of manual cloud console actions?

Scripted VM control is ideal when managing a pool of test VMs that require automated uptime schedules across development, staging, and production environments, replacing manual console actions.