What problem does it solve? Claude Code normally requires an Anthropic subscription, and its v2.1+ binary validates model names client-side, blocking alternative providers. This Skill sets up a local translation proxy so Claude Code runs against OpenRouter's free tier or any OpenAI-compatible endpoint. ## Core Features & Use Cases - API Translation Proxy: Runs a FastAPI proxy on port 8082 that converts Anthropic Messages API requests into OpenAI Chat Completions format. - Model Name Spoofing: Uses the ANTHROPIC_MODEL environment variable to bypass Claude Code's client-side model validation before any network call. - Free Model Discovery: Provides a curl-based query to list currently available OpenRouter free-tier models such as qwen/qwen3-coder:free. - Use Case: A developer without an Anthropic subscription wants to run Claude Code CLI for refactoring tasks; this Skill walks them through cloning the proxy, configuring .env, adding a free-claude shell function, and verifying end-to-end operation. ## Quick Start Set up the claude-code-proxy so I can run Claude Code through OpenRouter free models, then verify it with a test prompt.