cron

Schedule reminders and recurring tasks with action-based commands.

3|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/matparang/AutoJaga --skill cron-matparang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/matparang/AutoJaga/tree/main/legacy/jagabot/skills/cron
Command: npx skills add https://github.com/matparang/AutoJaga --skill cron-matparang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual reminders and recurring task scheduling are easy to overlook and time-consuming; this skill automates that process so nothing slips through the cracks.

Core Features & Use Cases

  • Reminders: schedule messages to be delivered to the user at a specified cadence.
  • Tasks: define a task description that an agent can execute and return results.
  • One-time: run a job once at a specific time and then auto-delete. Use Case: As a personal productivity assistant, automatically remind you about daily standups and contractors' deadlines.

Quick Start

Add a recurring reminder by telling the system to schedule a message with a chosen interval and content.

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 my daily tasks?

To schedule a recurring reminder, you issue an action-based command specifying the message content and a time expression like an interval or cron expression. This automates reminders for daily standups and deadlines, ensuring nothing slips through the cracks.

What is time-based task automation and when do I need it?

Time-based task automation schedules reminders and recurring tasks so you don't have to track them manually. You need it for personal productivity and automation workflows where missing a reminder or an agent-executed task would cause delays.

Can I run a scheduled task once and have it automatically deleted?

Yes, one-time tasks run a job once at a specific time and then auto-delete. You use the "at" parameter to schedule this event, ensuring the task executes exactly once without leaving leftover entries in your task list.

How do I list and remove existing scheduled reminders?

Listing and removing scheduled reminders uses action-based commands. You use the "list" command to view all active reminders and the "remove" command to delete specific tasks, keeping your personal productivity workflow clean and managed.

Does this scheduling tool require a specific framework or external dependencies?

No, this scheduling tool has no external dependencies. It works standalone to automate scheduling of reminders and recurring tasks, meaning you do not need to install additional frameworks or libraries to use time-based automation commands.

What is the best way to define a task for an agent to execute on a schedule?

The best way to define a scheduled agent task is to provide a task description that an agent can execute and return results. You schedule it using a time expression, allowing the system to trigger the task automatically at your specified cadence.