cron-task-creator

Create, schedule, and manage cron-like tasks within Clacky.

1.2k|100|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/clacky-ai/openclacky --skill cron-task-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cron-task-creator
Source: https://github.com/clacky-ai/openclacky/tree/main/lib/clacky/default_skills/cron-task-creator
Command: npx skills add https://github.com/clacky-ai/openclacky --skill cron-task-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation, scheduling, and execution of cron-like tasks within Clacky, reducing manual task management and errors.

Core Features & Use Cases

  • Create, view, edit, enable, and disable cron tasks with per-task prompts and schedules.
  • Schedule recurring executions (daily, hourly, weekly) and run tasks on demand via WebUI.
  • Inspect run histories and logs to monitor performance and diagnose issues.

Quick Start

Create a new cron task by providing a name, a prompt, and a cron schedule, then enable it to run on the WebUI Task panel.

Frequently Asked Questions about cron-task-creator

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

FAQPage Schema
How do I schedule recurring tasks to run automatically?▼

To schedule recurring tasks, you create a cron task by defining a name, a prompt, and a cron schedule. The task then executes automatically at the specified daily, hourly, or weekly intervals.

What is automated task scheduling and how does it work here?▼

Automated task scheduling stores task prompts locally and maintains a schedules file to trigger executions. It integrates with a WebUI to manage list, create, update, delete, and run operations for your recurring tasks.

Can I modify or disable a scheduled task after creating it?▼

Yes, you can modify or disable scheduled tasks after creation. The system exposes a unified API allowing you to update prompts, change schedules, and toggle tasks between enabled and disabled states.

How do I review run histories and logs for automated tasks?▼

You review run histories and logs by inspecting the WebUI Task panel. This allows you to monitor execution performance and diagnose any issues with your scheduled cron tasks.

How do I run a scheduled task on demand instead of waiting for the next trigger?▼

You run a scheduled task on demand by accessing the WebUI Task panel. This bypasses the defined cron schedule, allowing immediate execution of the stored task prompt whenever needed.