terry-li-hm

cron

0
0
# Install this skill:
npx skills add terry-li-hm/skills --skill "cron"

Install specific skill from multi-skill repository

# Description

List all scheduled automation (system crontab + OpenClaw crons). Use when checking what's running automatically.

# SKILL.md


name: cron
description: List all scheduled automation (system crontab + OpenClaw crons). Use when checking what's running automatically.
user_invocable: true


/cron

List all scheduled jobs across both systems.

Usage

Run both commands:

echo "=== System crontab ===" && crontab -l && echo "" && echo "=== OpenClaw crons ===" && openclaw cron list

Management

# System crontab
crontab -e                      # Edit
crontab -l                      # List

# OpenClaw crons
openclaw cron list              # List all
openclaw cron add --help        # Add new job
openclaw cron remove <id>       # Remove job
openclaw cron disable <id>      # Disable without removing
openclaw cron enable <id>       # Re-enable
openclaw cron run <id>          # Trigger immediately

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.