This is a fork of Claude Code that routes everything through an OpenAI-compatible shim so you can swap in GPT-4o, DeepSeek, Gemini, Ollama, or any model with an OpenAI Chat API while keeping the full tool system intact. All the Bash, file ops, MCP, LSP tools just work. You set CLAUDE_CODE_USE_OPENAI=1, point it at your provider with OPENAI_BASE_URL and OPENAI_MODEL, and the 724-line shim translates Anthropic message blocks to OpenAI format on the fly. It's legitimately useful if you want Claude Code's workflow but need to use a different model for cost, speed, or air-gapped reasons. The profile system lets you bootstrap provider configs once instead of exporting env vars every session.
npx skills add https://github.com/aradotso/trending-skills --skill openclaude-multi-llm