Communityv0.1.1

Model Router

Route model requests based on configured models, costs and task complexity. Use for routing general/low-complexity requests to the cheapest available model and for higher-complexity requests to stronger models.

3.5kdownloads11stars20active installsMrJootta
View on ClawHubBack to Skills

Skill Details

Slug
model-router-premium
Latest Version
0.1.1
Author
MrJootta
Published
Feb 7, 2026
Updated
Feb 25, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Model Router.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.1.1

- Added support for routing model requests based on configured models, costs, and task complexity. - Introduced a CLI/library (scripts/router.py) to select an appropriate model using a configuration file. - Provided example configuration (examples/models.json) for easy setup. - Implemented heuristics for routing: defaulting simple tasks to the cheapest model, escalating complex tasks as needed. - Made model metadata (capabilities, cost score, tags) explicit for transparency and auditability.