schedule

Create a reusable scheduled task prompt with cron or fireAt timestamp.

3|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/garochee33/DSH --skill schedule-garochee33
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/garochee33/DSH/tree/main/kb/claude/skills/schedule
Command: npx skills add https://github.com/garochee33/DSH --skill schedule-garochee33

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you convert a one-off task from a conversation into a reusable scheduled job so it can run automatically later or be triggered on demand.

Core Features & Use Cases

  • Task extraction: Distills the core objective from session context into a self-contained prompt for future runs.
  • Scheduling choices: Supports recurring cron schedules, one-time timestamps, ad-hoc manual execution, or confirmation for ambiguous timing.
  • Use case: Use it to create a daily reminder, a weekly report run, or any repeatable automation task that should execute without recreating the prompt each time.

Quick Start

Ask the skill to turn your current task into a scheduled job with a clear name and timing preference.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I turn a conversation into a scheduled task prompt for recurring workflows?▼

To create a scheduled task prompt, the Skill extracts your core objective from the session context and packages it into a self-contained execution plan. You define a task name, set timing via cron or a one-time timestamp, and trigger the create_scheduled_task action.

Can I use cron expressions to set up recurring reminders and task automation?▼

Yes, you can use cron expressions for recurring reminders and task automation. The Skill supports cron schedules for recurring workflows, ad-hoc manual execution, or a one-time fireAt timestamp to run your extracted task prompt automatically later.

What's the best way to create a one-time scheduled reminder from a current session?▼

The best way to create a one-time scheduled reminder is to ask the Skill to convert your current task into a scheduled job. It will distill the context into a reusable prompt and use a one-time fireAt timestamp for execution.

Do I need to manually recreate a prompt each time I run a repeatable automation?▼

No, you do not need to recreate the prompt for repeatable automation. The Skill distills the core objective from your session context into a self-contained prompt, allowing your recurring workflows or daily reminders to execute automatically.

What happens if my scheduling timing is ambiguous when creating a scheduled job?▼

If your scheduling timing is ambiguous when creating a scheduled job, the Skill will request confirmation. It applies scheduling choices like recurring cron schedules, one-time timestamps, or ad-hoc manual execution to resolve the timing.

Does task automation with scheduled runs support manually triggered workflows?▼

Yes, task automation with scheduled runs supports manually triggered workflows. The Skill allows you to create a reusable scheduled job that can be triggered on demand, applying to recurring workflows and manually triggered automations needing a self-contained execution plan.