Claude Codex Nebius Proxy — Development skill for Claude Code
A Claude Code + Codex CLI → Nebius bridge.
How to install Claude Codex Nebius Proxy
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open opencolin/claude-codex-nebius-proxy and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Codex Nebius Proxy does
A Claude Code + Codex CLI → Nebius bridge. Accepts Claude `/v1/messages` and Codex `/v1/responses` requests, converts them to OpenAI-compatible calls, and converts responses back.
Alternatives in Development
- Ars Revision — ARS academic-paper revision mode — revised draft + R&R responses 4.5k ★
- Claude Token Efficient — One CLAUDE.md file 3.8k ★
- Claude Code Proxy — Run Claude Code on OpenAI models 3.3k ★
README
Claude Code & Codex Proxy for Nebius
A Claude Code + Codex CLI → Nebius bridge. Accepts Claude `/v1/messages` and Codex `/v1/responses` requests, converts them to OpenAI-compatible calls, and converts responses back.
Quick Start (the easy way)
One step. Run the installer:
./install.sh
This launches a step-by-step TUI that:
- Checks prerequisites
- Creates a virtual environment
- Installs dependencies
- Tests your Nebius API key
- Lets you pick models from live dropdowns
- Writes your
.envfile - Runs a smoke test
- Optionally adds
claude/claudiusshell shortcuts - Optionally configures Claude Code statusline
After it finishes:
claude --proxy # or just 'claudius' if you added the shell shortcuts
# OR
claudius
# OR
.venv/bin/python start_proxy.py
Then open http://localhost:8083/dashboard for the observability dashboard.
Prerequisites
- Python 3.9+
- Nebius API key (from https://nebius.com)
- Claude Code or Codex CLI (optional; install from Anthropic / OpenAI)
- Tavily API key (optional; enables server-side web search — see
.env.example)
Quick Start (manual)
If you prefer not to use the TUI:
# 1. Clone and enter directory
cd claude-codex-nebius-proxy
# 2. Create venv & install deps
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
# 3. Configure
cp .env.example .env
# Edit .env: set OPENAI_API_KEY, BIG_MODEL, etc.
# 4. Run
.venv/bin/python start_proxy.py
# 5. Use
ANTHROPIC_BASE_URL=http://localhost:8083 ANTHROPIC_AUTH_TOKEN=claude-local claude
Observability
Open http://localhost:8083/dashboard for usage, latency, cost, and model routing info.
Quick Start (Codex CLI)
To route Codex CLI through the proxy, edit `~/.codex/config.toml` (macOS) or `%APPDATA%\codex\config.toml` (Windows):
model = "nebius/moonshotai/Kimi-K2.6"
model_provider = "nebius"
[model_providers.nebius]
name = "Nebius Proxy"
base_url = "http://127.0.0.1:8083/v1"
env_key = "OPENAI_A
Related Skills
Deepseek Web Bridge
Local OpenAI-compatible API bridge for an authenticated DeepSeek web session, with a native macOS manager and
Agrout Bridge
Local HTTP proxy that routes OpenAI-/Anthropic-compatible clients (OpenCode, Claude Desktop, Cursor) through A
Cursor2api
Use your Cursor subscription as an OpenAI-compatible API. Direct agent.v1 protocol — real tool_calls, streamin
Dario
A local OpenAI- and Anthropic-compatible proxy that brings your Claude Pro/Max subscription to Cursor, Cline,
Openapis
Free Claude API + free OpenAI API in one unified proxy. Drop-in compatible with Anthropic SDK, OpenAI SDK, Cla
Codebuddy2api
Proxy CodeBuddy with OpenAI-compatible and Anthropic-compatible APIs for Codex, Claude Code, and standard SDK
Related Agents
Codex CLI
Codex CLI → any OpenAI-compatible endpoint
Moodle XML Formatter
This agent converts content into SCORM 1.2 format, the most reliable and universally compatible e-learning sta
P2a Implementation Planner
Converts a Plan2Agent product spec draft and Gate A constraints into a schema-compatible implementation plan w