← Back to Skills Marketplace
dinghaibin

Time Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install time-tool
Description
Measure execution time of commands. Use for performance benchmarking, script optimization, and timing analysis.
README (SKILL.md)

Time - Command Execution Timer

Measure how long a command takes to execute. Displays real time, CPU time, and system time for performance analysis and benchmarking.

Usage

time-tool \x3Ccommand> [args...]

Output

  • real: Wall clock time elapsed
  • user: CPU time in user mode
  • sys: CPU time in kernel mode

Examples

time-tool sleep 2
time-tool curl https://example.com
time-tool python3 script.py
Usage Guidance
This skill appears benign and narrowly scoped. Remember that it does not simulate commands—it runs them—so only use it to time commands you already trust and intend to execute.
Capability Analysis
Type: OpenClaw Skill Name: time-tool Version: 1.0.0 The 'time-tool' skill is a straightforward utility for measuring command execution time. The implementation in scripts/time.py uses subprocess.run to execute user-provided commands and calculate elapsed time, which aligns perfectly with the documentation in SKILL.md and lacks any indicators of malicious intent or suspicious behavior.
Capability Assessment
Purpose & Capability
The implementation is coherent with the stated purpose of timing commands, though it appears to report only elapsed wall time rather than the documented real/user/sys breakdown.
Instruction Scope
The instructions describe manual usage and examples; there is no evidence of hidden goal changes, forced tool use, or automatic background activity.
Install Mechanism
No install spec or external dependencies are declared, and the included code is a small local Python script.
Credentials
Running local commands is inherent to a timing tool and is disclosed, but commands execute with the user's normal local permissions and can have side effects.
Persistence & Privilege
No persistence, credentials, environment variables, privileged paths, or account access are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install time-tool
  3. After installation, invoke the skill by name or use /time-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug time-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Time Tool?

Measure execution time of commands. Use for performance benchmarking, script optimization, and timing analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install Time Tool?

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

Is Time Tool free?

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

Which platforms does Time Tool support?

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

Who created Time Tool?

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

💬 Comments