cron

Create, query, and update scheduled tasks using cron expressions.

137|21|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/nomifun/nomifun-tauri --skill cron-nomifun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/nomifun/nomifun-tauri/tree/main/crates/backend/nomifun-app/assets/builtin-skills/auto-inject/cron
Command: npx skills add https://github.com/nomifun/nomifun-tauri --skill cron-nomifun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the creation, querying, and updating of scheduled tasks, allowing for automatic execution of operations at predetermined times, streamlining workflow automation.

Core Features & Use Cases

  • Task Creation: Define and set up new scheduled tasks with specific cron expressions.
  • Task Querying: Retrieve a list of existing scheduled tasks.
  • Task Update: Modify existing scheduled tasks.
  • Use Case: Automate regular backups, send emails at specific times, or run scripts without manual intervention.

Quick Start

Create a new scheduled task to send a daily reminder email at 9 AM using the cron skill.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I automate scheduled tasks to run scripts at specific times?

Automating scheduled tasks is done by defining new tasks with specific cron expressions to execute scripts at predetermined times without manual intervention. You can set up routine operations like regular backups or sending emails.

What is a cron expression and when do I need it for task scheduling?

A cron expression is a syntax used for specifying timing in time-based execution. You need it when creating or updating scheduled tasks to define exact execution times for routine operations without human interaction.

How do I retrieve and manage existing scheduled tasks?

Retrieving and managing scheduled tasks is handled through the task querying feature, which allows you to retrieve a list of existing scheduled tasks and modify them using the task update functionality.

Can I update and modify scheduled tasks after they are created?

Updating and modifying scheduled tasks is fully supported after creation. You can modify existing scheduled tasks to adjust their timing or execution parameters without needing to recreate them from scratch.

What are the limitations of using cron for time-based execution?

Using cron for time-based execution is limited to handling tasks without human interaction. It is designed specifically for scheduled task creation, querying, and updating, and does not support interactive or event-driven workflow triggers.