cli-resilience

SkillDev tools

Lets your agent inspect and reset circuit breakers, cooldowns, and rate limits for providers from the command line.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the cli-resilience skill

About this capability

Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.

What this skill tells your AI

The instructions your AI receives, as published by diegosouzapw/omniroute in skills/cli-resilience/SKILL.md and read by ahel’s review.

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

npm install -g omniroute   # or: npx omniroute
omniroute --version

Subcommands

quota

Flags:

  • --provider <id>
  • --json

Example:

omniroute quota

quota status

Show truthful OmniRoute gateway, quota, pool, and circuit state

Example:

omniroute quota status

quota preview

Preview allocation enforcement without an upstream request

Flags:

  • --tokens <n>

Example:

omniroute quota preview

quota ensure <json>

Idempotently create or update a quota pool from a JSON object

Example:

omniroute quota ensure <json>

resilience

Example:

omniroute resilience

resilience status

Flags:

  • --provider <p>

Example:

omniroute resilience status

resilience breakers

Flags:

  • --provider <p>

Example:

omniroute resilience breakers

resilience cooldowns

Flags:

  • --provider <p>
  • --connection-id <id>

Example:

omniroute resilience cooldowns

resilience lockouts

Flags:

  • --provider <p>
  • --model <m>

Example:

omniroute resilience lockouts

resilience reset

Flags:

  • --connection-id <id>
  • --model <m>
  • --all-cooldowns
  • --yes

Example:

omniroute resilience reset

resilience profile

Example:

omniroute resilience profile

resilience show

Example:

omniroute resilience show

resilience set

Example:

omniroute resilience set

resilience config

Example:

omniroute resilience config

resilience show

Example:

omniroute resilience show

resilience set

Flags:

  • --threshold <n>
  • --reset-timeout <ms>
  • --base-cooldown <ms>

Example:

omniroute resilience set

Signals

GitHub stars
64k
Forks
9k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
cli-resilience
Source
github.com/diegosouzapw/omniroute