scheduled-task

Create and manage scheduled tasks using cron expressions or specific datetimes.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/466852675/TISHICIKU-2025 --skill scheduled-task-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-task
Source: https://github.com/466852675/TISHICIKU-2025/tree/main/07-Skill%E5%BA%93/scheduled-task
Command: npx skills add https://github.com/466852675/TISHICIKU-2025 --skill scheduled-task-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to automate repetitive tasks by scheduling them to run at specific times or intervals, ensuring that important actions are never missed.

Core Features & Use Cases

  • Create & Manage Tasks: Easily set up new scheduled tasks, modify existing ones, enable/disable them, or delete them entirely.
  • Flexible Scheduling: Supports one-time execution (at) and recurring schedules using Cron expressions.
  • Use Case: Set up a daily task to run a data backup script at 2 AM, or a weekly task to generate a performance report every Monday morning.

Quick Start

Create a new task that runs every day at 9 AM to summarize the latest AI news.

Frequently Asked Questions about scheduled-task

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

FAQPage Schema
How do I automate script execution using cron expressions for recurring tasks?

Automate script execution by creating scheduled tasks through the API using cron expressions for recurring intervals or specific datetimes for one-time execution. You can manage these tasks by enabling, disabling, or deleting them as needed.

Can I schedule a one-time task to run at a specific datetime instead of a recurring interval?

Yes, you can schedule a one-time task to run at a specific datetime. The scheduling system supports both recurring execution using cron expressions and single execution at a precise datetime for flexible task management.

What is the best way to set up a daily data backup script or weekly report generation?

Set up daily data backups or weekly report generation by creating scheduled tasks via the API. Define the execution frequency using cron expressions, such as running a backup at 2 AM daily or generating reports every Monday morning.

Does scheduled task management support output notification to multiple platforms?

Scheduled task management supports output notification to multiple platforms. When you create or manage tasks for recurring system operations or data processing, you can configure notifications to receive execution outputs across various platforms.

What are the limitations when managing recurring tasks and system operations?

Scheduled task management requires valid cron expressions for recurring execution and depends on API availability for task creation and execution. It is designed for automating system operations and data processing rather than complex event-driven architectures.