scheduler

Creates reminders and schedules tasks with configurable triggers and delivery options.

820|64|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/warpdotdev/oz-skills --skill scheduler-warpdotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduler
Source: https://github.com/warpdotdev/oz-skills/tree/main/.agents/skills/scheduler
Command: npx skills add https://github.com/warpdotdev/oz-skills --skill scheduler-warpdotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage your time and automate routine actions by scheduling reminders and local tasks directly on your device.

Core Features & Use Cases

  • Set Reminders: Schedule one-time or recurring reminders for yourself (e.g., "Remind me to call mom tomorrow at 5 PM").
  • Automate Tasks: Schedule scripts or commands to run at specific times or intervals (e.g., "Run my backup script every Sunday at midnight").
  • Flexible Delivery: Supports notifications, terminal messages, and potentially external platforms like Slack.

Quick Start

Use the scheduler skill to remind me to take a break in 1 hour.

Frequently Asked Questions about scheduler

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

FAQPage Schema
How do I schedule local tasks and reminders on my device?

You can schedule local tasks and reminders by parsing your request for intent, action, and timing to interface with OS-native schedulers. It supports setting one-time or recurring events directly on your device.

Can I automate script execution using cron or launchd?

Yes, you can automate script execution by scheduling commands to run at specific times or intervals. The skill interfaces with OS-native schedulers like cron, launchd, or Windows Task Scheduler to execute your scripts.

What delivery methods are supported for scheduled notifications?

Scheduled notifications support flexible delivery methods including on-device notifications, terminal messages, and potentially external platforms like Slack. You can customize the delivery mechanism based on your parsed request.

Does this approach work with Windows Task Scheduler for recurring events?

Yes, it works with Windows Task Scheduler for recurring events. The skill interfaces with OS-native schedulers, allowing you to set up recurring reminders and local tasks on your specific operating system.

What is the best way to run a backup script every Sunday at midnight?

The best way to run a backup script weekly is to schedule it as a recurring local task. By specifying the script and the interval, the skill interfaces with your OS scheduler to automate the execution.