iblai-router

Route OpenClaw requests to the cheapest suitable Claude model.

43|8|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/iblai/iblai-openclaw-router --skill iblai-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iblai-router
Source: https://github.com/iblai/iblai-openclaw-router/tree/main
Command: npx skills add https://github.com/iblai/iblai-openclaw-router --skill iblai-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Route every OpenClaw request to the cheapest Claude model that can handle it.

Core Features & Use Cases

  • Automatic, cost-aware routing across LIGHT, MEDIUM, and HEAVY Claude models to minimize spend.
  • Zero-dependency Node.js proxy with hot-reloadable config and optional OpenRouter support.
  • Seamless OpenClaw integration via a scriptable installer and provider registration.

Quick Start

Install iblai-router, register iblai-router/auto in OpenClaw, then start routing.

Frequently Asked Questions about iblai-router

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

FAQPage Schema
How do I route Claude API requests to the cheapest available model?

You can route Claude API requests to the cheapest capable model by deploying a zero-dependency Node.js proxy that automatically evaluates and directs traffic based on cost-aware scoring across LIGHT, MEDIUM, and HEAVY model tiers.

Does the iblai-router proxy support OpenRouter backends for Claude model routing?

Yes, the routing proxy supports OpenRouter-compatible backends alongside native Anthropic Claude models, allowing you to consolidate and dynamically route API traffic through a lightweight scoring engine to minimize spend.

How do I automatically reduce Anthropic API costs for background cron jobs?

To reduce Anthropic API costs for background cron jobs, you can apply cost-aware routing across your deployments to automatically redirect interactive sessions and subagent traffic to the cheapest Claude model that can handle the workload.

Can I update model routing configuration without restarting the Node.js proxy?

Yes, you can update model routing configurations without restarting the proxy because it supports hot-reloadable config files, allowing dynamic adjustments to your traffic distribution and cost-optimization strategies on the fly.

What is the best way to integrate a cost-optimization router into an OpenClaw deployment?

The best way to integrate a cost-optimization router into OpenClaw is by running a scriptable installer that automatically registers the routing provider, enabling seamless traffic direction to Anthropic and OpenRouter backends.