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


