diegosouzapw/omniroute

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.

Trending #5042 First seen Jun 10, 2026

Installation

$ npx skills add diegosouzapw/omniroute --skill cli-resilience

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from diegosouzapw/omniroute · top by installs.

npx skills add diegosouzapw/omniroute

Browse all from diegosouzapw/omniroute

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 63.0K
License LICENSE
Default branch release/v3.8.51
Open issues 279
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,421 B
  • docs SUMMARY.md 2,327 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 382 installs

SKILL.md

<!-- 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