This commit is contained in:
ray zhou
2026-06-29 14:51:55 +08:00
parent 225fb2bd28
commit 2dd9f17da9
319 changed files with 29461 additions and 9412 deletions

View File

@@ -1,17 +1,13 @@
---
name: loop
description: >-
Run a prompt or skill on a recurring local interval using monitored background
shell output. Use for /loop, polling status, recurring fixed-interval tasks,
dynamic self-paced loops, local cron-like loops, or waking an agent
periodically. Do not use for one-off tasks.
Run a prompt or skill in this session on a recurring or variable interval
(e.g. /loop 5m /foo).
disabled-environments:
- cloud
---
# Loop
Use monitored shell output when the goal is to wake the agent for recurring local work.
## Parse
Accept `/loop [interval] <prompt>`.
@@ -23,6 +19,8 @@ Accept `/loop [interval] <prompt>`.
Use intervals like `30s`, `5m`, `2h`, `1d`. Convert unit words to short units.
Use monitored shell output to wake the agent for recurring local work.
## Fixed Schedule
```bash