clawd-router
v1.0.8
Published
Smart LLM router — auto-routes requests to the best OpenRouter model
Readme
clawd-router
Smart LLM router — auto-routes requests to the best OpenRouter model.
Prerequisites
Provide an OpenRouter API key in one of these ways:
OPENROUTER_API_KEYenvironment variableenv.OPENROUTER_API_KEYin~/.openclaw/openclaw.jsonopenclaw onboard --token-provider openrouter --token "sk-or-..."(clawd-router reuses this key)
Install
curl -fsSL https://cdn.jsdelivr.net/npm/clawd-router/scripts/install.sh | bash
openclaw gateway restartThis installs the plugin and adds it to the allowlist so it enables immediately. If you already have OpenRouter configured in OpenClaw, clawd-router will reuse that key automatically.
Usage
openclaw models set clawd-router/auto
openclaw gateway restart