← 返回 Skills 市场
Fox Cron Health Check
作者
GarfieldQin
· GitHub ↗
· v1.0.0
· MIT-0
117
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install fox-cron-health-check
功能描述
Monitors OpenClaw cron job health, identifies failures, timeouts, and delivery issues.
使用说明 (SKILL.md)
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
# 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:
{
"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 healthy1: Warning issues found2: Critical issues found
安全使用建议
This skill appears to do exactly what it says: analyze local OpenClaw cron job configs and run logs and report issues. Before installing or scheduling it: 1) verify the skill source/owner (registry ownerId vs _meta.json ownerId mismatch suggests sloppy packaging); 2) review the included script yourself (it's bundled and human-readable) and confirm your logs live under ~/.openclaw/cron or run with --openclaw-home to point to a test directory; 3) be aware the script will read job configs and run logs (these may contain sensitive data or error messages); 4) run it manually first to see output and exit codes before adding as a cron/scheduled agent task. If you don't trust the publisher, do not schedule it to run automatically.
功能分析
Type: OpenClaw Skill
Name: fox-cron-health-check
Version: 1.0.0
The skill is a monitoring tool designed to analyze OpenClaw cron job logs and report on failures or timeouts. The Python script (scripts/check_cron_health.py) strictly performs read-only operations on local JSON/JSONL files within the ~/.openclaw directory and contains no network activity, obfuscation, or unauthorized execution logic.
能力评估
Purpose & Capability
The skill claims to monitor OpenClaw cron jobs and the included Python script reads ~/.openclaw/cron/jobs.json and ~/.openclaw/cron/runs/*.jsonl to analyze runs — this is consistent with the stated purpose. Minor packaging inconsistencies exist: registry metadata shows slug 'fox-cron-health-check' while _meta.json uses 'cron-health-check', the ownerId values differ between registry metadata and _meta.json, and SKILL.md usage examples reference a /Users/ghost path. These look like sloppy packaging but do not change the core capability.
Instruction Scope
SKILL.md instructs running the provided Python script (examples point at a local skill workspace path). The script only reads job configuration and run history files under the OpenClaw home directory and prints or emits JSON results/exit codes. The instructions do not direct the agent to read other system files, environment variables, or send data to external endpoints. The SKILL.md references an OpenRouter settings link only in output text; the code does not perform network calls.
Install Mechanism
There is no install spec (instruction-only skill with a bundled Python script). No external downloads or package installs are specified. The only risk is running the bundled Python script locally; the file contents are readable and not obfuscated.
Credentials
The skill requires no environment variables, binaries, or credentials. It reads local OpenClaw data (jobs.json and run logs) which is appropriate for a cron-health checker. No secret-exposing env vars are requested.
Persistence & Privilege
The skill does not request persistent/global privileges, always=false, and does not modify other skills or system-wide configuration. It only runs when invoked or scheduled by the agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fox-cron-health-check - 安装完成后,直接呼叫该 Skill 的名称或使用
/fox-cron-health-check触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of fox-cron-health-check.
- Monitors OpenClaw cron jobs for failures, timeouts, and delivery issues.
- Analyzes run history and reports health status (healthy, warning, critical).
- Detects consecutive errors, timeout patterns, and API limit issues.
- Suggests fixes for common issues.
- Usable as a scheduled or manual health check.
元数据
常见问题
Fox Cron Health Check 是什么?
Monitors OpenClaw cron job health, identifies failures, timeouts, and delivery issues. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 Fox Cron Health Check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fox-cron-health-check」即可一键安装,无需额外配置。
Fox Cron Health Check 是免费的吗?
是的,Fox Cron Health Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fox Cron Health Check 支持哪些平台?
Fox Cron Health Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fox Cron Health Check?
由 GarfieldQin(@qinthqod)开发并维护,当前版本 v1.0.0。
推荐 Skills