This is a reverse proxy that sits between Claude Code and Anthropic's API to normalize your device fingerprint across multiple machines. It rewrites over 40 identity dimensions including device ID, email, system specs, RAM values, and even home directory paths in prompts so everything looks like one canonical machine. You extract an OAuth token from one logged-in machine, run the gateway (Node or Docker), then point other clients at it with environment variables. Includes Clash rules to block direct Anthropic connections at the network level. Honestly pretty niche unless you're running Claude Code across many machines and want centralized auth management or are concerned about telemetry correlation. The three-layer approach (env vars, network blocking, runtime rewriting) is thorough but assumes you're comfortable running your own infrastructure.
npx skills add https://github.com/aradotso/trending-skills --skill cc-gateway-ai-proxy