llmrouter

Installation
SKILL.md

LLM Router

An intelligent proxy that classifies incoming requests by complexity and routes them to appropriate LLM models. Use cheaper/faster models for simple tasks and reserve expensive models for complex ones.

Works with OpenClaw to reduce token usage and API costs by routing simple requests to smaller models.

Status: Tested with Anthropic, OpenAI, Google Gemini, Kimi/Moonshot, and Ollama.

Quick Start

Prerequisites

  1. Python 3.10+ with pip
  2. Ollama (optional - only if using local classification)
  3. Anthropic API key or Claude Code OAuth token (or other provider key)

Setup

Installs
4
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 3, 2026
llmrouter — openclaw/skills