openclaw-claude-proxy v1.0.0
Use your Claude Pro/Max subscription as an OpenClaw model provider — no API key needed.
Features
- OpenAI-compatible
/v1/chat/completionsendpoint - SSE streaming + non-streaming responses
- Auto-setup script (
node setup.mjs) for one-command OpenClaw configuration - Supports Claude Opus 4.6, Sonnet 4.6, Haiku 4
- Configurable port, timeout, and Claude binary path
Quick Start
git clone https://github.com/dtzp555-max/openclaw-claude-proxy.git
cd openclaw-claude-proxy
node setup.mjs
openclaw config set agents.defaults.model.primary "claude-local/claude-opus-4-6"
openclaw gateway restartHow it works
OpenClaw → proxy (localhost:3456) → claude -p CLI → Anthropic (via OAuth)