gcp

Manage Google Cloud resources by wrapping the native gcloud CLI.

16|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kubiyabot/skill --skill gcp-kubiyabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp
Source: https://github.com/kubiyabot/skill/tree/main/examples/native-skills/gcp-skill
Command: npx skills add https://github.com/kubiyabot/skill --skill gcp-kubiyabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill encapsulates the complexity of the Google Cloud CLI by providing a reusable runtime that lets AI agents manage GCP resources through a single entry point, reducing prompt bloat and manual command handling.

Core Features & Use Cases

  • Native gcloud CLI integration across Compute Engine, Cloud Storage, Cloud SQL, GKE, Cloud Functions, and IAM.
  • Central configuration and credential handling (project, region/zone, and authentication) to simplify repetitive tasks.
  • Toolset including compute-list, compute-start, compute-stop, compute-ssh, storage-list, storage-copy, sql-list, sql-databases, gke-list, gke-credentials, functions-list, functions-logs, projects-list, and iam-list for end-to-end cloud ops.
  • Use case: automate nightly cloud housekeeping or reproducible cloud demos inside an agent environment.

Quick Start

  • Install the Google Cloud SDK and initialize your account.
  • List Compute Engine instances: skill run gcp compute-list
  • Get a list of Cloud Storage buckets: skill run gcp storage-list

Frequently Asked Questions about gcp

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

FAQPage Schema
How do I automate Google Cloud resource management using AI agents?

Manage Google Cloud resources through AI agents by wrapping the native gcloud CLI. This provides a single entry point to manage Compute Engine, Cloud Storage, GKE, and IAM, reducing manual command handling and prompt bloat.

What do I need to configure before running gcloud commands in an automation workflow?

You need the Google Cloud SDK installed and initialized with proper authentication. Project, region, and zone settings must be configured to construct accurate gcloud commands for your automation environment.

Can I manage Compute Engine and Cloud Storage instances without writing manual gcloud scripts?

Yes, you can manage Compute Engine and Cloud Storage without manual scripts using prebuilt toolsets like compute-list, compute-start, storage-list, and storage-copy. These enable automated cloud ops directly within agent environments.

Does this approach support retrieving GKE credentials and Cloud Functions logs for nightly housekeeping?

Yes, it supports retrieving GKE credentials and Cloud Functions logs via dedicated gke-credentials and functions-logs toolsets. It is designed to automate nightly cloud housekeeping and reproducible demos inside an agent environment.

What is the best way to handle repetitive Google Cloud CLI tasks across multiple services?

The best way to handle repetitive gcloud CLI tasks across Cloud SQL and IAM is using a centralized runtime that manages credentials and configuration. This simplifies repetitive tasks by providing a unified command entry point.