cronjob-scheduling-patterns

Schedule cron-like tasks with timezone-aware specific-time, duration-based, and one-time patterns.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill cronjob-scheduling-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cronjob-scheduling-patterns
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/01-coding-dev/devops/cronjob-scheduling-patterns
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill cronjob-scheduling-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cron scheduling is error-prone and hard to reason about, so this skill provides clear patterns to reliably trigger tasks at specific times, recurring intervals, or on a one-time schedule.

Core Features & Use Cases

  • Specific Time of Day (Daily at a chosen time)
  • Simple Recurring Duration (e.g., every 30 minutes, every 2 hours, or every day from now)
  • One-time Scheduled Task (schedule a single future execution)

Quick Start

Create a daily cronjob at 09:00 local time starting tomorrow.

Frequently Asked Questions about cronjob-scheduling-patterns

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

FAQPage Schema
How do I schedule a cron job to run at a specific time every day?

To schedule a daily cron job at a specific time, you can use the specific time of day pattern provided by this skill to reliably trigger tasks at a chosen time.

What is the best way to set up recurring cron jobs at regular intervals?

For recurring cron jobs, you can use the simple recurring duration pattern to trigger tasks at regular intervals like every 30 minutes or every 2 hours.

Can I schedule a one-time cron task for a future execution?

Yes, you can schedule a one-time scheduled task to trigger a single future execution at a specific time.

Does this skill handle timezone awareness for cron scheduling?

Yes, this skill implements timezone awareness to ensure your cron jobs are scheduled correctly regardless of the local time zone.

What are the common limitations of cron scheduling that this skill addresses?

This skill provides safeguards against typical cron limitations, making it easier to reason about and reliably trigger tasks without errors.

Why should I use this skill for DevOps automation and routine system upkeep?

This skill provides clear patterns for DevOps automation, maintenance tasks, and routine system upkeep, ensuring reliable cron scheduling without the usual errors.