Google Cloud Platform

v1.0.1

Manage Google Cloud Platform resources via gcloud CLI. Use for Compute Engine VMs, Cloud Run services, Firebase Hosting, Cloud Storage, and project management. Covers deployment, monitoring, logs, and SSH access.

2· 4.6k·23 current·24 all-time
byPipenzo@jortega0033
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (GCP management) align with the provided runtime instructions: installation and usage examples for gcloud, gsutil, and firebase covering Compute Engine, Cloud Run, Cloud Storage, logging, billing, and SSH.
Instruction Scope
SKILL.md contains concrete commands limited to installing CLIs, authenticating (gcloud auth login / firebase login), and running gcloud/gsutil/firebase commands. It does modify the user shell (.bashrc) and asks the agent/operator to run interactive auth and SSH commands; these are expected for the stated purpose but do result in local credentials and remote access capability being created/stored.
Install Mechanism
The install steps in SKILL.md download google-cloud-cli from dl.google.com (an official Google host) and instruct npm install -g firebase-tools from the public npm registry. Both are expected for this skill, but they will write files to the user's home and modify shell startup files.
Credentials
The skill declares no environment variables, which is consistent, but its operations require valid GCP credentials (created via interactive auth or pre-existing ADC/service-account keys). Those credentials grant powerful permissions depending on IAM roles — the skill does not request explicit least-privilege guidance, so be careful to use limited roles/service accounts.
Persistence & Privilege
The skill does not request always: true and is user-invocable. However, following the instructions will install CLIs and update ~/.bashrc (persistent changes). This is normal for CLI tooling but is a local change with lasting effects.
Assessment
This SKILL.md is coherent for managing GCP, but before installing or running it: 1) Be aware the install will write files to your home and modify ~/.bashrc; back up that file. 2) Authentication steps (gcloud auth login / firebase login) create local credentials—prefer using a minimally-privileged service account or short-lived credentials for automation. 3) The commands can start/stop/delete resources and SSH into VMs—review commands and required IAM roles carefully to avoid accidental disruption. 4) The downloads come from dl.google.com and npm (official sources), but the skill registry entry has no homepage and an unknown owner; treat it like third-party instructions rather than an official Google package. 5) If you want the agent to act autonomously, restrict its IAM scope and consider requiring manual invocation to avoid unintended changes.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bz2v9sp304rmyte0hyggvtn805sxe

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments