---
title: "Google Cloud CLI (gcloud) — Command-Line Interface for GCP"
description: "The Google Cloud CLI provides command-line access to 200+ GCP services including Compute Engine, Cloud Run, GKE, BigQuery, and Vertex AI for resource management, deployment, and administration."
verification: "listed"
source: "https://cloud.google.com/sdk"
author: "Google Cloud"
category:
  - "Developer Tools"
framework:
  - "Multi-Framework"
---

# Google Cloud CLI (gcloud) — Command-Line Interface for GCP

The Google Cloud CLI provides command-line access to 200+ GCP services including Compute Engine, Cloud Run, GKE, BigQuery, and Vertex AI for resource management, deployment, and administration.

## Prerequisites

Python 3.8-3.12, gcloud SDK

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
curl https://sdk.cloud.google.com | bash && gcloud init
```

## Documentation

- https://cloud.google.com/sdk/docs

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/google-cloud-cli-gcloud/)
