What problem does it solve?
This Skill removes the manual work of wiring Google Cloud services into a self-hosted Hermes agent, especially when the connection depends on SSH access, service accounts, OAuth login, and hourly token renewal.
Core Features & Use Cases
- Managed Remote MCP Setup: Connects Google Cloud products such as BigQuery, Cloud SQL, Cloud Storage, Cloud Run, Logging, Compute, and GKE through Google’s first-party MCP endpoints.
- Secure Authentication Handling: Uses short-lived OAuth2 bearer tokens, service-account impersonation, and a refresh cron so access does not expire after the first hour.
- Operational Safety: Includes idempotency checks, dry-run preview, gateway reload steps, smoke tests, and rollback logic to reduce deployment mistakes.
- Use Case: A developer wants Hermes on a VPS to query BigQuery and manage Cloud Run resources from Claude Code or Cursor without manually maintaining brittle API credentials.
Quick Start
Ask the agent to connect your chosen Google Cloud product to the self-hosted Hermes instance over SSH, grant the requested IAM role, and complete the one-time gcloud login when prompted.