scheduled-task

Creates scheduled tasks with flexible recurrence patterns including Cron expressions.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill scheduled-task-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-task
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/scheduled-task
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill scheduled-task-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to create and manage scheduled tasks, automating repetitive actions at specific times or intervals, thereby improving efficiency and ensuring timely execution of operations.

Core Features & Use Cases

  • Flexible Scheduling: Supports one-time, daily, weekly, monthly, and custom Cron expressions.
  • Automated Execution: Tasks run automatically without manual intervention once set up.
  • Use Case: Set up a daily report generation task that runs every morning at 8 AM, or schedule a one-time backup of your project files for next Friday at 5 PM.

Quick Start

Create a task named "Daily Report" that runs every day at 9 AM and prompts Claude to generate a summary of yesterday's news.

Frequently Asked Questions about scheduled-task

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

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

You can schedule recurring tasks by defining flexible recurrence patterns such as daily, weekly, monthly, or custom Cron expressions to automate prompt execution at predefined intervals.

Can I use a custom Cron expression for task scheduling?

Yes, task scheduling supports custom Cron expressions alongside standard daily, weekly, and monthly patterns, allowing precise automated execution of configured prompts.

How do I set up a one-time task execution for a specific date?

One-time task execution allows you to schedule a single automated prompt to run at a specific predefined time, such as backing up project files next Friday at 5 PM.

What is the best way to automate daily report generation?

Automating daily report generation involves creating a scheduled task with a daily recurrence pattern, which automatically executes a prompt at a set time like 9 AM every morning.

Do I need any external dependencies to manage automated prompt execution?

No external dependencies are required to manage automated prompt execution, as the skill operates independently using scripts to handle scheduling and recurring task configurations.