scheduled-task

Manages scheduled tasks for automated execution with cron-based and one-time scheduling.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ferazfhansurie/adletic-content --skill scheduled-task-ferazfhansurie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-task
Source: https://github.com/ferazfhansurie/adletic-content/tree/main/.agents/skills/scheduled-task
Command: npx skills add https://github.com/ferazfhansurie/adletic-content --skill scheduled-task-ferazfhansurie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation, management, and execution of recurring or one-time tasks, ensuring that your automated workflows run precisely when needed without manual intervention.

Core Features & Use Cases

  • Task Creation: Define new tasks with specific schedules, prompts, and notification preferences.
  • Task Management: View, modify, enable, disable, and delete existing scheduled tasks.
  • Use Case: Set up a daily script to back up your project's database every night at 2 AM, or schedule a weekly report generation that automatically sends results to your team's Slack channel.

Quick Start

Create a new task that runs every day at 9 AM to summarize the latest AI news and send it to your DingTalk.

Frequently Asked Questions about scheduled-task

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

FAQPage Schema
How do I automate task scheduling with cron expressions for recurring scripts?

Automated task scheduling with cron expressions allows you to define recurring execution times for your scripts. You can create tasks that run precisely on a daily or weekly schedule without manual intervention.

Can I send automated task notifications to DingTalk and Feishu?

Automated task notifications can be sent directly to DingTalk and Feishu. The task management system integrates with these platforms to deliver execution results or reports automatically upon completion.

How do I create a one-time scheduled task instead of a recurring cron job?

Creating a one-time scheduled task involves specifying a single execution timestamp rather than a recurring cron pattern. The system handles one-time scheduling to run your script at an exact moment without repetition.

What is the best way to manage and modify existing scheduled tasks?

Managing scheduled tasks is done through a centralized interface that supports listing, modifying, enabling, disabling, and deletion. This ensures full control over your automated workflows and their execution states.

Does scheduled task execution support specifying custom working directories?

Scheduled task execution supports specifying custom working directories and execution modes. This allows your scripts to run in the correct environment context, ensuring file paths and dependencies resolve correctly.

Why are my scheduled tasks not triggering at the expected time?

Scheduled tasks not triggering may be due to incorrect cron syntax or the task being in a disabled state. Verify your cron expression formatting and check the task's enabled status to ensure proper execution.