cron

Schedule reminders, recurring tasks, and one-time notifications with cron expressions.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill cron-berrzebb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/berrzebb/SoulFlow-Orchestrator/tree/main/src/skills/cron
Command: npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill cron-berrzebb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage time-sensitive tasks by scheduling reminders, recurring events, and one-time notifications, ensuring nothing is forgotten.

Core Features & Use Cases

  • Set Reminders: Schedule notifications for important events or tasks.
  • Recurring Tasks: Automate jobs that need to run at regular intervals (daily, weekly, hourly).
  • Timers: Set up countdown timers for specific durations.
  • List/Remove Schedules: Manage your existing scheduled items.
  • Use Case: Schedule a daily reminder at 9 AM to check emails, or set a reminder for a meeting in 30 minutes.

Quick Start

Use the cron skill to remind me to call mom in 1 hour.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule recurring tasks and reminders using natural language?

You can schedule recurring tasks and reminders by providing natural language time expressions, such as asking it to remind you to check emails daily at 9 AM, which it parses into scheduled notifications.

Can I use standard cron expressions with timezones for scheduling notifications?

Yes, standard cron expressions with timezones are supported for scheduling notifications, allowing precise time-based event management alongside relative time intervals and natural language inputs.

What is the best way to set up a one-time reminder for a specific duration?

The best way to set a one-time reminder is using a relative time interval, such as requesting a reminder for a meeting in 30 minutes, which triggers an immediate task execution or channel-based notification.

How do I manage or remove existing scheduled tasks and timers?

You can manage existing scheduled items by listing your active reminders, recurring tasks, and timers, and then issuing commands to remove schedules that are no longer needed.

Does this scheduling approach work for both immediate execution and channel notifications?

This scheduling approach handles both immediate task execution for quick jobs and channel-based notifications, ensuring time-sensitive events like recurring jobs or countdown timers are delivered effectively.