← Back to Skills Marketplace
dinghaibin

Sleep Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
59
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sleep-tool
Description
Delay execution for a specified amount of time. Use for timing in scripts, waiting between operations, and scheduling delays.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sleep-tool
  3. After installation, invoke the skill by name or use /sleep-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug sleep-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Sleep Tool?

Delay execution for a specified amount of time. Use for timing in scripts, waiting between operations, and scheduling delays. It is an AI Agent Skill for Claude Code / OpenClaw, with 59 downloads so far.

How do I install Sleep Tool?

Run "/install sleep-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sleep Tool free?

Yes, Sleep Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sleep Tool support?

Sleep Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sleep Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments