cron

Schedule reminders and recurring tasks using cron expressions and timing parameters.

328|35|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mosaxiv/clawlet --skill cron-mosaxiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/mosaxiv/clawlet/tree/main/skills/builtin/skills/cron
Command: npx skills add https://github.com/mosaxiv/clawlet --skill cron-mosaxiv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the scheduling of reminders and recurring tasks to help users stay organized and meet deadlines.

Core Features & Use Cases

  • Reminder - messages are delivered directly to the user at scheduled times.
  • Task - messages describe work items that the agent can execute and report back.
  • Use Case - schedule daily standups, weekly reports, or time-bound reminders for personal productivity.

Quick Start

Schedule a reminder or recurring task by calling cron with action, message, and timing parameters.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule recurring reminders for an agent automatically?

You can schedule recurring reminders by defining action, message, and timing parameters, including fixed intervals or standard cron expressions to trigger automated delivery at specified times.

What is the difference between a scheduled reminder and a scheduled task?

A scheduled reminder delivers a message directly to you at a set time, while a scheduled task sends a work item description that the agent executes and reports back on.

Can I use cron expressions to automate daily standups and weekly reports?

Yes, you can automate daily standups and weekly reports by configuring cron expressions or fixed intervals to trigger recurring task execution and reminder messages.

How do I set up time-bound reminders for personal productivity?

You set up time-bound reminders by specifying the action mode, the message content, and timing parameters like every_seconds or cron_expr to schedule the exact delivery.

What timing parameters do I need to define recurring tasks?

To define recurring tasks, you need to configure timing parameters such as every_seconds for fixed intervals or cron_expr for advanced cron-like scheduling expressions.

Does scheduling recurring tasks require any external dependencies?

No, scheduling recurring tasks requires no external dependencies, allowing you to directly automate reminders and task execution using built-in action and timing definitions.