AutomationTypeScript

Cron Scheduler

by daxaur

Cron Scheduler is an Automation skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install Cron Scheduler
Copy Cron Scheduler into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-cron ~/.claude/skills/c-cron

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-cron/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-cron
Collection
One of 25 skills cataloged from this repository
Category
Automation2226 skills

What Cron Scheduler does

Cron Scheduler manages recurring tasks with crontab and macOS launchctl services with lunchy-go. Use it to list, start, stop, restart, and schedule command-line jobs.

Cron Scheduler is cataloged under Automation on DirSkills. Cron Scheduler comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

Scheduling & Cron

lunchy-go (launchctl wrapper)

Friendly wrapper around macOS launchctl:

# List all services (pattern match)
lunchy-go ls
lunchy-go ls redis

# Start a service
lunchy-go start com.example.service
lunchy-go start redis    # pattern match

# Stop a service
lunchy-go stop redis

# Restart a service
lunchy-go restart redis

# Show service status
lunchy-go status redis

crontab (built-in)

Standard Unix cron scheduler:

# List current cron jobs
crontab -l

# Edit cron jobs (opens editor)
crontab -e

# Cron syntax: MIN HOUR DOM MON DOW command
# Every day at 9am:
# 0 9 * * * /path/to/script.sh
# Every 5 minutes:
# */5 * * * * /path/to/script.sh
# Weekdays at 8:30am:
# 30 8 * * 1-5 /path/to/script.sh

Guidelines

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Cron Scheduler

  • What else does daxaur publish alongside Cron Scheduler?

    Cron Scheduler is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include AI LLM Tools, Apple Notes And Reminders and Bluetooth Control. Each one is a separate skill with its own page in this directory, installs the same way Cron Scheduler does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does Cron Scheduler compare to other Automation skills?

    Cron Scheduler ranks #2008 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cron Scheduler against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

Cron Scheduler is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills