What problem does it solve? Scheduled tasks that must survive a gateway or application crash cannot rely on an in-process cron scheduler. This Skill sets up system-level crontab entries under /etc/cron.d/ so watchdogs, health checks, and maintenance scripts keep running independently of any single process. ## Core Features & Use Cases - System Crontab Management: Create, migrate, and maintain cron entries in /etc/cron.d/ with correct 6-field format, permissions, and timezone handling (Asia/Shanghai). - Health Check & Notification Scripts: Deploy silent-when-healthy watchdog scripts that restart failed systemd services and send Telegram Bot API alerts. - Troubleshooting Rogue Cron Jobs: Investigate unexpected service restarts by checking both /etc/cron.d/ and user crontabs, plus cron journal logs. - Use Case: A gateway process keeps dying at night. Use this Skill to create a system cron watchdog that checks the service every 5 minutes, restarts it on failure, and sends a Telegram notification with the new PID. ## Quick Start Ask the agent to create a system crontab entry that runs a health check script every 5 minutes and notifies you on Telegram if the service is down.