← 返回 Skills 市场
ckchzh

Stopwatch

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
182
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install stopwatch
功能描述
Run stopwatch, timer, and lap tracking with precision in terminal. Use when timing tasks, checking durations, running countdowns, analyzing splits.
安全使用建议
This skill appears to be what it claims: a simple local stopwatch/logger. Before installing, review and accept that it will create and write files to ~/.local/share/stopwatch (you can change DATA_DIR in the script). The script does not contact the network or request secrets. If you care about data hygiene, avoid logging sensitive strings (anything you pass is appended to logs and exported), and consider reviewing or fixing the export routines (JSON values are not escaped and the JSON export has a newline-handling bug) if you plan to programmatically consume exports. Otherwise it is low-risk and appropriate for local use.
功能分析
Type: OpenClaw Skill Name: stopwatch Version: 2.0.0 The skill is a simple file-based logging utility that records timestamped entries to a local directory (~/.local/share/stopwatch/). While the documentation (SKILL.md) describes it as a stopwatch and timer, the implementation (scripts/script.sh) lacks actual timing or countdown logic and instead functions as a generic activity logger. There are minor logic errors, such as unreachable code blocks for the 'export' and 'status' functions due to duplicate case labels, but no evidence of malicious intent, data exfiltration, or unauthorized command execution was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included script align: the tool is a terminal stopwatch/timer/logger that writes and reads local log files. There are no unrelated environment variables, binaries, or services requested.
Instruction Scope
The runtime instructions and the script operate only on a local data directory (~/.local/share/stopwatch) and stdout. They implement logging, search (grep), export, and simple stats. No instructions read unrelated system config, network endpoints, or other credentials. Minor implementation issues exist (e.g., JSON export does not escape values and a newline is written as a literal "\n]"), but these are functional bugs rather than signs of scope creep or hidden exfiltration.
Install Mechanism
No install spec — instruction-only usage with an included Bash script. Nothing is downloaded from remote URLs or installed system-wide by the package; risk is low and consistent with a small utility script.
Credentials
No credentials or special environment variables requested. The script uses $HOME to create a per-user data directory, which is appropriate for a local logging utility. There are no requests for unrelated service tokens or secret values.
Persistence & Privilege
The skill does not request 'always' or other elevated persistent privileges. It writes to its own per-user data directory under ~/.local/share/stopwatch, which is normal for a CLI utility; it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stopwatch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stopwatch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug stopwatch
版本 2.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Stopwatch 是什么?

Run stopwatch, timer, and lap tracking with precision in terminal. Use when timing tasks, checking durations, running countdowns, analyzing splits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 182 次。

如何安装 Stopwatch?

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

Stopwatch 是免费的吗?

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

Stopwatch 支持哪些平台?

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

谁开发了 Stopwatch?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论