gcp-vm-ssh
CommunitySSH into GCP VMs securely, with easy tunneling.
Authorkubony
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables secure SSH access to Google Cloud Platform (GCP) VMs and simplifies setting up port forwardings and tunnels, including IAP-based access for instances without external IPs.
Core Features & Use Cases
- SSH into GCP VMs using gcloud or direct SSH commands.
- Establish local port forwards or tunnels (e.g., 8080:localhost:8080) for web apps, dev servers, or SSH sessions.
- Use IAP tunnels when external IPs are unavailable or restricted, enabling remote access from a secure channel.
Quick Start
Use the gcp-vm-ssh skill to generate an SSH command for a VM and to configure a tunnel.
- List VMs: gcloud compute instances list
- SSH into a VM: gcloud compute ssh VM_NAME --zone=ZONE --project=PROJECT_ID
- Tunnel a local port: gcloud compute ssh VM_NAME --zone=ZONE -- -L 8080:localhost:8080
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gcp-vm-ssh Download link: https://github.com/kubony/openclaw-gcp-setup/archive/main.zip#gcp-vm-ssh Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.