cron

Execute cron job-like schedules to automate repetitive tasks.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/WWindRock/Webchat-DEV --skill cron-wwindrock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/WWindRock/Webchat-DEV/tree/main/CoPaw/src/copaw/agents/skills/cron
Command: npx skills add https://github.com/WWindRock/Webchat-DEV --skill cron-wwindrock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires CoPaw, and includes scripts (resource) components.

What problem does it solve?

The cron skill addresses the need for automated and scheduled tasks management, streamlining workflows by eliminating manual scheduling and repetition.

Core Features & Use Cases

  • Task Automation: Schedule scripts to run at predetermined times.
  • Task Management: Provides commands to list, view, pause, resume, and delete tasks.
  • Use Case: For example, set up a task to automatically send weekly reports to a specific email at midnight every Sunday.

Quick Start

Use the copaw cron list command to display all scheduled tasks.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule scripts to run automatically at predetermined times?

To schedule automated tasks, you use cron-style commands to set predetermined execution times for scripts. This skill manages scheduled jobs by interpreting and executing cron-like schedules to eliminate manual repetition.

Can I list, pause, and resume scheduled jobs after creating them?

Yes, you can manage scheduled jobs after creation by using specific task management commands. The skill provides commands to list, view, pause, resume, and delete tasks, giving you full control over automated task lifecycles.

Do I need CoPaw infrastructure to execute time-sensitive scheduled jobs?

Yes, you need CoPaw infrastructure to execute time-sensitive scheduled jobs. This skill requires CoPaw's infrastructure for task dispatch and execution, serving as the underlying environment for automated task management.

What's the best way to automate repetitive text messaging tasks?

The best way to automate repetitive text messaging tasks is by setting up cron job-like schedules for dispatch. This skill interprets time-sensitive schedules across various platforms, including text messaging and agent-based queries.

How do I view all existing scheduled tasks from the command line?

To view all existing scheduled tasks from the command line, use the `copaw cron list` command. This displays every scheduled task currently managed within the CoPaw infrastructure.

When should I not use cron-style task automation for my workflows?

You should not use cron-style task automation for workflows requiring real-time, event-driven triggers or those lacking CoPaw infrastructure. This approach is designed for predetermined, repetitive, and time-sensitive scheduled jobs rather than immediate event responses.