gcp-project-status

Consolidate GCP project resource status using gcloud commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates a comprehensive view of all resources in a GCP project, providing a quick, centralized snapshot of resource status.

Core Features & Use Cases

  • Unified resource visibility: Lists VM instances, disks, APIs, firewall rules, service accounts, storage buckets, external IPs, and API keys in one report.
  • Operational efficiency: Speeds up audits, handovers, and cost controls by reducing manual queries.
  • Use Case: Before project cleanups or migrations, run this skill to assess resource ownership and exposure.

Quick Start

Run the following commands after setting your active project: PROJECT_ID=$(gcloud config get-value project) gcloud compute instances list --project=$PROJECT_ID gcloud compute disks list --project=$PROJECT_ID gcloud services list --enabled --project=$PROJECT_ID gcloud compute firewall-rules list --project=$PROJECT_ID gcloud iam service-accounts list --project=$PROJECT_ID gcloud storage buckets list --project=$PROJECT_ID gcloud compute addresses list --project=$PROJECT_ID gcloud services api-keys list --project=$PROJECT_ID

Frequently Asked Questions about gcp-project-status

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

FAQPage Schema
How do I get a consolidated report of GCP project resources?

To get a consolidated GCP project resource report, use this skill to run gcloud commands that list VM instances, disks, APIs, firewall rules, service accounts, storage buckets, external IPs, and API keys in one centralized snapshot.

What is the best way to audit GCP compute instances and firewall rules before a migration?

The best way to audit GCP compute instances and firewall rules before migration is to run a unified resource visibility check that lists VMs, disks, and security configurations, reducing manual queries and assessing exposure.

Does this GCP project status report include storage buckets and service accounts?

Yes, the GCP project status report includes storage buckets and service accounts, alongside VMs, disks, APIs, firewall rules, external IPs, and API keys, providing a comprehensive view of your project's health.

How do I list all external IPs and API keys in my gcloud project?

To list all external IPs and API keys in your gcloud project, execute targeted gcloud commands that fetch addresses and API keys, consolidating them with other resource statuses for operational efficiency.

Can I use gcloud commands to monitor resource ownership and exposure for project cleanups?

Yes, you can use gcloud commands to monitor resource ownership and exposure for project cleanups by consolidating a comprehensive view of VMs, storage, and IAM assets into a single operational report.