scheduled-task

Create and manage automated scheduled tasks with cron expressions.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/91zgaoge/memoh-X --skill scheduled-task-91zgaoge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-task
Source: https://github.com/91zgaoge/memoh-X/tree/main/internal/skills/defaults/scheduled-task
Command: npx skills add https://github.com/91zgaoge/memoh-X --skill scheduled-task-91zgaoge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to automate repetitive or time-sensitive actions by scheduling tasks to run automatically at specified intervals or one-time events, reducing manual intervention and ensuring timely execution.

Core Features & Use Cases

  • Flexible Scheduling: Supports one-time, daily, weekly, monthly, and custom cron-based schedules.
  • Automated Execution: Tasks run automatically based on the defined schedule without user intervention.
  • Use Case: Schedule a daily report generation at 8 AM, set up a weekly backup of a project directory every Sunday night, or create a one-time reminder for a meeting tomorrow afternoon.

Quick Start

Create a task named "daily-report" that runs every day at 9 AM and executes the prompt "Generate the daily sales report".

Frequently Asked Questions about scheduled-task

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

FAQPage Schema
How do I automate recurring tasks using custom cron expressions?

To automate recurring tasks, you can define custom cron expressions within the scheduling system. This enables precise timing control for daily, weekly, or monthly automated execution without manual intervention.

Can I schedule a one-time task to run at a specific future date?

Yes, you can schedule one-time tasks for specific future dates. The system supports one-time execution alongside recurring intervals, ensuring time-sensitive actions run automatically at the exact specified moment.

How do I set up a daily report generation task to run automatically?

You set up daily report generation by creating a scheduled task with a daily interval. Define the task prompt to execute, and the system will automatically run the action at the specified time every day.

What scheduling options are available for automating task execution?

Available scheduling options include one-time execution, recurring daily, weekly, and monthly intervals, plus custom cron expressions. You can also configure task prompts, working directories, and expiration dates.

Does scheduled task automation support setting an expiration date?

Yes, scheduled task automation supports defining expiration dates. This ensures your recurring or one-time automated tasks stop executing automatically once the specified end date is reached.

Can I configure notification platforms and working directories for scheduled tasks?

Yes, when creating scheduled tasks, you can define both specific working directories for execution and configure notification platforms. This ensures automated task outputs are generated in the correct location and alerts are sent.