scheduled-task

Creates recurring or one-off scheduled tasks with configurable triggers and options.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/metaid-developers/IDBots --skill scheduled-task-metaid-developers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-task
Source: https://github.com/metaid-developers/IDBots/tree/main/SKILLs/scheduled-task
Command: npx skills add https://github.com/metaid-developers/IDBots --skill scheduled-task-metaid-developers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured way to create and manage scheduled automation tasks, enabling reliable recurring or one-time executions within local-first workflows.

Core Features & Use Cases

  • Create one-time or recurring tasks with diverse scheduling options (at, cron, daily, weekly, monthly).
  • Define the task payload including a name, prompt, and optional working directory to run automated actions.
  • Manage tasks via a set of scripts to create, list, update, toggle, and delete tasks, with local proxying and error handling.

Quick Start

Create a scheduled task by providing its name, prompt, and schedule, then the system will set up the task for automatic execution.

Frequently Asked Questions about scheduled-task

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

FAQPage Schema
How do I create a scheduled task for recurring automated execution?

To create a scheduled task, provide a name, prompt, schedule pattern, and optional working directory. The system validates inputs and sets up the task for automated recurring execution.

What scheduling patterns can I use for automating tasks?

Scheduling patterns include one-time and recurring options using at, cron, daily, weekly, and monthly intervals. Each pattern triggers automated execution at specified times.

Can I manage and toggle existing scheduled tasks?

Yes, you can list, update, toggle, and delete scheduled tasks through shell scripts with API-like endpoints. All management operations include input validation and robust error handling.

Does this scheduled task automation work with notifications?

Notifications are supported as optional components when creating scheduled tasks. They integrate with the task payload to alert upon completion of automated actions.

What is the best way to run one-time automated tasks in a local workflow?

Use the at scheduling pattern to define a one-time task with a name and prompt. This local-first approach ensures reliable execution without external dependencies.

Why are my scheduled tasks not working when errors occur?

Task failures are handled through robust error handling and input validation within the shell scripts. Ensure your task payload includes a valid name, prompt, and accessible working directory.