← 返回 Skills 市场
dinghaibin

Time Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install time-tool
功能描述
Measure execution time of commands. Use for performance benchmarking, script optimization, and timing analysis.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install time-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /time-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug time-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Time Tool 是什么?

Measure execution time of commands. Use for performance benchmarking, script optimization, and timing analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 Time Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install time-tool」即可一键安装,无需额外配置。

Time Tool 是免费的吗?

是的,Time Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Time Tool 支持哪些平台?

Time Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Time Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论