Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add diegosouzapw/OmniRoute --skill cli-resilience --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Resilience?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/diegosouzapw-cli-resilience)More formats (shields.io, HTML) on the badges page.
---
name: cli-resilience
description: Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
---
<!-- 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
```
### `quota status`
Show truthful OmniRoute gateway, quota, pool, and circuit state
**Example:**
```bash
omniroute quota status
```
### `quota preview`
Preview allocation enforcement without an upstream request
**Flags:**
- `--tokens <n>`
**Example:**
```bash
omniroute quota preview
```
### `quota ensure <json>`
Idempotently create or update a quota pool from a JSON object
**Example:**
```bash
omniroute quota ensure <json>
```
### `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
omniroute resilience config
```
### `resilience show`
**Example:**
```bash
omniroute resilience show
```
### `resilience set`
**Flags:**
- `--threshold <n>`
- `--reset-timeout <ms>`
- `--base-cooldown <ms>`
**Example:**
```bash
omniroute resilience set
```
No comments yet. Be the first to comment!