📦 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 - 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