cron

Schedule reminders and recurring tasks with cron expressions and time zones.

79|9|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/RikyZ90/ShibaClaw --skill cron-rikyz90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/RikyZ90/ShibaClaw/tree/main/shibaclaw/skills/cron
Command: npx skills add https://github.com/RikyZ90/ShibaClaw --skill cron-rikyz90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling reminders and recurring tasks can be tedious and error-prone when done manually. This Skill provides a simple interface to set up time-based reminders, recurring tasks, and one-time events, ensuring timely notifications without manual tracking.

Core Features & Use Cases

  • Reminders: create time-bound messages that repeat or trigger at a specific moment.
  • Recurring tasks: schedule tasks that run at fixed intervals or cron-like expressions, with optional time zones.
  • One-time events: schedule a single notification or task execution at a precise time.
  • Manage schedules: list and remove existing reminders or tasks to keep the system organized.

Typical use cases include personal productivity reminders, team standups, project deadlines, and automated follow-ups.

Quick Start

Add a recurring reminder by telling cron to schedule a message at a regular interval.

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 and tasks automatically?

To schedule recurring reminders automatically, you can use actions like add with parameters such as message, every_seconds, cron_expr, at, and tz to set fixed intervals or specific times for task execution.

Can I use cron expressions with time zones for scheduling one-time events?

Yes, you can use cron expressions with an optional tz parameter for scheduling. This supports both one-time events and recurring tasks, ensuring notifications trigger at the correct local time.

What is the best way to manage and remove existing scheduled tasks?

The best way to manage existing scheduled tasks is by using the list and remove actions. These allow you to view all active reminders and delete specific ones to keep your scheduling system organized.

Does this scheduling tool work for both personal productivity and team standups?

Yes, this scheduling tool handles both personal and team use cases. Typical applications include personal productivity reminders, team standups, project deadlines, and automated follow-ups.

What parameters do I need to set up time-based reminders?

Setting up time-based reminders requires the add action along with parameters like message for the content, every_seconds or cron_expr for frequency, and optionally at and tz for precise timing.

Why use a dedicated scheduling tool instead of manual tracking for recurring tasks?

Using a dedicated scheduling tool eliminates the tedious and error-prone nature of manual tracking. It provides a simple interface for time-based reminders, ensuring timely notifications without manual intervention.