Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
Install
npx skillscat add diegosouzapw/omniroute/cli-routing Install via the SkillsCat registry.
SKILL.md
Overview
Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --versionSubcommands
suggest
Flags:
--max-cost <usd>--max-latency-ms <ms>--weights <json>--top <n>--explain--switch
Example:
omniroute suggestcombo combo
Example:
omniroute combo combocombo list
List configured routing combos
Flags:
--json
Example:
omniroute combo listcombo switch <name>
Activate a routing combo
Example:
omniroute combo switch <name>combo create <name>
Create a new routing combo
Flags:
--models <spec>--model <spec>
Example:
omniroute combo create <name>combo delete <name>
Delete a routing combo
Flags:
--yes
Example:
omniroute combo delete <name>