{ "name": "openclaw-claude-proxy", "version": "1.0.0", "description": "OpenAI-compatible proxy that routes requests through Claude CLI — use your Claude Pro/Max subscription as an OpenClaw model provider", "type": "module", "bin": { "openclaw-claude-proxy": "./server.mjs" }, "scripts": { "start": "node server.mjs", "setup": "node setup.mjs" }, "keywords": ["openclaw", "claude", "proxy", "openai", "anthropic"], "license": "MIT", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/dtzp555-max/openclaw-claude-proxy" } }