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


