Skip to main content
ClaudeWave
Skill6.1k estrellas del repoactualizado today

cli-models

The cli-models skill provides command-line tools to query, filter, and browse available AI models from the OmniRoute catalog. Use it to list models by provider, search models by capability keywords, resolve model name aliases, and output results in JSON format for programmatic access.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/diegosouzapw/OmniRoute /tmp/cli-models && cp -r /tmp/cli-models/skills/cli-models ~/.claude/skills/cli-models
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

## 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

```bash
npm install -g omniroute   # or: npx omniroute
omniroute --version
```

## Subcommands

### `models [provider]`

**Flags:**

- `--search <query>`
- `--json`

**Example:**

```bash
omniroute models [provider]
```