From 15fee08b323318fee3f8d2c72c59dba039d1ce5a Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Mon, 16 Mar 2026 22:34:00 +1000 Subject: [PATCH] Improve README with compelling intro and feature highlights Co-Authored-By: Claude Opus 4.6 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d7421..d953c26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # openclaw-claude-proxy -Use your Claude Pro/Max subscription as an OpenClaw model provider — no API key needed. +> **Already paying for Claude Pro/Max? Use it as your OpenClaw model provider — $0 extra API cost.** + +A lightweight, zero-dependency proxy that lets [OpenClaw](https://github.com/openclaw/openclaw) agents talk to Claude through your existing subscription. One command to set up, one file to run. + +**Why?** +- **$0 API cost** — uses your Claude Pro/Max subscription, not pay-per-token API +- **Zero dependencies** — single Node.js file, no `npm install` +- **One command setup** — `node setup.mjs` handles everything +- **OpenAI-compatible** — standard `/v1/chat/completions` endpoint +- **All Claude models** — Opus 4.6, Sonnet 4.6, Haiku 4 +- **Streaming support** — real-time SSE responses ## How it works