intelli-router

Community

Route every request to the right model

AuthorColeMatthewBienek
Version1.0.0
Installs0

System Documentation

What problem does it solve?

IntelliRouter reduces AI API costs and latency by automatically classifying incoming requests by complexity and routing each one to the most appropriate model tier.

Core Features & Use Cases

  • Automated complexity triage: Uses a local Ollama model to classify each incoming user message into simple, moderate, coding, or complex tiers.
  • Cost-aware model routing: Routes simple tasks to a local model and escalates to higher-capability API models only when needed.
  • Always-on instruction for OpenClaw: Designed to run on every user message (except slash commands) before the agent generates a response, ensuring consistent routing behavior.

Use case: An agent handles a mixed chat where some messages are greetings or quick questions while others request debugging or architecture-level analysis; this skill keeps simple traffic local and reserves expensive models for the truly complex prompts.

Quick Start

Tell your OpenClaw agent to read the skill file at ~/.openclaw/workspace/skills/intelli-router/SKILL.md and use it as a skill.

Dependency Matrix

Required Modules

jsonsysrerequestssubprocessostime

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: intelli-router
Download link: https://github.com/ColeMatthewBienek/IntelliRouter/archive/main.zip#intelli-router

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.