πΈ
RelayPlane Proxy
Cost Optimization AI Models & RoutingInstall Command
npx clawhub@latest install relayplane-proxy
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install RelayPlane Proxy to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm RelayPlane Proxy appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
80% Cost Savings
Smart Routing
Usage Analytics
Detailed Description
RelayPlane Proxy is an AI cost-intelligent proxy skill that significantly reduces API spending by analyzing request content and automatically routing to the most cost-effective model.
Core Features
- Smart Routing: Automatically selects appropriate models based on request complexity (simple questions use cheaper models)
- Cost Monitoring: Real-time tracking of API spending and token usage per model
- Usage Analytics: Generate detailed usage reports and cost analysis charts
- Budget Alerts: Set budget thresholds with automatic alerts when approaching the limit
- Cache Optimization: Cache similar requests to avoid duplicate API calls
Configuration
{
skills: {
"relayplane-proxy": {
apiKey: "xxx",
monthlyBudget: 50, // Monthly budget (USD)
preferCheap: true,
cacheEnabled: true
}
}
}
Use Cases
- Individual users controlling AI API spending
- Cost allocation and management for teams sharing OpenClaw
- Automatically choose the cheapest option among Claude, GPT, DeepSeek, and other models
- Generate monthly AI usage cost reports