← Back to Skills Marketplace
gitgoodordietrying

Cron & Scheduling

by gitgoodordietrying · GitHub ↗ · v1.0.0
linuxdarwin ✓ Security Clean
10627
Downloads
9
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cron-scheduling
Description
Schedule and manage recurring tasks with cron and systemd timers. Use when setting up cron jobs, writing systemd timer units, handling timezone-aware scheduling, monitoring failed jobs, implementing retry patterns, or debugging why a scheduled task didn't run.
Usage Guidance
Installers should treat this as a useful but powerful scheduling guide. Before following examples, back up existing crontabs, confirm which user or service account will run the job, avoid `crontab -r` unless you intentionally want to remove all jobs, and periodically review or disable persistent timers and queued jobs you no longer need.
Capability Analysis
Type: OpenClaw Skill Name: cron-scheduling Version: 1.0.0 The skill bundle is classified as suspicious due to its provision of extensive capabilities for arbitrary command execution and system configuration modification, which, while plausibly needed for a 'cron-scheduling' skill, represent significant high-risk behaviors. Specifically, the `SKILL.md` demonstrates commands like `crontab -e` (editing user crontabs), `sudo crontab -u` (editing other users' crontabs), `crontab -r` (removing all cron jobs), and includes a `cron-wrapper.sh` script that explicitly executes arbitrary commands provided as arguments. While there is no clear evidence of intentional malicious behavior by the skill's author, these broad permissions and execution capabilities could be leveraged for harmful actions if misused by a malicious user interacting with the AI agent.
Capability Assessment
Purpose & Capability
The artifact is a single instruction file about cron, systemd timers, at jobs, timezone handling, monitoring, locking, and retry patterns, matching the stated scheduling purpose.
Instruction Scope
It includes high-impact examples such as deleting a crontab with `crontab -r`, editing another user's crontab with sudo, scheduling reboot-like commands, and running arbitrary commands through a wrapper, but these are disclosed examples relevant to scheduler administration.
Install Mechanism
There is no installer, executable script, package hook, or bundled runtime code; the only artifact is `SKILL.md`.
Credentials
The declared requirements for `crontab`, `systemctl`, or `at` are proportionate to a cron/systemd scheduling skill on Linux or macOS.
Persistence & Privilege
The skill intentionally teaches persistent execution mechanisms such as cron entries, `@reboot`, systemd timers, `at`, and `nohup`, including some privileged examples; this is expected for scheduling but requires user awareness.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cron-scheduling
  3. After installation, invoke the skill by name or use /cron-scheduling
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Cron syntax, crontab management, systemd timers, at/one-off jobs, timezone/DST handling, job monitoring, locking, idempotent patterns
Metadata
Slug cron-scheduling
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cron & Scheduling?

Schedule and manage recurring tasks with cron and systemd timers. Use when setting up cron jobs, writing systemd timer units, handling timezone-aware scheduling, monitoring failed jobs, implementing retry patterns, or debugging why a scheduled task didn't run. It is an AI Agent Skill for Claude Code / OpenClaw, with 10627 downloads so far.

How do I install Cron & Scheduling?

Run "/install cron-scheduling" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cron & Scheduling free?

Yes, Cron & Scheduling is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Cron & Scheduling support?

Cron & Scheduling is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).

Who created Cron & Scheduling?

It is built and maintained by gitgoodordietrying (@gitgoodordietrying); the current version is v1.0.0.

💬 Comments