OmniRoute — управление маршрутами LLM-провайдеров в терминале

★ 7.9 · orchestration

cli-routing is a Claude Code skill that enables creating, listing, updating, and deleting routing combos through the OmniRoute CLI. Install it globally with `npm install -g omniroute` and use subcommands like `combo list`, `combo create`, `combo switch`, and `combo delete` to manage provider routing configurations directly from the terminal. The `suggest` command helps find optimal combos based on cost constraints (`--max-cost`), latency limits (`--max-latency-ms`), and custom provider weights, with an `--explain` flag for insight into recommendations. It is aimed at developers building API gateways with dynamic LLM provider selection who need to test and reconfigure fallback chains without manually editing config files.