/install arc-skill-health-monitor
Skill Health Monitor
Catch skill degradation before it becomes a crisis. Monitors response times, error rates, output drift, and resource usage for deployed skills.
Why This Exists
Skills work fine during testing, then silently degrade in production. Free models change behavior, APIs add latency, memory leaks accumulate. By the time you notice, your agent has been running on broken skills for hours.
Commands
Monitor a skill execution
python3 {baseDir}/scripts/health_monitor.py check --skill \x3Cname> --cmd "python3 path/to/script.py"
View health dashboard
python3 {baseDir}/scripts/health_monitor.py dashboard
Set alert thresholds
python3 {baseDir}/scripts/health_monitor.py threshold --skill \x3Cname> --max-latency 5000 --max-errors 3
Export health report
python3 {baseDir}/scripts/health_monitor.py report --json
View trends for a skill
python3 {baseDir}/scripts/health_monitor.py trend --skill \x3Cname> --period 24h
What It Tracks
- Latency: Execution time per invocation, p50/p95/p99 percentiles
- Error rate: Failed executions, error types, frequency
- Output drift: Detects when output format or content changes unexpectedly
- Resource usage: Memory and CPU at execution time
- Uptime: Availability over time windows (1h, 24h, 7d)
Alerting
- Console alerts when thresholds are exceeded
- JSON webhook support for external integrations
- Configurable per-skill thresholds
Data Storage
Health data is stored in ~/.openclaw/health/ as JSON files. One file per skill, rotated daily.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arc-skill-health-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/arc-skill-health-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Skill Health Monitor 是什么?
Monitor deployed skills for performance drift, errors, and unexpected behavior changes. Continuous post-deployment health checks with alerting and trend trac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 856 次。
如何安装 Skill Health Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arc-skill-health-monitor」即可一键安装,无需额外配置。
Skill Health Monitor 是免费的吗?
是的,Skill Health Monitor 完全免费(开源免费),可自由下载、安装和使用。
Skill Health Monitor 支持哪些平台?
Skill Health Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Skill Health Monitor?
由 ArcSelf(@trypto1019)开发并维护,当前版本 v1.1.0。