task-scheduler

Manage Windows Task Scheduler jobs with PowerShell for creating and monitoring tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation, management, and monitoring of scheduled tasks within Windows Task Scheduler, enabling users to automate recurring operations and startup processes.

Core Features & Use Cases

  • Create Scheduled Tasks: Set up daily, weekly, or at-logon tasks with custom actions and triggers.
  • Manage Existing Tasks: Pause, resume, manually run, or delete scheduled jobs.
  • View Task History: Inspect execution logs for troubleshooting and monitoring.
  • Use Case: Schedule a daily PowerShell script to back up important files at 9 AM or set a weekly cleanup task to run every Monday morning.

Quick Start

Create a daily backup task named 'xiaodazi_daily_backup' that runs a PowerShell script 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 create a scheduled task in Windows Task Scheduler using PowerShell?

Create scheduled tasks in Windows Task Scheduler by using PowerShell to define triggers, actions, and naming conventions within the '\xiaodazi\' task path. You can set up daily, weekly, or at-logon tasks with custom configurations.

Can I manage existing Windows Task Scheduler jobs without elevated privileges?

Yes, you can manage existing Windows Task Scheduler jobs without elevated privileges. The system pauses, resumes, manually runs, or deletes scheduled jobs while operating within standard security rules.

What is the best way to monitor scheduled task history for PowerShell scripts?

Monitor scheduled task history by inspecting execution logs for troubleshooting and monitoring. The system retrieves execution logs for tasks within the '\xiaodazi\' path to verify automation outcomes.

Does Windows Task Scheduler support recurring triggers for startup tasks?

Windows Task Scheduler supports recurring tasks, startup tasks, and timed triggers. You can configure these triggers using PowerShell to automate recurring operations and startup processes.

What are the limitations of automating tasks within the \xiaodazi\ task path?

Automating tasks within the '\xiaodazi\' task path avoids elevated privileges, limiting operations to standard security rules. Tasks must follow specific naming conventions and cannot perform actions requiring administrator-level access.

Why are my scheduled PowerShell scripts not running at the configured time?

If scheduled PowerShell scripts are not running, inspect the execution logs for troubleshooting. Verify that the timed triggers and task actions are correctly configured within the '\xiaodazi\' task path and check security rule constraints.