win-scheduler

Create, list, and maintain Windows scheduled tasks using the ScheduledTasks PowerShell module.

6|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/IrisGoLab/PCClaw --skill win-scheduler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: win-scheduler
Source: https://github.com/IrisGoLab/PCClaw/tree/main/skills/win-scheduler
Command: npx skills add https://github.com/IrisGoLab/PCClaw --skill win-scheduler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Windows users need reliable automation for routine tasks but lack straightforward tooling. PCClaw's win-scheduler provides a clean, end-to-end interface to create, list, update, and delete Windows Scheduled Tasks with no external dependencies.

Core Features & Use Cases

  • Create one-time, daily, weekly, or startup tasks using the built-in ScheduledTasks PowerShell module.
  • List tasks (with or without Microsoft tasks) and inspect their status, next run time, and last run results.
  • Manage tasks by enabling, disabling, triggering manually, or removing them to automate repetitive workflows.

Quick Start

Open Task Scheduler and configure a recurring task using the built-in cmdlets to automate your routine.

Frequently Asked Questions about win-scheduler

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

FAQPage Schema
How do I automate Windows tasks using Scheduled Tasks?

Automate Windows tasks by creating one-time, daily, weekly, or startup scheduled tasks. Use the built-in ScheduledTasks PowerShell module to configure triggers and actions without external dependencies.

How do I list and check the status of scheduled tasks in Windows?

List scheduled tasks in Windows to inspect their status, next run time, and last run results. Filter the view to include or exclude default Microsoft tasks for a cleaner overview.

Can I manage Windows scheduled tasks without installing extra software?

Manage Windows scheduled tasks without extra software by using built-in PowerShell cmdlets. Enable, disable, trigger manually, or remove tasks natively across Windows 10 and 11.

What is the best way to maintain and update Windows Scheduled Tasks?

Maintain Windows Scheduled Tasks by updating triggers and actions through PowerShell. Disable, enable, or remove outdated tasks to keep automation workflows reliable and organized.

Do I need PowerShell to configure scheduled tasks on Windows 10 and 11?

PowerShell is required to configure scheduled tasks on Windows 10 and 11. The automation relies on the built-in ScheduledTasks PowerShell module, needing no other external dependencies.

Why are my Windows scheduled tasks not running?

Scheduled tasks fail to run due to incorrect triggers, disabled status, or action errors. Inspect the last run results and next run time to diagnose common maintenance issues.