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
- Python 3.10+ with pip
- Ollama (optional - only if using local classification)
- Anthropic API key or Claude Code OAuth token (or other provider key)