scheduled-tasks

Create and manage scheduled recurring tasks using macOS launchd, Linux cron, and Windows Task Scheduler.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill scheduled-tasks-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-tasks
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/scheduled-tasks
Command: npx skills add https://github.com/malue-ai/dazee-small --skill scheduled-tasks-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and management of recurring tasks, ensuring that routine operations are performed automatically at specified times without manual intervention.

Core Features & Use Cases

  • Cross-Platform Scheduling: Integrates with macOS (launchd), Linux (cron), and Windows (Task Scheduler) to manage scheduled tasks.
  • Task Automation: Enables the agent to perform actions like generating reports, sending reminders, or organizing files at predefined intervals.
  • Use Case: Set up a task to automatically generate a weekly work report every Friday at 5 PM, or schedule a daily reminder to take medication.

Quick Start

Use the scheduled-tasks skill to create a task that runs every Monday at 9 AM to organize your downloads folder.

Frequently Asked Questions about scheduled-tasks

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

FAQPage Schema
How do I schedule recurring tasks across different operating systems?

To schedule recurring tasks across different operating systems, you can use native schedulers like macOS launchd, Linux cron, and Windows Task Scheduler. This approach ensures reliable background execution of automated actions at specified intervals without manual intervention.

Can I use cron and launchd to automate background file organization?

Yes, you can use cron and launchd to automate background file organization. Native OS schedulers facilitate the automated execution of user-defined actions, allowing you to routinely organize files or generate reports at predefined times without manual intervention.

Does this task scheduler support macOS, Linux, and Windows?

Yes, this task scheduler supports macOS, Linux, and Windows by integrating with launchd, cron, and Windows Task Scheduler respectively. It provides cross-platform scheduling capabilities to manage and execute recurring background tasks reliably across these operating systems.

What is the best way to set up a weekly automated report generation task?

The best way to set up weekly automated report generation is by using native OS task schedulers like cron or launchd. This enables you to define specific execution times, such as every Friday at 5 PM, to automatically generate reports without manual intervention.

How do I create a scheduled reminder to run daily on my operating system?

You can create a scheduled daily reminder by configuring your operating system's native task scheduler, such as Windows Task Scheduler or Linux cron. This allows the system to automatically execute the reminder action at predefined daily intervals.