cron

Schedule reminders and recurring tasks with timezone-aware cron expressions.

Updated May 7, 2026
One-click install
npx skills add https://github.com/gongzeq/VAPT3 --skill cron-gongzeq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/gongzeq/VAPT3/tree/main/secbot/skills/cron
Command: npx skills add https://github.com/gongzeq/VAPT3 --skill cron-gongzeq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling reminders and recurring tasks to automate time-based workflows across personal and team processes.

Core Features & Use Cases

  • Three Modes: Reminder, Task, and One-time scheduling to fit various needs.
  • Timezone & Expressions: Supports tz for timezones and multiple scheduling expressions (every_seconds, cron_expr, at).
  • Management: List and remove scheduled jobs; audit-friendly by design.

Quick Start

Create a daily reminder at 9am local time to review your tasks.

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 automate time-based workflows?▼

To schedule recurring tasks, you can use this Skill to automate time-based workflows across personal and team processes. It supports multiple scheduling modes including Reminder, Task, and One-time scheduling to fit various automation needs.

Can I use cron expressions and specific timezones for scheduling reminders?▼

Yes, you can use cron expressions and specific timezones for scheduling reminders. The Skill supports timezone awareness with the tz parameter and accepts multiple scheduling expressions like every_seconds, cron_expr, and at.

How do I list and remove scheduled jobs to manage my recurring tasks?▼

You can list and remove scheduled jobs using the Skill's built-in management commands. These commands provide audit-friendly job management capabilities with simple error handling to meet production needs.

What is the best way to set up a daily reminder at a specific local time?▼

The best way to set up a daily reminder at a specific local time is using the Reminder scheduling mode with timezone awareness. For example, you can create a daily 9am reminder to review tasks by specifying your local timezone.

What are the limitations when scheduling recurring tasks with different expressions?▼

The Skill covers scheduling tasks that repeat or trigger at specific times using supported expressions like every_seconds, cron_expr, and at. It includes simple error handling to manage scheduling limitations and meet production requirements.

Does the cron Skill support one-time scheduling for non-recurring tasks?▼

Yes, the Skill supports One-time scheduling alongside Reminder and Task modes. This allows you to handle both recurring tasks that repeat at specific times and single-occurrence time-based workflows.