conductorv2
Plugins/Cloud

GCP

Compute Engine, Cloud Storage, Cloud Functions.

requires credentials8 tools

Manage Google Cloud Platform resources. List Compute Engine VMs, manage Cloud Storage buckets, and invoke Cloud Functions. Requires GCP service account credentials.

Credentials

NameLabelRequired
GCP_PROJECT_IDProject IDrequired
GCP_SERVICE_ACCOUNTService Account JSONrequired

Setup

terminal
conductor plugins setup gcp

Install

Built-in — no installation needed. Enable with conductor plugins enable gcp

Tools

ToolDescriptionApproval
gcp_compute_listList Compute Engine instances
gcp_compute_startStart a Compute Engine instancerequired
gcp_compute_stopStop a Compute Engine instancerequired
gcp_storage_listList Cloud Storage buckets
gcp_storage_readRead an object from Cloud Storage
gcp_storage_writeWrite an object to Cloud Storagerequired
gcp_functions_listList Cloud Functions
gcp_functions_invokeInvoke a Cloud Functionrequired

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

List my GCP VMs

gcp_compute_list

Read file from Cloud Storage

gcp_storage_read