Agent Skills
› diegosouzapw/OmniRoute
› cli-health
cli-health
GitHub提供CLI工具检查服务器健康、组件状态及实时指标,支持仪表盘查看熔断器和提供商状态。
触发场景
需要检查服务器或组件健康状态
查看实时系统指标和仪表板
安装
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
版本历史
- 1cafd32 当前 2026-07-25 11:46


