Agent Skills
› diegosouzapw/OmniRoute
› cli-models
cli-models
GitHub提供CLI工具omniroute,用于查询AI模型、列出别名及浏览目录。支持按提供商筛选、按能力搜索和解析模型名称变体,帮助用户快速定位所需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


