·crnd

Schedule and manage cron jobs, one-time scheduled tasks, and recurring jobs using the crnd CLI. Use when the user wants to set up cronjobs, scheduled jobs, one-time tasks, recurring/repetitive jobs, automate tasks at specific times, or manage background processes. Triggers include requests like "run this every day at 2am", "schedule a backup", "set up a recurring task", "run this once tomorrow", or "create a cron job".

6Installs·0Trend·@ysm-dev

Installation

$npx skills add https://github.com/ysm-dev/crnd --skill crnd

How to Install crnd

Quickly install crnd AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ysm-dev/crnd --skill crnd
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ysm-dev/crnd.

SKILL.md

View raw

Local cron daemon with text-first output, no prompts, real OS processes. Use --json for machine-readable output.

| Create cron job | crnd schedule -n NAME -s "CRON" -- command args | | Create one-time job (relative) | crnd schedule -n NAME -i DURATION -- command | | Create one-time job (absolute) | crnd schedule -n NAME -a "ISOTIMESTAMP" -- command | | List all jobs | crnd list | | Job status | crnd status -n NAME | | Run immediately | crnd run-once -n NAME |

| View logs | crnd logs -n NAME | | Stream logs | crnd logs -n NAME -s | | Pause job | crnd pause -n NAME | | Resume job | crnd resume -n NAME | | Stop gracefully | crnd stop -n NAME | | Kill immediately | crnd kill -n NAME | | Delete job | crnd delete -n NAME -f | | Run history | crnd runs -n NAME | | Check setup | crnd doctor |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ysm-dev/crnd --skill crnd
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from ysm-dev/crnd

Quick answers

What is crnd?

Schedule and manage cron jobs, one-time scheduled tasks, and recurring jobs using the crnd CLI. Use when the user wants to set up cronjobs, scheduled jobs, one-time tasks, recurring/repetitive jobs, automate tasks at specific times, or manage background processes. Triggers include requests like "run this every day at 2am", "schedule a backup", "set up a recurring task", "run this once tomorrow", or "create a cron job". Source: ysm-dev/crnd.

How do I install crnd?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ysm-dev/crnd --skill crnd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ysm-dev/crnd

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None