blazingscrubs-hub/free-claude-code — reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that lets me use Claude Code through my own local proxy instead of only the official Anthropic service. I want to start a local server, open a simple admin page in my browser, paste in API keys or local model URLs, choose which model to use, then launch Claude Code through a helper command that automatically points it at the proxy.
It should support the main things Claude Code needs, like streaming replies, tool calls, model listing, and routing different Claude model types to different providers. Please include provider support for services like NVIDIA NIM, OpenRouter, Gemini, DeepSeek, Mistral, Groq, Ollama, LM Studio, and other similar backends.
Also add optional ways to use it from VS Code, Discord or Telegram, with voice note transcription if possible. Make the setup friendly, with install scripts, an example env file, tests, and clear commands for running the server and launching Claude Code. Look up current provider docs online if you need to.
Want more depth? Deep Reverse