A comprehensive tool for managing, scheduling, and backing up cron jobs on macOS and Linux systems.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-skill-cron-scheduler
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-skill-cron-scheduler using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cron Scheduler is a robust management interface for system-level task automation. Built to streamline the complexities of crontab manipulation, it provides a safe and efficient way for developers and system administrators to handle recurring tasks. By integrating with Openclaw Skills, this tool ensures that scheduling logic is validated and system services are managed correctly across different platforms.
Whether you are managing a local development environment or a remote Linux server, this skill provides a unified command set to list, add, remove, and monitor jobs without manually editing delicate configuration files. It bridges the gap between manual CLI administration and automated agent-driven workflows.
# Make the core helper script executable
chmod +x ~/.openclaw/workspace/skills/cron-scheduler/scripts/cron-helper.sh
# Optional: Add the scripts directory to your shell PATH for easier access
echo 'export PATH="$HOME/.openclaw/workspace/skills/cron-scheduler/scripts:$PATH"' >> ~/.zshrc
source ~/.zshrc
| Component | Description |
|---|---|
| Crontab Entries | Standard UNIX cron format: Minute, Hour, Day of Month, Month, Day of Week. |
| Backups | Stored in ~/.cron-backups/ with timestamped filenames (e.g., crontab_20240315_143022.bak). |
| Temp Files | Used during atomic writes to ensure crontab integrity. |
| Path Config | The skill assumes paths relative to the Openclaw Skills workspace for script execution. |
Loading
A comprehensive CLI utility for managing, scheduling, and monitoring local and cloud-based backups using rsync, Time Machine, and rclone.

A privacy-focused CLI utility for analyzing Apple Health exports and extracting granular health metrics locally.

A rapid security hardening skill to protect Linux servers running OpenClaw from unauthorized access and brute-force attacks.

A runtime safety control plane that enforces deterministic security policies on shell commands, network requests, and file operations.

A comprehensive skill for managing the full lifecycle of Docker containers, images, and resource monitoring via terminal commands.

A secure wrapper for the macOS security CLI that allows AI agents to manage Keychain credentials with safety guards and confirmation prompts.








































