gcp-billing-projects

List GCP projects linked to a billing account via gcloud.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly enumerate all projects linked to a specific Google Cloud Platform billing account, enabling accurate cost tracking and reporting.

Core Features & Use Cases

  • Billing account scope: Retrieve the list of projects associated with a billing account ID.
  • Flexible target: Use the default account or specify a particular ACCOUNT_ID to scope the results.
  • Output structure: Returns a table with PROJECT_ID, NAME, and BILLING_ENABLED to support cost analysis and audits.

Quick Start

Use the gcp-billing-projects skill to list projects for a billing account. Start with the default account or pass an ACCOUNT_ID as an argument, for example: /gcp-billing-projects /gcp-billing-projects 0142CF-B4119B-FAE5BD

Frequently Asked Questions about gcp-billing-projects

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

FAQPage Schema
How do I list all projects linked to a GCP billing account?▼

To list GCP billing account projects, execute the gcloud billing projects list command with a specific ACCOUNT_ID or the default account. This returns a table containing PROJECT_ID, NAME, and BILLING_ENABLED status for cost tracking and audits.

Do I need gcloud installed and authenticated to retrieve billing account projects?▼

Yes, retrieving GCP billing account projects requires gcloud to be installed and authenticated in your environment. The Skill executes gcloud commands directly to query and return the associated project table.

Can I scope the billing project results to a specific account ID?▼

Yes, you can scope billing project results to a specific account by passing the ACCOUNT_ID as an argument. If omitted, the Skill defaults to your primary gcloud billing account to retrieve the project list.

What information is included when listing projects for a billing account?▼

Listing projects for a billing account returns a structured table with PROJECT_ID, NAME, and BILLING_ENABLED. This output supports accurate cost reporting, billing audits, and account-level project management across multiple accounts.

When do I need to enumerate projects across multiple GCP billing accounts?▼

Enumerating projects across multiple GCP billing accounts is needed for billing audits and account-level cost reporting. It allows teams to verify which projects have billing enabled and track expenses accurately per account.