← 返回 Skills 市场
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sleep-tool
功能描述
Delay execution for a specified amount of time. Use for timing in scripts, waiting between operations, and scheduling delays.
使用说明 (SKILL.md)
Sleep - Execution Delay Utility
Pause script execution for a specified duration. Supports seconds, minutes, hours, and days for flexible timing control in automation scripts.
Usage
sleep-tool \x3Cduration>
Duration can be specified with suffixes: s (seconds), m (minutes), h (hours), d (days). Default is seconds if no suffix given.
Examples
sleep-tool 5
sleep-tool 30s
sleep-tool 2m
sleep-tool 1h
安全使用建议
This appears safe to install as a basic delay tool. Be aware that the script may only support numeric seconds even though the documentation lists suffixes like m, h, and d.
功能分析
Type: OpenClaw Skill
Name: sleep-tool
Version: 1.0.0
The skill is a simple utility designed to pause execution using Python's time.sleep() function. While there is a discrepancy between the documentation in SKILL.md (which claims support for time suffixes like 'm' or 'h') and the implementation in scripts/sleep.py (which only handles float values), this is a functional bug rather than a security risk. No malicious indicators, data exfiltration, or suspicious instructions were found.
能力评估
Purpose & Capability
The stated purpose is delaying execution, and the included script only calls Python's time.sleep on a user-supplied numeric argument. The documentation mentions suffixes such as minutes and hours, but the code appears to accept only numeric seconds; this is a functionality mismatch, not a security concern.
Instruction Scope
The instructions are limited to usage examples for delaying execution and do not include prompt overrides, hidden directives, or unsafe tool chaining.
Install Mechanism
There is no install spec and no package, download, or setup command that would introduce supply-chain or automatic execution risk.
Credentials
The skill declares no required environment variables, credentials, binaries, config paths, or external services, which is proportionate for a local delay utility.
Persistence & Privilege
The artifacts show no persistence, background service, privilege escalation, account access, file mutation, or data retention behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sleep-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/sleep-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Sleep Tool 是什么?
Delay execution for a specified amount of time. Use for timing in scripts, waiting between operations, and scheduling delays. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 Sleep Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sleep-tool」即可一键安装,无需额外配置。
Sleep Tool 是免费的吗?
是的,Sleep Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sleep Tool 支持哪些平台?
Sleep Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sleep Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills