Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
53
58%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No known issues
Fix and improve this skill with Tessl
tessl review fix ./skills/cli-routing/SKILL.mdCreate, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
npm install -g omniroute # or: npx omniroute
omniroute --versionsuggestFlags:
--max-cost <usd>--max-latency-ms <ms>--weights <json>--top <n>--explain--switchExample:
omniroute suggestcombo comboExample:
omniroute combo combocombo listList configured routing combos
Flags:
--jsonExample:
omniroute combo listcombo switch <name>Activate a routing combo
Example:
omniroute combo switch <name>combo create <name>Create a new routing combo
Example:
omniroute combo create <name>combo delete <name>Delete a routing combo
Flags:
--yesExample:
omniroute combo delete <name>3070925
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.