scheduled-task

Create and manage scheduled tasks for automated prompt execution.

339|34|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill scheduled-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-task
Source: https://github.com/Kxiandaoyan/Memoh-v2/tree/main/internal/skills/defaults/scheduled-task
Command: npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill scheduled-task

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 them to run automatically at specified intervals or one-time future moments, reducing manual intervention and ensuring timely execution.

Core Features & Use Cases

  • Flexible Scheduling: Supports one-time execution, daily, weekly, monthly, and custom cron expressions.
  • Automated Execution: Tasks run automatically without user intervention once scheduled.
  • Use Case: Schedule a daily report generation at 8 AM, or set up a weekly code backup every Sunday evening.

Quick Start

Create a scheduled task to run a prompt every day at 9 AM.

Frequently Asked Questions about scheduled-task

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

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

Automate tasks with custom schedules by creating scheduled tasks that support various scheduling types, including daily, weekly, monthly, one-time execution, and custom cron expressions for accurate automated prompt execution.

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

Yes, you can schedule one-time tasks for future execution. The system handles relative time calculations to ensure your automated prompts run accurately at the specified one-time future moment without manual intervention.

How do I set up a daily recurring task for report generation?

Set up a daily recurring task by selecting the daily scheduling type. Once scheduled, the task runs automatically at the specified time each day, reducing manual intervention for repetitive actions like report generation.

Can I specify a working directory and expiration date for scheduled tasks?

Yes, when creating scheduled tasks, you can configure options for working directories and expiration dates. These settings ensure tasks execute in the correct environment context and stop running after a defined period.

Does scheduling automation support notification platforms for task completion?

Yes, the scheduling automation supports options for notification platforms. You can configure notifications to receive alerts when your scheduled tasks, such as weekly code backups or daily reports, complete their automated execution.

What are the limitations when using relative time calculations for scheduling?

Relative time calculations for scheduling are designed for accurate execution timing. However, tasks rely on the scheduling types provided—daily, weekly, monthly, one-time, or cron—so complex custom intervals must strictly conform to valid cron syntax.