Installation
Multiple ways to install RelayPlane depending on your setup.
npm (Recommended)
1npm install -g @relayplane/proxy2relayplane startInstalls the relayplane CLI globally and starts the proxy.
ClawHub (OpenClaw Users)
1clawhub install relayplaneInstalls the RelayPlane skill for OpenClaw. Use /relayplane commands directly in chat.
npx (No Install)
1npx @relayplane/proxyRun without installing. Good for trying it out.
From Source
1git clone https://github.com/RelayPlane/proxy.git2cd proxy3npm install4npm run build5npm linkVerify Installation
1relayplane --versionShould output the version number (e.g., 1.7.7).
Requirements
- Node.js 18+
- Claude Code / Max plan users: no API key needed
- API key users: set
ANTHROPIC_API_KEY(or other provider keys) - ~50MB disk space
Next: See the Quick Start to configure and run the proxy.