Openproxy banner
quangdang46 quangdang46

Openproxy

AI community

Description

Smart AI proxy router that connects Claude Code, Cursor, Codex, Copilot, and 50+ coding tools to 40+ AI providers with 100+ models. Saves 20-40% tokens via RTK compression, auto-fallback from subscription to cheap to free providers, multi-account round-robin, and a local dashboard.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OpenProxy

OpenProxy — local AI router. 40+ providers. Auto-fallback.

![CI](https://img.shields.io/github/actions/workflow/status/quangdang46/openproxy/ci.yml?branch=main) ![Release](https://img.shields.io/github/v/release/quangdang46/openproxy?display_name=tag&sort=semver&label=release&color=brightgreen) ![License](https://img.shields.io/badge/License-MIT-blue.svg) ![Install](https://img.shields.io/badge/install-curl%20%7C%20npm-1e90ff)

**Single-binary AI router for AI coding tools.** Routes to 40+ providers with auto-fallback combos. Embedded dashboard, OpenAI-compatible API, RTK compression. Run on `127.0.0.1:4623` — no cloud required.

Install · Connect a CLI · Providers · Combos · For AI Agents · Configuration

# Start locally (auto-opens dashboard)
curl -fsSL "https://raw.githubusercontent.com/quangdang46/openproxy/main/install.sh" | bash
openproxy

🤖 Agent Quickstart (API / Robot Mode)

Point your coding agent CLI at `http://127.0.0.1:4623`:

# Claude Code
claude config set proxyUrl http://127.0.0.1:4623

# Codex CLI
codex --proxy http://127.0.0.1:4623

# Any OpenAI-compatible tool
curl http://127.0.0.1:4623/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{"model":"claude/claude-opus-4-8","messages":[{"role":"user","content":"hi"}]}'

**Dashboard** — open `http://127.0.0.1:4623/` in browser for provider config, combo chains, quota tracking, and request logs.


What it does

OpenProxy runs as one binary on `127.0.0.1:4623`. Point any tool that speaks the OpenAI Chat Completions API at it (Claude Code, Codex, Cursor, Cline, OpenClaw, Co