$npx -y skills add basezh/agent-skills-on-base --skill clawrouterThe agent-native LLM router for OpenClaw. Route every request to the right model at the right price. 15-dimension scoring, 41+ models, zero API keys.
| 1 | <div align="center"> |
| 2 | |
| 3 | <img src="assets/banner.png" alt="ClawRouter Banner" width="600"> |
| 4 | |
| 5 | <h3>The agent-native LLM router for <a href="https://openclaw.ai">OpenClaw</a></h3> |
| 6 | |
| 7 | Route every request to the right model at the right price.<br> |
| 8 | 15-dimension scoring, <1ms local routing, optimized for autonomous agents.<br> |
| 9 | One wallet, 41+ models, zero API keys. |
| 10 | |
| 11 | <img src="https://img.shields.io/badge/🚀_92%25_Cost_Savings-success?style=for-the-badge" alt="92% savings"> |
| 12 | <img src="https://img.shields.io/badge/🔑_Zero_API_Keys-blue?style=for-the-badge" alt="No API keys"> |
| 13 | <img src="https://img.shields.io/badge/🤖_41+_Models-purple?style=for-the-badge" alt="41+ models"> |
| 14 | <img src="https://img.shields.io/badge/💰_Non--Custodial-orange?style=for-the-badge" alt="Non-custodial"> |
| 15 | <img src="https://img.shields.io/badge/⚡_<1ms_Routing-yellow?style=for-the-badge" alt="Fast routing"> |
| 16 | |
| 17 | [](https://npmjs.com/package/@blockrun/clawrouter) |
| 18 | [](https://npmjs.com/package/@blockrun/clawrouter) |
| 19 | [](https://github.com/BlockRunAI/ClawRouter) |
| 20 | [](https://github.com/BlockRunAI/ClawRouter/actions) |
| 21 | [](https://typescriptlang.org) |
| 22 | [](LICENSE) |
| 23 | |
| 24 | [](https://x.com/USDC/status/2021625822294216977) |
| 25 | [](https://x402.org) |
| 26 | [](https://base.org) |
| 27 | [](https://solana.com) |
| 28 | [](https://openclaw.ai) |
| 29 | [](https://t.me/blockrunAI) |
| 30 | |
| 31 | </div> |
| 32 | |
| 33 | --- |
| 34 | |
| 35 | ## 📑 Quick Navigation |
| 36 | |
| 37 | | Section | Description | |
| 38 | | ----------------------------------------- | ------------------------------- | |
| 39 | | [Quick Start](#-quick-start) | Install in 2 minutes | |
| 40 | | [Routing Profiles](#-routing-profiles) | eco / auto / premium / free | |
| 41 | | [Image Generation](#-image-generation) | /imagegen with 5 models | |
| 42 | | [How It Works](#-how-it-works) | 15-dimension local routing | |
| 43 | | [Models & Pricing](#-models--pricing) | 41+ models, full price list | |
| 44 | | [Screenshots](#-screenshots) | See it in action | |
| 45 | | [Payment](#-payment) | x402 non-custodial USDC | |
| 46 | | [Configuration](#%EF%B8%8F-configuration) | Environment variables | |
| 47 | | [Troubleshooting](#-troubleshooting) | `doctor` AI-powered diagnostics | |
| 48 | | [vs OpenRouter](#-vs-openrouter) | Why ClawRouter wins | |
| 49 | | [Support](#-support) | Telegram, X, founders | |
| 50 | |
| 51 | --- |
| 52 | |
| 53 | ## 🚀 Quick Start |
| 54 | |
| 55 | ```bash |
| 56 | # 1. Install with smart routing enabled |
| 57 | curl -fsSL https://blockrun.ai/ClawRouter-update | bash |
| 58 | openclaw gateway restart |
| 59 | |
| 60 | # 2. Fund your wallet with USDC on Base or Solana (address printed on install) |
| 61 | # $5 is enough for thousands of requests |
| 62 | ``` |
| 63 | |
| 64 | Done! Smart routing (`blockrun/auto`) is now your default model. |
| 65 | |
| 66 | --- |
| 67 | |
| 68 | ## 🎯 Routing Profiles |
| 69 | |
| 70 | Choose your routing strategy with `/model <profile>`: |
| 71 | |
| 72 | | Profile | Strategy | Savings | Best For | |
| 73 | | ---------------- | ------------------ | ------- | ---------------- | |
| 74 | | `/model auto` | Balanced (default) | 74-100% | General use | |
| 75 | | `/model eco` | Cheapest possible | 95-100% | Maximum savings | |
| 76 | | `/model premium` | Best quality | 0% | Mission-critical | |
| 77 | | `/model free` | Free tier only | 100% | Zero cost | |
| 78 | |
| 79 | **Shortcuts:** `/model grok`, `/model br-sonnet`, `/model gpt5`, `/model o3` |
| 80 | |
| 81 | --- |
| 82 | |
| 83 | ## 🎨 Image Generation |
| 84 | |
| 85 | Generate images directly from chat with `/imagegen`: |
| 86 | |
| 87 | ``` |
| 88 | /imagegen a dog dancing on the beach |
| 89 | /imagegen --model dall-e-3 a futuristic city at sunset |
| 90 | /imagegen --model banana-pro --size 2048x |