@diegosouzapw/cli-resilience

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

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namecli-resilience
descriptionInspect 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

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

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@diegosouzapw/cli-resilience/verified)](https://skillsafe.ai/skill/@diegosouzapw/cli-resilience/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@diegosouzapw/cli-resilience/installs)](https://skillsafe.ai/skill/@diegosouzapw/cli-resilience/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@diegosouzapw/cli-resilience/scan)](https://skillsafe.ai/skill/@diegosouzapw/cli-resilience/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@diegosouzapw/cli-resilience/eval)](https://skillsafe.ai/skill/@diegosouzapw/cli-resilience/)