iblai-openclaw-router
Route requests to the cheapest capable model automatically
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install iblai-openclaw-router?โผ
Run `npx skills add iblai/iblai-openclaw-router --all -g -y` in your terminal to install the router globally. The setup script starts a local service and registers the auto model with OpenClaw.
How does the router reduce API costs?โผ
It scores each request's complexity in under a millisecond and sends simple tasks to cheap models while reserving expensive models for deep reasoning. Typical savings reach around 70 to 80 percent on routine workloads.
Does it send my data to third parties?โผ
No. The router runs entirely on your local server and forwards requests directly to your chosen provider using your own API key.
Can I use models from other providers?โผ
Yes. Each tier can point to a different provider such as OpenRouter, z.ai, or Moonshot, as long as it supports the Anthropic Messages API format.
Can I customize the routing rules?โผ
Yes. All scoring keywords, tier models, and thresholds live in a single config file that hot-reloads on save, so no restart is needed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core