scheduling

Creates recurring tasks and one-off reminders for Lettabot with cron or ISO datetime inputs.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill scheduling-kastalien-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduling
Source: https://github.com/Kastalien-Research/kastalien-factory/tree/main/lettabot/skills/scheduling
Command: npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill scheduling-kastalien-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling tasks and reminders is error-prone and time-consuming when done manually; this Skill centralizes timing, naming, and messaging for automated prompts within Lettabot.

Core Features & Use Cases

  • Create recurring tasks (daily or weekly) to run automated prompts or actions.
  • Create one-off reminders scheduled for a specific future time.
  • Use cases include daily standups, reminders, and status checks.

Quick Start

Create a job named Standup with a daily schedule at 09:00 and the message Time for standup!.

Frequently Asked Questions about scheduling

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

FAQPage Schema
How do I automate recurring reminders for Lettabot?

You can automate recurring reminders for Lettabot by creating scheduled jobs with a name, a message, and a cron expression to trigger daily or weekly automated prompts.

How do I set up a one-off reminder for a specific future time?

You can set up a one-off reminder by using the --at flag with an ISO datetime, ensuring you provide a required job name and message for the scheduled prompt.

Can I use cron expressions for task management scheduling?

Yes, you can use standard cron expressions for task management scheduling by applying the --schedule flag to define recurring automated actions within your workflow.

What is required to create a scheduled task in this system?

Creating a scheduled task requires enforcing a specific name and a message per job, alongside either an --at ISO datetime for one-off prompts or a --schedule cron expression.

Does the scheduling skill support managing active and disabled job states?

Yes, the scheduling skill supports an active and disabled state for jobs, allowing you to manage whether your recurring task schedules and one-off reminders are currently running.