cli-resilience
The cli-resilience skill provides command-line tools for monitoring and managing fault tolerance mechanisms in OmniRoute, including circuit-breaker states, connection cooldowns, rate-limit quotas, and backoff configurations. Use it to inspect provider health status, reset stuck connections, and adjust resilience thresholds when providers experience failures or quota exhaustion.
git clone --depth 1 https://github.com/diegosouzapw/OmniRoute /tmp/cli-resilience && cp -r /tmp/cli-resilience/skills/cli-resilience ~/.claude/skills/cli-resilienceSKILL.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 ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` ## Subcommands ### `quota` **Flags:** - `--provider <id>` - `--json` **Example:** ```bash omniroute quota ``` ### `resilience` **Example:** ```bash omniroute resilience ``` ### `resilience status` **Flags:** - `--provider <p>` **Example:** ```bash omniroute resilience status ``` ### `resilience breakers` **Flags:** - `--provider <p>` **Example:** ```bash omniroute resilience breakers ``` ### `resilience cooldowns` **Flags:** - `--provider <p>` - `--connection-id <id>` **Example:** ```bash omniroute resilience cooldowns ``` ### `resilience lockouts` **Flags:** - `--provider <p>` - `--model <m>` **Example:** ```bash omniroute resilience lockouts ``` ### `resilience reset` **Flags:** - `--connection-id <id>` - `--model <m>` - `--all-cooldowns` - `--yes` **Example:** ```bash omniroute resilience reset ``` ### `resilience profile` **Example:** ```bash omniroute resilience profile ``` ### `resilience show` **Example:** ```bash omniroute resilience show ``` ### `resilience set` **Example:** ```bash omniroute resilience set ``` ### `resilience config` **Example:** ```bash omniroute resilience config ``` ### `resilience show` **Example:** ```bash omniroute resilience show ``` ### `resilience set` **Flags:** - `--threshold <n>` - `--reset-timeout <ms>` - `--base-cooldown <ms>` **Example:** ```bash omniroute resilience set ```
Interact with the OmniRoute A2A server from the CLI. Send tasks, inspect skill execution history, and test the JSON-RPC 2.0 agent-to-agent protocol interactively.
Backup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files.
Submit and monitor batch inference jobs from the CLI. Upload and manage files for batch processing, retrieve results, and integrate batch pipelines with CI/CD workflows.
Send chat completions, stream responses, and start an interactive REPL session from the CLI. Supports all OmniRoute providers, combo routing, and system prompt configuration.
Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.
Manage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines.
View cost breakdowns, token usage, and call logs from the CLI. Filter by provider, model, or date range. Export usage reports and inspect per-connection spending.
Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model performance, and integrate eval runs with CI workflows from the CLI.