Agent Skills
› diegosouzapw/OmniRoute
› cli-health
cli-health
GitHub通过 CLI 检查服务器健康状态、组件状态及实时指标,支持查看断路器和服务提供者状态仪表盘。
Trigger Scenarios
需要检查服务器或组件健康状态
查看实时运行指标和断路器状态
排查服务可用性故障
Install
npx skills add diegosouzapw/OmniRoute --skill cli-health -g -y
SKILL.md
Frontmatter
{
"name": "cli-health",
"description": "Check server health, component status, and live metrics from the CLI. Run `health`, `health components`, and `health watch` for a real-time dashboard of circuit breakers and provider status."
}
Overview
Check server health, component status, and live metrics from the CLI. Run health, health components, and health watch for a real-time dashboard of circuit breakers and provider status.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
doctor
Flags:
--no-liveness--host <host>--liveness-url <url>
Example:
omniroute doctor
health
Flags:
-v, --verbose--json--alerts-only
Example:
omniroute health
health components
List health components and their status
Flags:
--alerts-only
Example:
omniroute health components
health watch
Live dashboard — refresh every N seconds
Flags:
--interval <s>
Example:
omniroute health watch
status
Show OmniRoute status dashboard
Flags:
-v, --verbose
Example:
omniroute status
Version History
- 1cafd32 Current 2026-07-25 11:46


