Agent Skills
› diegosouzapw/OmniRoute
› cli-routing
cli-routing
GitHub提供CLI工具omniroute,用于创建、管理路由组合及策略测试。支持建议生成、指标查看和回退链配置,辅助开发者进行路由决策与运维操作。
Trigger Scenarios
用户需要管理或配置路由组合
用户希望通过CLI测试路由策略或查看指标
Install
npx skills add diegosouzapw/OmniRoute --skill cli-routing -g -y
SKILL.md
Frontmatter
{
"name": "cli-routing",
"description": "Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively."
}
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>
Version History
-
0ad0331
Current 2026-08-28 16:38
修复combo create命令无法接受models参数的问题,新增--models和--model选项以解决硬编码空数组问题。
- 1cafd32 2026-07-25 11:46


