Installation Guide

ClawRouter โšก

The agent-native LLM router for OpenClaw
Route every request to the right model at the right price. 15-dimension scoring, <1ms local routing.
<1ms
Local Routing
30+
Models
92%
Cost Savings
$2.05
Blended /M tokens
0
API Keys Needed
Installation Steps
1
Install ClawRouter
One command installs ClawRouter and restarts your OpenClaw gateway with smart routing enabled.
bash
# Install with smart routing enabled
curl -fsSL https://blockrun.ai/ClawRouter-update | bash
openclaw gateway restart

# Smart routing (blockrun/auto) is now your default model
# Your wallet address will be printed on install
2
Fund Your Wallet
No account, no API key. Payment is authentication via x402 โ€” non-custodial USDC on Base (L2).
๐Ÿ’ณ How the wallet works
1
Wallet auto-generated on Base L2 โ€” saved at ~/.openclaw/blockrun/wallet.key
2
Fund with USDC on Base โ€” $5 is enough for thousands of requests
3
Each request triggers a 402 response with price โ€” your wallet signs and pays automatically
4
USDC stays in your wallet until spent โ€” fully non-custodial, you hold your keys
bash ยท wallet commands
/wallet     # Check balance and address
/stats      # View usage and savings
3
Choose a Routing Profile
Switch profiles at any time with /model <profile> in your chat.
Profile
Strategy
Savings
Best For
/model auto
Balanced (default)
74โ€“100%
General use
/model eco
Cheapest possible
95โ€“100%
Max savings
/model premium
Best quality
0%
Mission-critical
/model free
Free tier only
100%
Zero cost
4
Model Shortcuts
Direct model shortcuts available alongside routing profiles.
bash ยท in-chat commands
/model grok        # grok-4-fast
/model br-sonnet   # claude-sonnet-4 via ClawRouter
/model gpt5        # gpt-5.2-codex
/model o3          # o3 reasoning model
/model auto        # back to smart routing
/model free        # gpt-oss-120b (FREE fallback)
5
ClawRouter vs OpenRouter
OpenRouter / LiteLLM
โœ— Human creates account
โœ— API key (shared secret)
โœ— Prepaid balance (custodial)
โœ— Proprietary routing
โœ— Per-key rate limits
โœ— ~$25/M (Opus equivalent)
ClawRouter โšก
โœ“ Agent generates wallet
โœ“ Wallet signature (cryptographic)
โœ“ Per-request (non-custodial)
โœ“ Open source, client-side
โœ“ No rate limits
โœ“ $2.05/M blended average