scheduler_maintain

Manage scheduler tasks with cron and one-shot schedules.

6|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/KnoWhiz/DoWhiz --skill scheduler-maintain
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scheduler_maintain
Source: https://github.com/KnoWhiz/DoWhiz/tree/main/.agents/skills/scheduler_maintain
Command: npx skills add https://github.com/KnoWhiz/DoWhiz --skill scheduler-maintain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage their scheduled tasks within the DoWhiz workspace, ensuring that recurring or one-off tasks are handled efficiently.

Core Features & Use Cases

  • View Scheduled Tasks: Get a summary of upcoming tasks, including their ID, type, next run time, status, and label.
  • Cancel Tasks: Remove unwanted scheduled tasks.
  • Reschedule Tasks: Adjust the timing of existing tasks to be either a one-time run or a recurring cron job.
  • Create New Tasks: Schedule new tasks, including the option to create a run_task with specified model and reply-to addresses.

Quick Start

List all upcoming scheduler tasks for the current user.

Frequently Asked Questions about scheduler_maintain

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

FAQPage Schema
How do I view and manage upcoming scheduled tasks in my workspace?▼

Rescheduling tasks requires an RFC3339 UTC timestamp for one-shot runs and a 6-field cron expression for recurring schedules. You apply these formats directly to existing task IDs to adjust their execution timing.

How do I create a new run_task action with a specific model?▼

Creating a new run_task action involves specifying the target model and a reply-to address. The scheduler then registers this action block within the workspace snapshot to execute the task on your behalf.

What format is required for cron expressions when rescheduling tasks?▼

Rescheduling tasks to a recurring cron schedule requires a 6-field cron expression. This standard format ensures the scheduler accurately interprets the timing for your recurring task execution.

Can I cancel a specific scheduled task without affecting others?▼

Yes, you can cancel specific scheduled tasks by referencing their unique task ID. This removes the selected task from the scheduler action blocks while leaving all other upcoming tasks unaffected.