Loop

Schedule a prompt to fire on a fixed cadence (recurring loop). Use when the user asks to "run X every N minutes/hours/days", "loop X", "babysit Y", "be proactive about Y every N", or invokes `/loop` directly. Parses `[interval] <prompt>`, picks a clean cron expression, registers the job via the `cron` tool, and executes the prompt once immediately so the user sees activity without waiting for the first cron tick.

xiaomimimo 7dc3801 5.0 KB Updated

File contents

xiaomimimo/mimo-code/tree/main/packages/opencode/src/skill/builtin/.bundle/loop commit 7dc38013c8

Frequently asked questions

npx skillmds@latest add xiaomimimo/loop