Sleep Tool — Sleep 工具
v1.0.0Delay execution for a specified amount of time. Use for timing in scripts, wAIting between operations, and scheduling delays.
0· 0·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install sleep-tool
镜像加速npx clawhub@latest install sleep-tool --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Sleep Tool — Sleep 工具 安装说明: 安装命令:["openclaw skills install sleep-tool"] 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载
技能文档
Sleep - Execution Delay 实用工具
暂停 script execution for a specified duration. Supports seconds, minutes, hours, and days for flexible timing control in 自动化 scripts.
Usage sleep-工具
Duration can be specified with suffixes: s (seconds), m (minutes), h (hours), d (days). Default is seconds if no suffix given.
Examples sleep-工具 5 sleep-工具 30s sleep-工具 2m sleep-工具 1h