github dtzp555-max/ocp v1.0.0
v1.0.0 — Initial Release

latest releases: v3.8.0, v3.7.0, v3.5.0...
one month ago

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/completions endpoint
  • 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 restart

How it works

OpenClaw → proxy (localhost:3456) → claude -p CLI → Anthropic (via OAuth)

Don't miss a new ocp release

NewReleases is sending notifications on new releases.