G-Pilot Google Provisioning
Installation
SKILL.md
G-Pilot Google Provisioning Protocol
This protocol defines how to configure a Google Cloud Project (GCP) to interface with G-Pilot, whether managed by the platform or owned by a client.
1. Required APIs
To power the full G-Pilot "Ability Codex", the following APIs must be enabled in the GCP Console:
- Generative AI API: For Gemini-3, Imagen 3, and Video generation.
- Google Slides API: For automated presentation building.
- Google Drive API: For asset storage and retrieval.
- Google Search Console API: For site verification and SEO telemetry.
- Cloud Run API: For deploying custom agent runtimes.
- Secret Manager API: For secure vaulting of client-provided keys.
2. Service Account Setup
G-Pilot operates via a Service Account to ensure non-interactive, scheduled mission execution.
- Role:
Service Account Token Creator,Cloud Run Invoker,Storage Object Viewer/Admin. - Key Type: JSON (Must be stored as Base64 in G-Pilot's secure environment or encrypted in the UserProfile).