schedule

Create scheduled tasks with cron expressions or fireAt timestamps.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/loanntc/Paave --skill schedule-loanntc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/loanntc/Paave/tree/main/skills/schedule
Command: npx skills add https://github.com/loanntc/Paave --skill schedule-loanntc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually triggering repetitive work by helping you create scheduled tasks that run either on an interval or when explicitly fired.

Core Features & Use Cases

  • On-demand scheduling: Create a task you can run immediately or trigger manually whenever needed.
  • Recurring automation: Run the same objective repeatedly using a cron-style interval in your local timezone.
  • Cold-start prompt drafting: Turn your intent into a self-contained prompt so future autonomous runs work without relying on chat history.

Quick Start

Tell the AI what you want to automate, then describe how often it should run or when it should fire, and request it to create the scheduled task.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I automate a recurring task using a cron expression?

To automate a recurring task, you provide a self-contained execution prompt and a local-time cron expression, then the Skill invokes the create_scheduled_task tool to handle the periodic execution automatically.

What is the best way to schedule an on-demand task for report generation?

Scheduling an on-demand task for report generation requires drafting a cold-start prompt that works without chat history, then setting a specific fireAt timestamp or manual trigger to execute the objective.

Can I run scheduled workflows for inbox triage without relying on chat history?

Yes, you can run scheduled workflows for inbox triage by drafting a self-contained execution prompt during setup, ensuring the autonomous run works without relying on previous chat history.

How do I create a scheduled maintenance job that fires at a specific timestamp?

Creating a scheduled maintenance job requires defining the objective, selecting a specific fireAt timestamp in your local timezone, and invoking the create_scheduled_task tool to execute the job.

Does this scheduling tool support local timezone task orchestration?

Yes, this task orchestration tool supports local timezone scheduling by allowing you to define recurring intervals using a cron expression based on your local time.

When do I need a self-contained prompt for my scheduled reminders?

You need a self-contained prompt for scheduled reminders to ensure the automated task executes correctly during recurring intervals without requiring context from your current chat history.