CtrlK
BlogDocsLog inGet started
Tessl Logo

cli-routing

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

53

Quality

58%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./skills/cli-routing/SKILL.md
SKILL.md
Quality
Evals
Security

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

Example:

omniroute combo create <name>

combo delete <name>

Delete a routing combo

Flags:

  • --yes

Example:

omniroute combo delete <name>
Repository
diegosouzapw/OmniRoute
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.