← 返回 Skills 市场
hisxo

timer

作者 hisxo · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3787
总下载
3
收藏
24
当前安装
1
版本数
在 OpenClaw 中安装
/install timer
功能描述
Set timers and alarms. When a background timer completes, you receive a System notification - respond with the reminder message (NOT HEARTBEAT_OK) to notify the user.
安全使用建议
This skill appears to do exactly what it says: run local countdown timers using Node and notify you when they finish. Before installing, ensure you trust the skill source and have node available. Note: the script uses child_process.spawn to call afplay on macOS (no network calls or credential access). Because timers run in the background and trigger system notifications, your agent will be invoked when timers complete — confirm you want background timers to be started autonomously and that your agent is configured to respond with the non-HEARTBEAT_OK notification format described in SKILL.md. If you want extra assurance, review or run the included timer.js locally to inspect behavior before enabling the skill.
功能分析
Type: OpenClaw Skill Name: timer Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'timer' is benign. The `SKILL.md` provides clear instructions for the AI agent on how to use the timer and, crucially, how to format its response to ensure the user receives the notification, which is a functional requirement and not a malicious prompt injection attempt. The `timer.js` script implements a straightforward countdown timer and uses `child_process.spawn` solely to play a hardcoded system sound (`afplay /System/Library/Sounds/Glass.aiff`) on macOS, which is a low-risk operation and consistent with the stated purpose of providing a notification.
能力评估
Purpose & Capability
Name/description, required binary (node), SKILL.md, and the included timer.js all align: the script implements countdown timers, optional label, progress logging, and an audible macOS notification. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs launching the provided Node script as a background process and how to list/poll/kill timer processes. It also instructs how to format the agent's response to system timer-complete messages (to avoid HEARTBEAT_OK filtering). The instructions do not request reading unrelated files, environment variables, or sending data externally.
Install Mechanism
No install spec (instruction-only plus bundled script). This minimizes installation risk; nothing is downloaded or written to disk by an installer beyond the included code file.
Credentials
No environment variables, credentials, or config paths are required. The script spawns a local player (afplay) on macOS if available, which is proportional to the stated purpose.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide settings. The skill runs background processes (timers) by design and will trigger system notifications when timers complete; autonomous invocation is allowed but is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install timer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /timer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the timer skill. - Set customizable timers and alarms that run in the background. - Supports various time formats: seconds, minutes, hours, MM:SS, and HH:MM:SS. - System notifies upon timer completion; users must respond directly with the reminder message (do not prefix with HEARTBEAT_OK). - Includes commands to list, poll, view logs, and cancel timers.
元数据
Slug timer
版本 1.0.0
许可证
累计安装 24
当前安装数 24
历史版本数 1
常见问题

timer 是什么?

Set timers and alarms. When a background timer completes, you receive a System notification - respond with the reminder message (NOT HEARTBEAT_OK) to notify the user. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3787 次。

如何安装 timer?

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

timer 是免费的吗?

是的,timer 完全免费(开源免费),可自由下载、安装和使用。

timer 支持哪些平台?

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

谁开发了 timer?

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

💬 留言讨论