Agent Skills
› diegosouzapw/OmniRoute
› cli-models
cli-models
GitHub提供CLI工具用于查询AI模型目录、别名及详细信息,支持按提供商过滤、能力搜索和名称解析。
Trigger Scenarios
查询可用AI模型列表
浏览模型目录
搜索特定能力的模型
解析模型名称变体
Install
npx skills add diegosouzapw/OmniRoute --skill cli-models -g -y
SKILL.md
Frontmatter
{
"name": "cli-models",
"description": "Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants."
}
Overview
Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
models [provider]
Flags:
--search <query>--json
Example:
omniroute models [provider]
Version History
- 1cafd32 Current 2026-07-25 11:46


