loop

Schedule and execute recurring tasks at specified time intervals.

3|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/woxiangyangzhimao/skills --skill loop-woxiangyangzhimao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop
Source: https://github.com/woxiangyangzhimao/skills/tree/main/loop
Command: npx skills add https://github.com/woxiangyangzhimao/skills --skill loop-woxiangyangzhimao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Loop Skill simplifies the management of recurring tasks by enabling you to set up schedules for commands or prompts to run automatically at specific time intervals.

Core Features & Use Cases

  • Recurring Task Scheduling: Create scheduled tasks to run prompts or commands repeatedly at predefined intervals.
  • Customizable Intervals: Support various time units like minutes, hours, days, and even seconds for flexibility.
  • Immediate Execution: Executes the scheduled task immediately upon setting it up.
  • User-friendly Interface: Easy-to-use input format for setting up the schedule.

Quick Start

Use the /loop command followed by a time interval and the command or prompt you want to schedule, e.g., /loop 30m /check-email.

Frequently Asked Questions about loop

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

FAQPage Schema
How do I schedule recurring tasks to run automatically at specific time intervals?

Scheduling recurring tasks at specific intervals is done by parsing a time unit and command into an automated schedule. The task executes immediately upon setup and repeats automatically at the specified frequency for periodic checks or updates.

What time units can I use for customizing recurring task scheduling intervals?

Customizing recurring task scheduling intervals supports various time units including seconds, minutes, hours, and days. This flexibility allows you to tailor the automated execution frequency from rapid repeated checks to daily status updates.

Can I automate periodic status updates and reminders without manual intervention?

Automating periodic status updates and reminders without manual intervention is supported through recurring task scheduling. You input the desired interval and command, and the system performs both immediate execution and subsequent automated runs.

What's the best way to set up recurring task scheduling for automated workflows?

The best way to set up recurring task scheduling for automated workflows is using a simple command syntax with the interval and prompt. It parses the input to schedule the recurring task and performs immediate execution of the first run automatically.

Does recurring task scheduling execute the first run immediately or wait for the first interval?

Recurring task scheduling executes the first run immediately rather than waiting for the first interval to elapse. This ensures your scheduled command or prompt triggers right away before continuing with the automated repeated execution cycle.