Windows
Description
set GCP_KEY_FILE=path/to/your-credentials.json export GCP_KEY_FILE=path/to/your-credentials.json
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude to GCP Vertex AI Proxy
English | 中文
A proxy service that converts Claude API requests to Google Cloud Vertex AI format, enabling Claude Code clients to access Claude models through GCP Vertex AI.
Disclaimer
This project is a protocol conversion tool designed for **Google Cloud Vertex AI enterprise customers** to simplify the integration between Claude Code client and GCP Vertex AI.
**This project:**
- ✅ Is a legitimate API protocol conversion tool
- ✅ Is intended for users with existing GCP Vertex AI Claude model access
- ✅ Complies with Google Cloud and Anthropic terms of service
- ❌ Does not provide any functionality to bypass authorization or network restrictions
- ❌ Does not provide free access to paid services
**Prerequisites:**
- You must have a valid Google Cloud account
- You must have enabled Vertex AI API in your GCP project
- You must have access to Claude models (via Vertex AI Model Garden)
**Compliance Requirements:**
- Users must comply with Google Cloud Platform Terms of Service
- Users must comply with Anthropic Usage Policy
- Users must comply with applicable local laws and regulations
Environment Variables
This program supports the following environment variables:
| Variable | Description | Default |
|---|---|---|
GCP_KEY_FILE |
Path to GCP service account JSON credentials file | key/key.json |
GCP_REGION |
GCP Vertex AI region (e.g., global, us-east5, europe-west1) |
global |
SSL_VERIFY |
Whether to verify SSL certificates (set to false for Charles/Fiddler debugging) |
true |
Credentials Configuration
Place your GCP service account JSON credentials file at `key/key.json` (default path).
To customize, set the environment variable:
# Windows
set GCP_KEY_FILE=path/to/your-credentials.json
# Linux/Mac
export GCP_KEY_FILE=path/to/your-credentials.json
Region Configuration
Default region is `global`. To specify a different region:
# Windows
set GCP_REGION=us-east5
# Linux/Mac
export GCP_REGION=us-east5
Quick Start
Step 1: Insta
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11