返回顶部
c

cron-health-check-zc

Monitors OpenClaw cron job health, identifies failures, timeouts, and delivery issues.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
93
下载量
0
收藏
概述
安装方式
版本历史

cron-health-check-zc

# Cron Health Check | OpenClaw Skill ## Description Monitors OpenClaw cron job health, identifies failures, timeouts, and delivery issues. # Cron Health Check | OpenClaw Skill Monitors the health of OpenClaw cron jobs by analyzing run history and identifying patterns of failures, timeouts, and delivery issues. ## Usage - As a scheduled cron job to monitor job health proactively - Manually to check current cron job status - After fixing cron job errors to verify improvements ```bash # Check health of all cron jobs (last 24 hours) python3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py # Check last 48 hours python3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py --hours 48 # Output JSON format python3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py --json ``` ## What this skill does - **Analyzes** cron job run history from the last N hours - **Identifies** jobs with consecutive failures, timeouts, or delivery issues - **Reports** health status (healthy/warning/critical) for each job - **Suggests** fixes (e.g., adding --best-effort-deliver for delivery failures) - **Detects** OpenRouter API limit issues ## Integration as a Cron Job This skill can run periodically to monitor cron job health: ```json { "payload": { "kind": "agentTurn", "message": "Run cron-health-check skill to analyze cron job health.", "model": "openrouter/google/gemini-2.5-flash", "thinking": "low", "timeoutSeconds": 60 }, "schedule": { "kind": "cron", "cron": "0 */6 * * *" }, "delivery": { "mode": "announce", "bestEffort": true }, "sessionTarget": "isolated", "name": "Cron Health Monitor" } ``` ## Output Health status for each job: - **healthy**: No issues detected - **warning**: Some issues but not critical - **critical**: Multiple consecutive failures or timeouts Issues detected: - Consecutive errors - Timeout patterns - Delivery failures (suggests --best-effort-deliver) - OpenRouter API limit exceeded ## Exit Codes - `0`: All jobs healthy - `1`: Warning issues found - `2`: Critical issues found

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cron-health-check-zc-1776016762 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cron-health-check-zc-1776016762 技能

通过命令行安装

skillhub install cron-health-check-zc-1776016762

下载 Zip 包

⬇ 下载 cron-health-check-zc v1.0.0

文件大小: 4.13 KB | 发布时间: 2026-4-13 09:55

v1.0.0 最新 2026-4-13 09:55
Initial release of cron-health-check-zc skill.

- Monitors OpenClaw cron job health by analyzing run history.
- Detects and reports consecutive failures, timeouts, delivery issues, and OpenRouter API limit problems.
- Provides health status for each job (healthy, warning, critical).
- Suggests fixes for common delivery issues.
- Includes CLI usage examples and integration instructions for scheduled health checks.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部