What problem does it solve?
When automating workflows, you sometimes need to pause execution for a fixed amount of time before continuing, such as waiting for a process to finish or spacing out actions. This Skill provides a simple way to delay execution by a user-specified number of seconds or minutes.
Core Features & Use Cases
- Timed Pause: Waits for a user-specified duration in seconds or minutes using the shell
sleep command.
- Foreground Execution: Runs the sleep in the foreground so execution genuinely blocks until the duration elapses.
- Use Case: You ask the assistant to wait 5 minutes before retrying a check on a long-running build, and it pauses for exactly that duration before continuing.
Quick Start
Ask the assistant to wait 30 seconds before continuing with the next step.