Install
openclaw skills install sleep-toolDelay execution for a specified amount of time. Use for timing in scripts, waiting between operations, and scheduling delays.
openclaw skills install sleep-toolPause script execution for a specified duration. Supports seconds, minutes, hours, and days for flexible timing control in automation scripts.
sleep-tool <duration>
Duration can be specified with suffixes: s (seconds), m (minutes), h (hours), d (days). Default is seconds if no suffix given.
sleep-tool 5
sleep-tool 30s
sleep-tool 2m
sleep-tool 1h