Overview
- Skill Key
- geq1fan/cron-doctor-clawra
- Author
- Polycat
- Source Repo
- openclaw/skills
- Version
- 1.1.0
- Source Path
- skills/geq1fan/cron-doctor-clawra
- Latest Commit SHA
- aba6b0756b725beefe68b93ce041d4b840b7ed11
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cron-doctor 技能。 若已安装,则直接安装 cron-doctor 技能。
> **Compatible with Claude Code, Codex CLI, Cursor, Windsurf, and any SKILL.md-compatible agent.** # Cron Doctor Diagnose and triage cron job failures. ## Usage When asked to check cron health or diagnose failures: ### 1. List All Jobs ```bash # List user's crontab crontab -l # List system crontabs sudo cat /etc/crontab ls -la /etc/cron.d/ ``` ### 2. Check Recent Execution ```bash # Check cron logs (location varies by system) # Debian/Ubuntu: grep CRON /var/log/syslog | tail -50 # RHEL/CentOS: tail -50 /var/log/cron # macOS: log show --predicate 'process == "cron"' --last 1h # Check for specific job output grep "your_job_name" /var/log/syslog | tail -20 ``` ### 3. Identify Problems **Error patterns to watch:** - `"command not found"` — Missing executable or PATH issue - `"Permission denied"` — File/directory permissions wrong - `"No such file or directory"` — Script path incorrect - `"timeout"` — Job took too long - `"ECONNREFUSED"` — Network/service down - `"rate limit"` — API throttling - Missing output — Job may not be running at all ### 4. Triage Priority | Priority | Criteria | |----------|----------| | 🔴 Critical | Trading, backup, security jobs | | 🟠 High | User-facing deliveries | | 🟡 Medium | Monitoring, research jobs | | 🟢 Low | Nice-to-have, non-essential | ### 5. Generate Report Write to `~/workspace/reports/cron-health-YYYY-MM-DD.md`: ```markdown # Cron Health Report - [DATE] ## Summary - ✅ Healthy: X jobs - ⚠️ Warning: X jobs - ❌ Failed: X jobs ## Failed Jobs ### [Job Name] - **Error:** [message] - **Last Success:** [date] - **Priority:** [level] - **Fix:** [suggested action] ## Recommendations 1. [Action item] 2. [Action item] ``` ### 6. Common Fixes | Error | Fix | |-------|-----| | Command not found | Use full path to executable, or set PATH in crontab | | Permission denied | Check file permissions, run `chmod +x script.sh` | | No output | Add `>> /tmp/job.log 2>&1` to capture output | | Wrong timezone | Set `TZ=` in...
# Cron Doctor **Diagnose and triage your cron jobs like a pro.** When scheduled tasks fail, Cron Doctor quickly identifies the problem, categorizes by severity, and suggests fixes. It generates clean health reports so you always know the state of your automation. Perfect for anyone running background jobs, scheduled backups, or automated workflows. ## Platform Support **Works on:** Claude Code, Codex CLI, Cursor, Windsurf, and any SKILL.md-compatible agent. **Enhanced features available on some platforms:** - Managed cron system with built-in state tracking - Execution history without log parsing - Sub-agent auto-escalation for critical failures --- ## Premium Skills Want more? Check out our premium skills at **[skillpacks.dev](https://skillpacks.dev)**: - 🛡️ **Security Suite** — PII scanning, secrets detection, prompt injection defense — [$9.90](https://polycatai.gumroad.com/l/bsrugo) - 🧠 **Structured Memory** — Three-tier memory replacing flat MEMORY.md — [$9.90](https://polycatai.gumroad.com/l/goawrg) - 📋 **Planning & Execution** — Systematic task plans with batch execution — [$9.90](https://polycatai.gumroad.com/l/uydfto) - 💎 **[Bundle — all 3 for $24.90](https://polycatai.gumroad.com/l/atsrl)**
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.