Monitor service health, heartbeat freshness, stuck workflows, and trigger recovery or degraded mode. Use on: high-frequency schedule, after system startup, when a workflow stalls, when heartbeat freshness must be verified. Triggered by watchdog cron jobs or health check requests.
为常驻OpenClaw系统提供可观测性和恢复感知能力。验证进程存活状态、心跳新鲜度及工作流完整性。
必需参数:
servicehealthsummary: {
service: string
status: healthy | degraded | down | unknown
last_check: string # ISO-8601格式
latency_ms: number | null
error: string | null
}[]
expiredheartbeatlist: {
agentorskill: string
last_heartbeat: string # ISO-8601格式
seconds_expired: number
severity: warning | critical
}[]
stuckworkflowlist: {
workflow_id: string
workflow_name: string
stuck_since: string # ISO-8601格式
stuckdurationmin: number
last_progress: string | null
severity: warning | critical
}[]
recovery_recommendation: {
action: restart | notify | escalate | noaction | degradedmode
target: string
reason: string
}[]
degradedmoderecommendation: {
affected_services: string[]
degraded_features: string[]
estimatedrecoverytime: string | null
user_impact: string
}
watchdog_log: {
check_id: string
check_time: string # ISO-8601格式
services_checked: number
heartbeats_checked: number
workflows_checked: number
issues_found: number
observability_gap: string[] | null
}
| 过期秒数 | 严重级别 |
|---|---|
| < 60秒 | 健康 |
| 60秒 – 300秒 |
| 持续时间 | 严重级别 |
|---|---|
| < 10分钟 | 健康(运行中) |
| 10 – 30分钟 |
若监控数据不完整:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 watchdog-heartbeat-1775978641 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 watchdog-heartbeat-1775978641 技能
skillhub install watchdog-heartbeat-1775978641
文件大小: 2.04 KB | 发布时间: 2026-4-13 12:31