cron

Create, query, and delete scheduled tasks using cron-like expressions.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/vuhuudo/GeminiCLI-skill --skill cron-vuhuudo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/vuhuudo/GeminiCLI-skill/tree/main/_builtin/cron
Command: npx skills add https://github.com/vuhuudo/GeminiCLI-skill --skill cron-vuhuudo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of scheduled tasks, allowing for automated operations to execute at specified times, streamlining workflows and reducing manual intervention.

Core Features & Use Cases

  • Scheduled Task Creation: Define and create tasks to run at specific times or intervals.
  • Task Query and Deletion: Easily check existing tasks and delete them as needed.
  • Task Execution: Execute tasks as scheduled, ensuring timely operations without manual oversight.
  • Use Case: Automate daily reports generation, send reminders, or perform regular backups at a predetermined time.

Quick Start

Create a new task to send a weekly summary email every Friday at 10 AM.

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 without manual intervention?

Automating scheduled tasks without manual intervention requires defining cron-like scheduling expressions to execute operations at specified times. This approach handles task creation, querying, and deletion to streamline workflows.

What is cron-like scheduling expression support for task management?

Cron-like scheduling expressions define precise times or intervals for task management execution. They enable automated operations to run at predetermined schedules, ensuring timely routine task completion like daily report generation.

How do I set up a weekly task to automate report generation?

To set up a weekly task for report generation, you create a scheduled task using cron-like expressions targeting a specific time, such as every Friday at 10 AM. The system executes the task automatically without manual oversight.

Can I query and delete existing scheduled tasks after creation?

Yes, you can query and delete existing scheduled tasks after creation. The system supports checking active tasks and removing them as needed, ensuring you maintain full control over your automated operations.

Do I need any external dependencies to manage scheduled task automation?

You do not need external dependencies to manage scheduled task automation. The system operates independently using internal scripts to handle task creation, querying, and deletion without requiring additional packages or modules.

When should I use automated scheduling for routine tasks?

Automated scheduling for routine tasks is ideal when you need to perform regular backups, send reminders, or generate daily reports. It eliminates manual oversight by executing operations at predetermined times to enhance productivity.