What problem does it solve? Claude Code CLI normally requires an Anthropic subscription and only works with Anthropic's native API. This Skill lets you route Claude Code through a local translation proxy so you can use alternative LLM providers like OpenRouter, Ollama, or vLLM, enabling free-tier usage, cost optimization, local/air-gapped operation, and model testing. ## Core Features & Use Cases - Proxy-Based Provider Routing: Configure the community claude-code-proxy (FastAPI) to translate Anthropic message/tool format into OpenAI-compatible Chat Completions for any function-calling provider. - Client-Side Validation Workaround: Set ANTHROPIC_MODEL to a spoofed valid model name to bypass Claude Code v2.1+ hardcoded model validation before requests reach the proxy. - Provider-Specific Configs: Ready-made .env setups for OpenRouter free tier (with auto-routing via openrouter/free), Ollama local models, and vLLM endpoints. - Use Case: Run Claude Code workflows in CI or on a machine without Anthropic billing by pointing ANTHROPIC_BASE_URL at a local proxy backed by OpenRouter free-tier models. ## Quick Start Set up the claude-code-proxy with an OpenRouter API key and configure my shell environment so Claude Code routes through the local proxy on port 8082.