task-scheduler

Manage and execute scheduled tasks via Agents or Skill Scripts.

31|10|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/yazelin/ching-tech-os --skill task-scheduler-yazelin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-scheduler
Source: https://github.com/yazelin/ching-tech-os/tree/main/backend/src/ching_tech_os/skills/task-scheduler
Command: npx skills add https://github.com/yazelin/ching-tech-os --skill task-scheduler-yazelin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing scheduled tasks, allowing for the creation, querying, modification, and deletion of timed tasks with ease.

Core Features & Use Cases

  • Dynamic Scheduling: Create, manage, and modify scheduled tasks with flexibility.
  • Task Execution: Execute tasks via Agents or Skill Scripts.
  • Use Case: For instance, you can schedule a daily report to be generated and sent at a specific time, or set up a weekly backup task.

Quick Start

Create a new scheduled task to run the 'daily_report' script every morning at 9 AM.

Frequently Asked Questions about task-scheduler

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

FAQPage Schema
How do I automate recurring tasks and workflows with scheduled execution?

You can automate recurring tasks by creating, modifying, and executing scheduled items that trigger via Agent execution or Skill Script invocation for daily administrative workflows.

How does scheduled task management work for recurring administrative workflows?

Scheduled task management works by allowing you to dynamically create, query, modify, and delete timed tasks that execute automatically via Agents or Skill Scripts at specified times.

Can I schedule a daily report to generate and send automatically?

Yes, you can schedule a daily report to generate and send automatically by creating a timed task that runs the corresponding script every morning at a specific time.

Do I need an Agent or a Skill Script to execute scheduled tasks?

You do not need exclusively one or the other; scheduled tasks support execution via both Agents and Skill Scripts, allowing flexible automation depending on your workflow requirements.

Can I modify or delete a scheduled task after it has been created?

Yes, the system supports dynamic scheduling, meaning you can query, modify, and delete existing timed tasks even after they have been initially created and scheduled.

What is the best way to set up a weekly backup task using scheduled scripts?

The best way to set up a weekly backup task is to create a new scheduled task that invokes your backup script at a recurring weekly interval through the task scheduling system.