cron-doctor
Diagnose and triage cron job failures. Checks job states, identifies error patterns, prioritizes by criticality, generates health reports. Triggers on: cron failures, job health check, scheduled task errors, cron diagnosis, job not running, backup failed.
Why use this skill?
Automate cron job health checks and failure diagnosis with Cron Doctor. Identify system errors, triage by criticality, and generate detailed health reports.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/geq1fan/cron-doctor-clawraWhat This Skill Does
The cron-doctor skill is an essential diagnostic utility for AI agents managing backend infrastructure. It automates the often tedious process of auditing cron job health, identifying silent failures, and triaging system task issues. By systematically scanning crontabs, inspecting logs across various operating systems (Linux/macOS), and mapping error patterns to specific solutions, the agent acts as a SRE-lite tool. It classifies job failures by impact—ranging from critical trading or backup operations to low-priority cleanup tasks—and formalizes the output into actionable health reports, ensuring that sysadmins and developers have a clear, documented path to remediation.
Installation
To install this skill, use the OpenClaw command-line interface:
clawhub install openclaw/skills/skills/geq1fan/cron-doctor-clawra
Ensure your agent has the necessary filesystem permissions to read logs (e.g., /var/log/syslog) and write report files to your local workspace directory.
Use Cases
- Routine System Audits: Periodically check if long-running scheduled tasks are still producing output or if they have silently crashed.
- Post-Failure Incident Response: When a critical backup fails or a scheduled sync stops working, use the doctor to parse logs and pinpoint whether the issue is a PATH problem, a permission error, or a dependency timeout.
- Onboarding/Environment Setup: New developers can use the tool to verify that all cron-based infrastructure is correctly configured on a fresh server instance.
- Reporting: Automatically generate standardized health reports for team documentation or project status updates.
Example Prompts
- "Check the current status of all my cron jobs and tell me if any critical ones have failed in the last 24 hours."
- "My backup job isn't running. Can you diagnose why it failed and suggest a fix?"
- "Run a full health check on the system cron jobs and generate a report in the workspace folder for today."
Tips & Limitations
- Permissions: If the agent fails to read logs, ensure the user running the agent has sufficient read access to system log directories; you may need to grant it sudoer privileges for specific log files.
- PATH Issues: Cron environments differ significantly from interactive shells. Always use full paths to executables in your crontab and remember that the tool checks
envoutput for a reason. - Escalation: The agent is configured to alert you immediately if more than three critical jobs are detected as failing. Monitor your notifications for these critical incidents.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-geq1fan-cron-doctor-clawra": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, file-write, code-execution
Related Skills
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
cron-job-guardian
检查 cron 或 timer 配置中的频率、幂等、重试、日志与并发风险。;use for cron, timer, ops workflows;do not use for 直接启停生产任务, 替代真正监控.
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
kami-package-detection
A free skill by Kami SmartHome. Get notified the moment a package arrives at your door. Detects packages, parcels, and bags from RTSP camera streams using AI vision.