cron-openclaw

Schedule and manage cron-based periodic tasks in OpenClaw Gateway sessions.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/mbadoz/mbadoz-skills --skill cron-openclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-openclaw
Source: https://github.com/mbadoz/mbadoz-skills/tree/main/plugins/cron-openclaw/skills/cron-openclaw
Command: npx skills add https://github.com/mbadoz/mbadoz-skills --skill cron-openclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling and managing periodic tasks within the OpenClaw framework to automate repetitive work.

Core Features & Use Cases

  • Create and manage cron-based schedules with time-zone support and various trigger options.
  • Compare cron vs heartbeat to choose the right execution model for a task.
  • Easily deploy, view, and modify jobs across main, isolated, or current sessions.

Quick Start

Create a daily reminder at 7 AM local time for a given channel.

Frequently Asked Questions about cron-openclaw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring tasks using cron within the OpenClaw Gateway?

You can schedule recurring tasks by defining jobs with 'at', 'every', or 'cron' trigger modes. The system applies cron-based scheduling to automate periodic checks and batch tasks across main, isolated, or current sessions.

What is the difference between cron and heartbeat execution models for periodic jobs?

Cron scheduling triggers tasks at specific calendar times using time-zone support, whereas a heartbeat model executes them at regular intervals. Comparing both helps choose the right execution model for your batch tasks.

Can I target specific sessions like isolated or main when deploying scheduled jobs?

Yes, session targeting is supported when deploying scheduled jobs. You can deploy, view, and modify periodic tasks across main, isolated, or current sessions within the OpenClaw framework.

How do I set up a daily reminder with time-zone support in OpenClaw?

To set up a daily reminder, create a cron-based schedule using the 'cron' or 'at' mode with your desired time and time zone. The job definition is then stored in the OpenClaw cron store.

Where are scheduled job definitions stored in the OpenClaw framework?

Scheduled job definitions are stored in the OpenClaw cron store. This allows you to easily deploy, view, and modify recurring reminders and periodic checks after initial creation.

What scheduling modes are available for automating periodic checks?

The available scheduling modes for periodic checks are 'at', 'every', and 'cron'. These modes support time zones and session targeting to manage batch tasks effectively.