task-scheduler

Generate PowerShell scripts to create and manage Windows Task Scheduler tasks.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/sarfraznawaz2005/my_opencode_agent --skill task-scheduler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-scheduler
Source: https://github.com/sarfraznawaz2005/my_opencode_agent/tree/main/skill/task-scheduler
Command: npx skills add https://github.com/sarfraznawaz2005/my_opencode_agent --skill task-scheduler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires BurntToast, and includes scripts (resource) components.

What problem does it solve?

Windows environments often require manual steps to set up reminders and routine tasks. This Skill automates the creation and management of Windows Task Scheduler entries from natural language prompts, reducing manual overhead and potential errors.

Core Features & Use Cases

  • Create, modify, and delete Windows Task Scheduler tasks with a consistent prefix (Agent Tasks) to keep tasks organized.
  • Support one-time reminders and recurring schedules, with clear prompts guiding the setup.
  • Integrate with a PowerShell workflow to generate and execute scheduling scripts and provide user notifications.

Quick Start

Use this skill to schedule a one-time reminder at 11:00AM today: "Remind me to call John at 11:00AM today".

Frequently Asked Questions about task-scheduler

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

FAQPage Schema
How do I schedule Windows Task Scheduler tasks from natural language prompts?

You can schedule Windows Task Scheduler tasks from natural language prompts by using this skill to generate a PowerShell script that registers tasks with proper prefixes and triggers automatically. It interprets your text input to create one-time or recurring schedules.

Can I create recurring reminders and one-time triggers in Windows without manual setup?

Yes, you can create recurring reminders and one-time triggers in Windows by prompting this skill directly. It automates the PowerShell workflow to register these tasks with the Windows Task Scheduler, eliminating manual configuration overhead.

Does this task scheduling skill require BurntToast for Windows notifications?

Yes, this task scheduling skill requires the BurntToast dependency to deliver user notifications. It integrates this PowerShell module into its generated scripts to provide alerts when scheduled tasks execute on Windows hosts.

What is the best way to organize and delete automated Windows tasks?

The best way to organize automated Windows tasks is through a consistent naming prefix like "Agent Tasks". This skill applies this prefix during creation and includes delete semantics, allowing you to easily identify and manage generated scheduled tasks.

How does PowerShell script generation work for Windows reminders?

PowerShell script generation for Windows reminders works by translating your natural language request into executable commands. The skill outputs a script that registers the task with proper triggers and uses a helper agent to run the scheduled action.

Are there limitations when automating task scheduling across Windows hosts?

Limitations when automating task scheduling across Windows hosts include relying on the Windows Task Scheduler environment and the BurntToast module for notifications. It is specifically designed for Windows hosts and applies a consistent prefix to manage generated tasks.