cli-resilience
SolidInspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
AI & Automation 6,067 stars
1058 forks Updated today MIT
Install
Quality Score: 91/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
Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
## Quick install
```bash
npm install -g omniroute # or: npx omniroute
omniroute --version
```
## Subcommands
### `quota`
**Flags:**
- `--provider <id>`
- `--json`
**Example:**
```bash
omniroute quota
```
### `resilience`
**Example:**
```bash
omniroute resilience
```
### `resilience status`
**Flags:**
- `--provider <p>`
**Example:**
```bash
omniroute resilience status
```
### `resilience breakers`
**Flags:**
- `--provider <p>`
**Example:**
```bash
omniroute resilience breakers
```
### `resilience cooldowns`
**Flags:**
- `--provider <p>`
- `--connection-id <id>`
**Example:**
```bash
omniroute resilience cooldowns
```
### `resilience lockouts`
**Flags:**
- `--provider <p>`
- `--model <m>`
**Example:**
```bash
omniroute resilience lockouts
```
### `resilience reset`
**Flags:**
- `--connection-id <id>`
- `--model <m>`
- `--all-cooldowns`
- `--yes`
**Example:**
```bash
omniroute resilience reset
```
### `resilience profile`
**Example:**
```bash
omniroute resilience profile
```
### `resilience show`
**Example:**
```bash
omniroute resilience show
```
### `resilience set`
**Example:**
```bash
omniroute resilience set
```
### `resilience config`
**Example:**
```bash
o...
Details
- Author
- diegosouzapw
- Repository
- diegosouzapw/OmniRoute
- Created
- 3 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 Solid
cli-providers
Manage provider connections from the CLI: list available/configured providers, add, test, test-all, validate, rotate API keys, and view per-provider metrics.
6,067 Updated today
diegosouzapw AI & Automation Solid
omni-resilience
Monitor provider health, circuit-breaker states, p50/p95/p99 latency metrics, and budget guard alerts. Inspect connection cooldowns and model lockouts in real time.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-plugins-skills
Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
6,067 Updated today
diegosouzapw