loop

Schedule prompt execution at user-defined intervals for repetitive tasks.

Updated May 5, 2026
One-click install
npx skills add https://github.com/hkjang/qwen-code --skill loop-hkjang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop
Source: https://github.com/hkjang/qwen-code/tree/main/packages/core/src/skills/bundled/loop
Command: npx skills add https://github.com/hkjang/qwen-code --skill loop-hkjang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to automate repetitive tasks by setting up scheduled loops to run prompts at predefined intervals.

Core Features & Use Cases

  • Scheduled Loops: Run a prompt at regular intervals, such as every minute, hour, day, or even multiple times a day.
  • Flexible Intervals: Users can define custom intervals or choose from predefined options like 5 minutes, 30 minutes, hours, or days.
  • Subcommands: Perform specific actions like listing jobs, clearing all loops, or executing immediate prompts.

Quick Start

Create a loop to check your emails every 10 minutes using the command: /loop 10m 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 and automate prompt execution at regular intervals?

To schedule recurring tasks, you can set up loops that execute prompts at user-defined intervals. This task automation allows you to run commands like checking emails every 10 minutes, daily, or at custom timeframes.

Can I use cron jobs to execute prompts every few minutes or hours?

Yes, you can execute prompts using flexible intervals similar to cron jobs. You can choose predefined options like 5 minutes, 30 minutes, hours, or days, or define custom intervals to automate your routine operations.

What is the best way to automate repetitive checks without manual effort?

The best way to automate repetitive checks is by scheduling loops to run prompts at predefined intervals. This reduces manual effort by handling routine operations automatically, saving time on tasks that need regular monitoring.

How do I list scheduled jobs or clear all active task automation loops?

To list scheduled jobs or clear all active loops, you can use specific subcommands provided by the tool. These subcommands allow you to manage your task automation by viewing active jobs or immediately clearing all configured loops.

Does task automation with scheduled loops require any external dependencies?

No, task automation with scheduled loops does not require any external dependencies. The tool operates independently using its internal scripts to manage and execute your recurring prompts at the intervals you define.

Can I execute a prompt immediately instead of waiting for the next scheduled interval?

Yes, you can execute a prompt immediately without waiting for the next scheduled interval. The tool includes subcommands that allow you to trigger immediate prompt execution alongside managing your recurring task loops.