google-agents-cli-deploy

Deploy AI agents to Google Cloud with Terraform and GitHub Actions.

5.5k|588|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/google/agents-cli --skill google-agents-cli-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-agents-cli-deploy
Source: https://github.com/google/agents-cli/tree/main/skills/google-agents-cli-deploy
Command: npx skills add https://github.com/google/agents-cli --skill google-agents-cli-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, gcloud, terraform, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of deploying and configuring AI agents across various cloud environments, including CI/CD pipelines, infrastructure setup, and runtime configuration.

Core Features & Use Cases

  • Automated Deployment: Facilitates deploying agents to Cloud Run, GKE, or Agent Runtime with minimal manual steps.
  • Infrastructure Provisioning: Automates setting up GCP resources like IAM roles, secrets, and network components via Terraform.
  • Use Case: A developer wants to deploy a new agent to production using CI/CD pipelines, ensuring all dependencies, secrets, and permissions are correctly configured without manual intervention.

Quick Start

Use the google-agents-cli-deploy skill to deploy your agent to Google Cloud with a single command.

Frequently Asked Questions about google-agents-cli-deploy

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

FAQPage Schema
How do I deploy AI agents to Google Cloud Run using CI/CD pipelines?

Deploying AI agents to Google Cloud Run is automated via integrated CI/CD pipelines using Terraform and GitHub Actions, ensuring consistent configuration across development and production environments with minimal manual steps.

Can I use Terraform to manage infrastructure and secrets for agent runtime on GCP?

Yes, Terraform automates infrastructure provisioning for agent runtime on GCP, handling IAM roles, network components, and secret management to ensure secure and repeatable deployments without manual intervention.

What do I need to set up before automating agent deployment to GKE?

Before automating agent deployment to GKE, you need the uv, gcloud, terraform, and gh command-line tools installed and configured to authenticate with your Google Cloud and GitHub environments.

Does this deployment approach support both Google Cloud Run and GKE?

Yes, the deployment approach supports both Google Cloud Run and GKE, allowing you to configure the Agent Runtime and provision infrastructure consistently across different Google Cloud platforms.

What is the best way to configure IAM roles for AI agent infrastructure on Google Cloud?

The best way to configure IAM roles for AI agents is through automated infrastructure provisioning with Terraform, which applies consistent permissions and security configurations alongside your deployment pipelines.

Why use Terraform and GitHub Actions for agent deployment instead of manual configuration?

Using Terraform and GitHub Actions for agent deployment eliminates manual configuration errors, ensuring repeatable infrastructure setup, secure secret management, and consistent deployments across development and production environments.