Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jaccen/AIRoute --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/jaccen-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 AIRoute # or: npx AIRoute
AIRoute --version
```
## Subcommands
### `quota`
**Flags:**
- `--provider <id>`
- `--json`
**Example:**
```bash
AIRoute quota
```
### `resilience`
**Example:**
```bash
AIRoute resilience
```
### `resilience status`
**Flags:**
- `--provider <p>`
**Example:**
```bash
AIRoute resilience status
```
### `resilience breakers`
**Flags:**
- `--provider <p>`
**Example:**
```bash
AIRoute resilience breakers
```
### `resilience cooldowns`
**Flags:**
- `--provider <p>`
- `--connection-id <id>`
**Example:**
```bash
AIRoute resilience cooldowns
```
### `resilience lockouts`
**Flags:**
- `--provider <p>`
- `--model <m>`
**Example:**
```bash
AIRoute resilience lockouts
```
### `resilience reset`
**Flags:**
- `--connection-id <id>`
- `--model <m>`
- `--all-cooldowns`
- `--yes`
**Example:**
```bash
AIRoute resilience reset
```
### `resilience profile`
**Example:**
```bash
AIRoute resilience profile
```
### `resilience show`
**Example:**
```bash
AIRoute resilience show
```
### `resilience set`
**Example:**
```bash
AIRoute resilience set
```
### `resilience config`
**Example:**
```bash
AIRoute resilience config
```
### `resilience show`
**Example:**
```bash
AIRoute resilience show
```
### `resilience set`
**Flags:**
- `--threshold <n>`
- `--reset-timeout <ms>`
- `--base-cooldown <ms>`
**Example:**
```bash
AIRoute resilience set
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!