cli-routing
FeaturedCreate, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
AI & Automation 32,540 stars
4212 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## Overview
Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
## Quick install
```bash
npm install -g omniroute # or: npx omniroute
omniroute --version
```
## Subcommands
### `suggest`
**Flags:**
- `--max-cost <usd>`
- `--max-latency-ms <ms>`
- `--weights <json>`
- `--top <n>`
- `--explain`
- `--switch`
**Example:**
```bash
omniroute suggest
```
### `combo combo`
**Example:**
```bash
omniroute combo combo
```
### `combo list`
List configured routing combos
**Flags:**
- `--json`
**Example:**
```bash
omniroute combo list
```
### `combo switch <name>`
Activate a routing combo
**Example:**
```bash
omniroute combo switch <name>
```
### `combo create <name>`
Create a new routing combo
**Example:**
```bash
omniroute combo create <name>
```
### `combo delete <name>`
Delete a routing combo
**Flags:**
- `--yes`
**Example:**
```bash
omniroute combo delete <name>
```
Details
- Author
- diegosouzapw
- Repository
- diegosouzapw/OmniRoute
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
omni-combos-routing
Create and manage routing combos with 14 strategies (priority, weighted, round-robin, Auto-combo, etc.). Configure fallback chains, test routing outcomes, and retrieve combo metrics.
32,540 Updated today
diegosouzapw AI & Automation Featured
cli-setup
Run initial setup, configure global CLI settings, manage environment variables, check for updates, and configure autostart via the CLI setup and config commands.
32,540 Updated today
diegosouzapw AI & Automation Featured
cli-serve
Start, stop, and restart the OmniRoute server from the CLI. Manage daemon mode, port configuration, auto-recovery, system tray integration, and the dashboard open shortcut.
32,540 Updated today
diegosouzapw