Agent Skills
› diegosouzapw/OmniRoute
› cli-models
cli-models
GitHub提供CLI工具用于查询AI模型目录、别名及详细信息,支持按提供商过滤、能力搜索和名称解析。
触发场景
查询可用AI模型列表
浏览模型目录
搜索特定能力的模型
解析模型名称变体
安装
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]
版本历史
- 1cafd32 当前 2026-07-25 11:46


