cron

Manage recurring tasks via launchd and crontab with cron expressions.

15|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/clonable-eden/cekernel --skill cron-clonable-eden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/clonable-eden/cekernel/tree/main/skills/cron
Command: npx skills add https://github.com/clonable-eden/cekernel --skill cron-clonable-eden

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of recurring tasks by leveraging your operating system's native scheduling capabilities, ensuring your automated workflows run reliably on schedule.

Core Features & Use Cases

  • Task Scheduling: Register new recurring tasks with custom schedules using cron syntax.
  • Schedule Management: List all currently scheduled tasks and cancel specific ones by their ID.
  • Use Case: Set up a daily report generation task to run every morning at 8 AM, or schedule a weekly data backup to occur every Sunday at midnight.

Quick Start

Register a new cron job to run a script every weekday at 9 AM with the label 'daily-report'.

Frequently Asked Questions about cron

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring tasks using cron expressions?

You can schedule recurring tasks by registering new jobs with standard cron syntax. The system configures your specified schedule and applies a custom label to automate execution reliably at the desired times.

Can I manage scheduled jobs on macOS and Linux?

Yes, you can manage scheduled jobs on macOS and Linux. The system leverages OS-native schedulers like launchd for macOS and crontab for Linux or WSL to register and execute recurring tasks natively.

How do I list and cancel existing scheduled tasks?

You can list all currently scheduled tasks to review active jobs and cancel specific ones by referencing their unique job ID. This allows precise management and removal of automated schedules.

What is the best way to run a daily report generation script automatically?

To run a daily report script automatically, register a new scheduled job using a cron expression for the desired time, such as 9 AM. The system integrates with dispatch systems for headless execution of your task.

Does task scheduling work with headless execution systems?

Yes, task scheduling works with headless execution. The system integrates with cekernel's dispatch system, allowing registered recurring jobs to execute automatically in the background without a user interface.