Agent Skills
› diegosouzapw/OmniRoute
› cli-routing
cli-routing
GitHubCLI工具,用于管理路由组合的创建、列表、更新和删除。支持测试路由策略、检查指标及配置回退链,提供交互式操作界面。
Trigger Scenarios
需要创建或修改路由组合
查看当前路由配置列表
切换激活的路由策略
删除不再使用的路由组合
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
Example:
omniroute combo create <name>
combo delete <name>
Delete a routing combo
Flags:
--yes
Example:
omniroute combo delete <name>
Version History
- 1cafd32 Current 2026-07-25 11:46


