cli-providers
FeaturedManage provider connections from the CLI: list available/configured providers, add, test, test-all, validate, rotate API keys, and view per-provider metrics.
AI & Automation 31,567 stars
4081 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## Overview
Manage provider connections from the CLI: list available/configured providers, add, test, test-all, validate, rotate API keys, and view per-provider metrics.
## Quick install
```bash
npm install -g omniroute # or: npx omniroute
omniroute --version
```
## Subcommands
### `provider-cmd provider [subcommand]`
Manage provider connections (use
**Example:**
```bash
omniroute provider-cmd provider [subcommand]
```
### `providers`
**Example:**
```bash
omniroute providers
```
### `providers available`
Show available providers in the OmniRoute catalog
**Flags:**
- `--json`
- `--search <query>`
- `-q, --q <query>`
- `--category <category>`
**Example:**
```bash
omniroute providers available
```
### `providers list`
List configured provider connections
**Flags:**
- `--json`
**Example:**
```bash
omniroute providers list
```
### `providers test <idOrName>`
Test a configured provider connection
**Flags:**
- `--json`
**Example:**
```bash
omniroute providers test <idOrName>
```
### `providers test-all`
Test all active provider connections
**Flags:**
- `--json`
**Example:**
```bash
omniroute providers test-all
```
### `providers validate`
Validate local provider configuration without calling upstream
**Flags:**
- `--json`
**Example:**
```bash
omniroute providers validate
```
### `providers rotate <idOrName>`
**Flags:**
- `--new-key <key>`
- `--from...
Details
- Author
- diegosouzapw
- Repository
- diegosouzapw/OmniRoute
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
omni-providers
Manage provider connections, API keys, OAuth flows, and connection tests via the REST API. List, add, update, remove, and test AI provider integrations (OpenAI, Anthropic, Gemini, and 160+).
31,567 Updated today
diegosouzapw AI & Automation Featured
cli-keys
Create, list, rotate, and revoke OmniRoute API keys from the CLI. Manage OAuth flows for provider authentication and inspect key scopes and expiration.
31,567 Updated today
diegosouzapw AI & Automation Featured
cli-resilience
Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
31,567 Updated today
diegosouzapw