Loading...
Loading...
Manage Google Cloud Platform resources, Compute Engine, and Cloud Run
npx skill4agent add andrejones92/canifi-life-os gcp-consolecurl -sSL https://canifi.com/skills/gcp-console/install.sh | bashcp -r skills/gcp-console ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GCP_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "What VMs are running in GCP?"
Claude: I'll check your Compute Engine instances.
- Opens console.cloud.google.com via Playwright MCP
- Logs into Google account
- Compute Engine VMs:
- prod-instance-1: n2-standard-2, Running (us-central1)
- prod-instance-2: n2-standard-2, Running (us-central1)
- dev-instance: e2-medium, Stopped
- Monthly estimate: $145
- All running instances healthyUser: "How are my Cloud Run services?"
Claude: I'll check Cloud Run.
- Views Cloud Run section
- Services:
- my-api: Active, 4 instances, 12k req/day
- image-processor: Active, 0-5 instances, autoscaling
- webhook-handler: Active, 1 instance min
- Last deployments successful
- No errors in last 24hUser: "What's my GCP bill?"
Claude: I'll check Billing.
- Views Billing section
- Current month: $234.56
- Breakdown:
- Compute Engine: $145.00
- Cloud Run: $34.50
- Cloud SQL: $42.00
- Cloud Storage: $8.06
- Other: $5.00
- Budget alert: 60% of $400
- Credits remaining: $150