# CLI Resilience

> ---

- Skill: `jaccen/cli-resilience` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaccen/cli-resilience`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaccen/cli-resilience/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jaccen (https://skillmd.com/u/jaccen)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jaccen/cli-resilience

---

﻿---
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
```

