schedule

Schedule agent or shell tasks using cron expressions or ISO timestamps.

816|77|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/rcarmo/piclaw --skill schedule-rcarmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/rcarmo/piclaw/tree/main/skel/.pi/skills/schedule
Command: npx skills add https://github.com/rcarmo/piclaw --skill schedule-rcarmo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of scheduling tasks to run at specific times or intervals, ensuring that important operations are executed without manual intervention.

Core Features & Use Cases

  • One-time task scheduling: Set a task to run at a precise future date and time.
  • Recurring task scheduling: Configure tasks to run on a cron schedule or at regular intervals.
  • Task management: Pause, resume, cancel, and update scheduled tasks.
  • Use Case: Schedule a daily backup script to run every night at 2 AM, or set a reminder to send a report every Monday morning.

Quick Start

Schedule a one-time agent task to run on March 9th, 2026, at 09:00 UTC with the prompt "Summarize the latest market trends".

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I schedule recurring tasks using cron expressions?

You can schedule recurring tasks by providing a cron expression or regular interval to define the execution frequency. The Skill manages the full lifecycle, supporting persistent storage and execution logs for all scheduled cron jobs.

Can I schedule a shell command to run at a specific ISO timestamp?

Yes, you can schedule one-time shell command execution at a precise future date and time using ISO timestamps. The task runner supports environment variable integration to configure the shell execution context.

How do I pause or cancel a scheduled task?

You can manage the task lifecycle by pausing, resuming, canceling, or updating scheduled tasks directly. Task state and execution logs are tracked persistently within the piclaw data directory for reliable management.

What is the difference between scheduling an agent task and a shell task?

Scheduling an agent task executes a specified prompt at a target time, while scheduling a shell task runs a direct shell command. Both support cron intervals or ISO timestamps and integrate environment variables.

Do I need any external dependencies to automate task scheduling?

No external dependencies are required to automate task scheduling. The Skill operates independently, storing scheduled tasks and execution logs persistently within the local piclaw data directory for reliable automation.