clawrouter

Route each request to the cheapest capable model across 30+ providers.

6.7k|636|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BlockRunAI/ClawRouter --skill clawrouter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawrouter
Source: https://github.com/BlockRunAI/ClawRouter/tree/main/skills/clawrouter
Command: npx skills add https://github.com/BlockRunAI/ClawRouter --skill clawrouter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawRouter reduces AI inference costs by routing each request to the cheapest provider that can satisfy it, across 30+ models from major vendors.

Core Features & Use Cases

  • Local, cost-aware routing across OpenAI, Anthropic, Google, DeepSeek, and xAI using a single wallet.
  • Deterministic model selection that balances price and capability for common workloads such as chat, summarization, code generation, and reasoning.
  • Use cases include high-volume customer support agents, code assistants, and data analysis pipelines that require scalable model choice at runtime.

Quick Start

  1. Install the plugin: openclaw plugins install @blockrun/clawrouter
  2. Enable smart routing by default: openclaw models set blockrun/auto
  3. Pin a specific model if desired: openclaw models set openai/gpt-4o

Frequently Asked Questions about clawrouter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route LLM requests to the cheapest capable model?

Route LLM requests to the cheapest capable model by applying a local, deterministic, cost-aware scoring mechanism across 30+ models to minimize latency and expense without external API calls.

What is local multi-model routing and how does it reduce inference costs?

Local multi-model routing reduces inference costs by evaluating request capabilities locally and directing each task to the cheapest provider that can satisfy it across multiple vendors.

Does smart routing work with OpenAI, Anthropic, and Google models using a single wallet?

Smart routing works with OpenAI, Anthropic, Google, DeepSeek, and xAI models using a single wallet to pay for usage across all providers.

How do I set up provider-agnostic routing for high-volume code assistants?

Set up provider-agnostic routing by installing the plugin and enabling smart routing by default, balancing price and capability for high-volume workloads like code assistants.

Can I pin a specific model if I don't want automatic cost-optimization?

You can pin a specific model if you don't want automatic cost-optimization by setting a specific model parameter, overriding the default smart routing behavior.

When should I not use automatic model routing for my AI workloads?

Avoid automatic model routing when your AI workloads require a strictly pinned model for compliance, as the deterministic selection dynamically balances price and capability across providers.