← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cron-health-monitor
功能描述
定时监控 OpenClaw Agent 的 Cron 任务及系统资源状态,自动告警失败任务和异常,确保稳定运行。
使用说明 (SKILL.md)
Cron Health Monitor
Summary
定时监控 AI Agent 的 Cron 任务健康状态,自动检测失败任务并告警。
Description
为 OpenClaw Agent 打造的健康监控技能。每 30 分钟自动检查所有 Cron 任务状态,发现失败立即告警,确保 Agent 全天候稳定运行。
解决的问题:
- Cron 任务静默失败(不报错,只表现为性能下降)
- 任务卡死不知道
- 磁盘/内存泄漏无人知
Features
- ✅ 自动检测失败的 Cron 任务
- ✅ 磁盘空间监控
- ✅ 内存使用告警
- ✅ 失败任务自动重试
- ✅ 每日健康报告
Input
- 检查间隔(默认 30 分钟)
- 告警阈值(磁盘 > 90%, 内存 > 85%)
- 是否启用自动重试
Output
- 健康状态报告(JSON/文本)
- 告警通知(发现问题时)
- 每日汇总(定时发送)
Usage
"帮我监控 cron 任务健康"
"检查系统资源状态"
"查看今日健康报告"
Configuration
{
"checkInterval": "30m",
"diskThreshold": 90,
"memoryThreshold": 85,
"autoRetry": true,
"alertChannels": ["feishu"]
}
Requirements
- OpenClaw 运行环境
- PowerShell 5.0+
- 至少 100MB 空闲磁盘
Price
¥49/月(约等于一杯咖啡)
作者:小龙虾 🦞 | OpenClaw Agent 安装量:待定 | 评分:待定
安全使用建议
This skill is plausible but inconsistent and underspecified. Before installing: (1) ask the author for the exact runtime instructions or code (how checks run, what commands are executed, and what files/paths are read), (2) require explicit declaration of alerting credentials (e.g., Feishu token) and ensure they follow least privilege, (3) confirm platform support (cron on Linux vs PowerShell on Windows) and required OS/privileges (does it need sudo?), (4) request an install/run script or service file so you can review what will be scheduled and run, and (5) test in a sandbox/staging environment with limited privileges. If the author cannot provide concrete code and a clear list of required tokens/permissions, treat the skill as risky and avoid installing it on production systems.
能力评估
Purpose & Capability
Name/description target Unix-style cron monitoring, but SKILL.md lists PowerShell 5.0+ in Requirements (Windows), which is inconsistent. The skill promises alerting (e.g., 'feishu') and automatic retries but does not declare any credentials, agents, or tooling required to deliver those features.
Instruction Scope
The SKILL.md is high-level and lacks concrete runtime steps: it doesn't show how to schedule the 30-minute checks, what commands or APIs to run to inspect cron/system state, where logs are read, or how retries are performed. That vagueness grants broad agent discretion (potentially reading system files or executing commands) without explicit limits or required permissions.
Install Mechanism
No install spec (instruction-only), which limits disk write risk but creates functional ambiguity: there is no provided mechanism to set up periodic checks or services. Absence of an install step is coherent from a safety perspective but leaves open how the monitoring will actually be deployed.
Credentials
SKILL.md references alertChannels (default includes 'feishu') and automated retries but declares no environment variables, credentials, or tokens to authenticate to Feishu or other alerting services. It also doesn't state required permissions for inspecting or restarting cron tasks (which typically need elevated privileges).
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default). That alone is not a problem, but combined with the skill's vague instructions for executing and retrying tasks, autonomous runs could perform sensitive operations if the agent has privileges—this risk isn't described or constrained in the SKILL.md.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cron-health-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/cron-health-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of cron-health-monitor.
- Automatically monitors and alerts on AI Agent cron task failures every 30 minutes.
- Detects silent cron failures, task freezes, and resource leaks (disk/memory).
- Features include auto-failure detection, disk/memory alerts, automatic retry of failed tasks, and daily health reports.
- Configurable check intervals, alert thresholds, and notification channels.
- Supports JSON/text health reports and real-time/daily notifications.
元数据
常见问题
Cron Health Monitor 是什么?
定时监控 OpenClaw Agent 的 Cron 任务及系统资源状态,自动告警失败任务和异常,确保稳定运行。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Cron Health Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cron-health-monitor」即可一键安装,无需额外配置。
Cron Health Monitor 是免费的吗?
是的,Cron Health Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cron Health Monitor 支持哪些平台?
Cron Health Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cron Health Monitor?
由 linbo405(@linbo405)开发并维护,当前版本 v1.0.0。
推荐 Skills