iblai-router
Installation
SKILL.md
iblai-router
A zero-dependency proxy that sits between OpenClaw and the Anthropic API, routing each request to the cheapest capable model using a 14-dimension weighted scorer (<1ms overhead).
Install
Run the install script to set up everything automatically:
bash "$(dirname "$0")/scripts/install.sh"
This will:
- Copy
server.jsandconfig.jsonto~/.openclaw/workspace/router/ - Create and start a systemd service (
iblai-router) on port 8402 - Register
iblai-router/autoas an OpenClaw model provider
After install, iblai-router/auto is available anywhere OpenClaw accepts a model ID.