Installation

clawhub install bowen31337/intelligent-router

Summary

Classifies tasks into five complexity tiers and assigns the cheapest model capable of handling each one. Sub-agents and cron jobs that skip model selection default to expensive Sonnet, so this skill enforces explicit routing before they are created. Classification uses a 15-dimension scoring system covering reasoning markers, code presence, multi-step patterns, token count, and constraint density.

SKILL.md

Quick overview

Classifies tasks into five complexity tiers and assigns the cheapest model capable of handling each one. Sub-agents and cron jobs that skip model selection default to expensive Sonnet, so this skill enforces explicit routing before they are created. Classification uses a 15-dimension scoring system covering reasoning markers, code presence, multi-step patterns, token count, and constraint density.

Without explicit routing, every automated task defaults to Sonnet, and enforcing tier-based assignment at creation time cuts costs 80-95% on routine workloads.

Common tasks

  • Routing server monitoring cron jobs to free local models
  • Preventing sub-agents from defaulting to expensive Sonnet
  • Auditing existing cron payloads for missing or blocked model assignments
  • Auto-discovering which provider models are currently live and responsive
  • Delegating security reviews to Opus while sending heartbeats to cheaper models

Install paths

Primary command


openclaw install bowen31337/intelligent-router

ClawHub installer


npx clawhub@latest install bowen31337/intelligent-router

OpenClaw CLI


openclaw skills install bowen31337/intelligent-router

Direct OpenClaw install


openclaw install bowen31337/intelligent-router

Skill metadata

  • Category: CLI Utilities
  • Language: Markdown
  • Version: 3.0.1
  • Security status: Suspicious

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/bowen31337/intelligent-router

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.