cli-routing

SkillMonitoring & ops

Lets your agent create, update, and delete routing combos, test strategies, and inspect metrics from the CLI.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the cli-routing skill

About this capability

Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.

What this skill tells your AI

The instructions your AI receives, as published by diegosouzapw/omniroute in skills/cli-routing/SKILL.md and read by ahel’s review.

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 --version

Subcommands

suggest

Flags:

  • --max-cost <usd>
  • --max-latency-ms <ms>
  • --weights <json>
  • --top <n>
  • --explain
  • --switch

Example:

omniroute suggest

combo combo

Example:

omniroute combo combo

combo list

List configured routing combos

Flags:

  • --json

Example:

omniroute combo list

combo 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>

Signals

GitHub stars
64k
Forks
9k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
cli-routing
Source
github.com/diegosouzapw/omniroute