Opencc — Development skill for Claude Code
Tiny zero-dependency proxy that runs Claude Code against any OpenAI-compatible API — free or local models.
How to install Opencc
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open p32929/opencc and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Opencc does
Tiny zero-dependency proxy that runs Claude Code against any OpenAI-compatible API — free or local models.
Alternatives in Development
- Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
- Antigravity Claude Proxy — Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw 3.5k ★
- Claude Code Proxy — Run Claude Code on OpenAI models 3.3k ★
README
opencc
Lets you use [Claude Code](https://code.claude.com) for free (or cheap) by connecting it to any **free or paid OpenAI-compatible API** — OpenRouter, a local model, whatever — instead of paying for Anthropic's own API.
It works by running a tiny local server that sits between Claude Code and your chosen AI provider, translating the conversation between them. Claude Code doesn't know the difference.
Why this exists
There are already a bunch of proxies out there that do basically this same thing. Most of them do *way* too much: dozens of supported providers, admin dashboards, multiple coding agents, messaging bot integrations, desktop apps with tray icons — entire platforms, when all I actually wanted was one small thing. I don't need 99 providers to use Claude Code for free. I just wanted something simple that does exactly this, one job, and is easy enough to set up that it takes a minute or two, not an afternoon of reading docs. That's what opencc is — nothing more.
How it works, step by step
1. Clone it
git clone https://github.com/p32929/opencc.git
cd opencc
2. Run it once to install
npm start
No `npm install` needed first — opencc has zero dependencies. This one command makes the `opencc` command available anywhere on your computer, not just inside this folder. You only ever run this once.
3. Set your config
opencc init
Run this from anywhere — you don't need to be inside the `opencc` folder. It asks these questions, in order:
OpenAI-compatible base URL— your AI provider's address, e.g.https://openrouter.ai/api/v1OpenAI-compatible API key— the key you got from that providerModel for normal Sonnet/Opus-tier requests— the model that does the real work, e.g.openai/gpt-4oModel for cheap Haiku-tier background requests— a smaller/cheaper model for quick background tasks. You can leave this blank to just reuse the model from the questi
Related Skills
Openapis
Free Claude API + free OpenAI API in one unified proxy. Drop-in compatible with Anthropic SDK, OpenAI SDK, Cla
Antigravity Reverseproxy API
A proxy server that exposes both Anthropic-compatible and OpenAI-compatible APIs backed by Antigravity's Cloud
Agentrouter
Unofficial SDK for AgentRouter (agentrouter.org) — Claude, DeepSeek, and GLM via OpenAI-compatible proxy. Zero
Openrouter Proxy
A zero-dependency proxy that unlocks free Xiaomi MiMo on OpenRouter for any client, and fixes SSE streaming is
Dario
A local OpenAI- and Anthropic-compatible proxy that brings your Claude Pro/Max subscription to Cursor, Cline,
Agrout Bridge
Local HTTP proxy that routes OpenAI-/Anthropic-compatible clients (OpenCode, Claude Desktop, Cursor) through A
Related Agents
AI Recon
Delegates to this agent when the user wants to map the AI attack surface of an authorized web application befo
Openrouter Agent
Runs a model from any of ~60 vendors through OpenRouter's OpenAI-compatible endpoint, billed per token against
Tux
Security hardening agent for auditing and fortifying MAGI's attack surface — the proxy layer, Electron securit