Installation
Multiple ways to install RelayPlane depending on your setup.
npm (Recommended)
1npm install -g @relayplane/proxyInstalls the relayplane-proxy CLI globally.
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-proxy --versionShould output the version number (e.g., 1.1.3).
Requirements
- Node.js 18 or higher
- At least one LLM API key (Anthropic, OpenAI, Google, xAI)
- ~50MB disk space
Next: See the Quick Start to configure and run the proxy.