skills/cli-routing/SKILL.md
Create, 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 --version
suggestFlags:
--max-cost <usd>--max-latency-ms <ms>--weights <json>--top <n>--explain--switchExample:
omniroute suggest
combo comboExample:
omniroute combo combo
combo listList configured routing combos
Flags:
--jsonExample:
omniroute combo list
combo 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>