gcp-billing-accounts

Enumerate GCP billing accounts via gcloud CLI and inspect linked projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly identify and enumerate all GCP billing accounts accessible to your organization, enabling audits and cost visibility.

Core Features & Use Cases

  • Retrieve a complete list of billing accounts via gcloud.
  • Inspect which projects are linked to each account.
  • Use Case: Perform a quick billing audit across accounts before reviews or migrations.

Quick Start

Run gcloud billing accounts list to fetch all accounts. Then run gcloud billing accounts describe ACCOUNT_ID for details.

Frequently Asked Questions about gcp-billing-accounts

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

FAQPage Schema
How do I list all GCP billing accounts accessible to my organization?

GCP billing accounts can be listed at a glance using gcloud billing accounts list. This command enumerates every account accessible to your user, providing a complete overview for cost visibility, audits, and mapping accounts to projects across your organization.

How do I view details for a specific GCP billing account?

To view details for a specific GCP billing account, run gcloud billing accounts describe ACCOUNT_ID. This retrieves detailed configuration and metadata for the targeted account, allowing you to inspect its specific properties beyond the basic list output.

What is the best way to perform a quick GCP billing audit before a migration?

The best way to perform a quick GCP billing audit is to enumerate all accessible billing accounts via gcloud. This approach retrieves a complete list of accounts and inspects which projects are linked to each account, ensuring cost visibility before reviews or migrations.

Does this billing account list approach require any specific dependencies?

No specific dependencies are required to list GCP billing accounts. The approach relies entirely on the gcloud CLI and outputs via gcloud billing accounts list, requiring no additional components or external packages to fetch and enumerate account data.

Can I map which GCP projects are linked to each billing account?

Yes, you can map GCP projects to billing accounts. After you retrieve a complete list of billing accounts via gcloud, the Skill enables you to inspect which projects are linked to each account across your organization for accurate cost tracking.