iblaiiblaiOfficialยท1 Agent Skills Included

iblai-openclaw-router

Route requests to the cheapest capable model automatically

Routes every OpenClaw request to the cheapest capable model using a fast weighted scorer across light, medium, and heavy tiers. Cuts API spending by up to 80 percent on routine cron jobs and background tasks without losing quality on deep reasoning work. Runs fully local as a zero-dependency proxy with hot-reloading config and per-tier support for multiple providers.
npx skills add iblai/iblai-openclaw-router --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’