← 返回 Skills 市场
TrueTime
作者
Yitao Jiang
· GitHub ↗
· v1.0.0
752
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install truetime
功能描述
Ensure real-time accurate scheduling and planning across UTC, server time, NTP-sourced time, user local time, and arbitrary time zones. Use for timers, remin...
安全使用建议
This skill appears to do what it says: deterministic time math and optional NTP queries. Before installing, note two practical things: (1) the bundled script is intended to be invoked via 'node', but the skill metadata doesn't list 'node' as a required binary — ensure your agent runtime provides Node.js; (2) one example pipes output to 'rg' (ripgrep); that is optional but will fail if 'rg' is not available. The script will, by design, send UDP queries to public NTP servers when you request --time-source ntp; if your environment restricts outbound UDP or you have strict network policies, allow or avoid that option. No credentials are requested and no hidden external endpoints were detected in the provided files. If you want even higher assurance, review the full script (scripts/true_time.mjs) yourself to confirm there are no additional network calls or unexpected behaviors beyond NTP/time math.
功能分析
Type: OpenClaw Skill
Name: truetime
Version: 1.0.0
The OpenClaw AgentSkills bundle 'truetime' is benign. The `SKILL.md` provides clear, restrictive instructions to the AI agent, guiding it to use the `true_time.mjs` script for all time calculations and conversions, with strong guardrails against misinterpretation or prompt injection. The `scripts/true_time.mjs` Node.js script is a robust utility for time and timezone management, including NTP synchronization. While it uses `node:dgram` to query NTP servers, this network access is a legitimate and expected part of its stated purpose and does not involve arbitrary code execution, data exfiltration, or other malicious activities. All input parsing and time calculations are handled carefully with explicit validation.
能力评估
Purpose & Capability
The skill implements timezone conversions, calendar-aware arithmetic, lunar dates, and optional NTP-based time — all consistent with the TrueTime description. Minor mismatch: SKILL.md's runtime examples require running 'node {baseDir}/scripts/true_time.mjs' (and optionally piping to 'rg'), but the skill metadata does not declare any required binaries (e.g., node, rg). This is a usability/coherency issue (the runtime needs Node.js and optionally ripgrep) but not an indicator of malicious intent.
Instruction Scope
SKILL.md confines actions to parsing time expressions, reading the runtime clock, converting timezones, and (optionally) querying NTP servers. It does not instruct reading arbitrary user files, environment variables, or sending data to unexpected endpoints. The only external network activity described is contacting public NTP servers for time, which matches the stated feature.
Install Mechanism
There is no install specification and the script is bundled in the skill. Nothing is downloaded from external URLs; the script runs from the skill bundle. This is low-risk compared with remote download installers.
Credentials
The skill does not request environment variables, credentials, or config paths. The only external access it needs is network UDP to public NTP servers when --time-source ntp is used; that is proportionate to the feature.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global configs. It runs only when invoked and does not require elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install truetime - 安装完成后,直接呼叫该 Skill 的名称或使用
/truetime触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Ensure real-time accurate scheduling and planning across UTC, server time, NTP-sourced time, user local time, and arbitrary time zones. Use for timers, reminders, cron planning, in X minutes or months or years calculations, absolute timestamp conversion, Chinese lunar date awareness, and cross-timezone coordination. Enforce exact duration fidelity so user values are never replaced by example values, compute target times in UTC first, and verify deltas before execution.
元数据
常见问题
TrueTime 是什么?
Ensure real-time accurate scheduling and planning across UTC, server time, NTP-sourced time, user local time, and arbitrary time zones. Use for timers, remin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 752 次。
如何安装 TrueTime?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install truetime」即可一键安装,无需额外配置。
TrueTime 是免费的吗?
是的,TrueTime 完全免费(开源免费),可自由下载、安装和使用。
TrueTime 支持哪些平台?
TrueTime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TrueTime?
由 Yitao Jiang(@cccat6)开发并维护,当前版本 v1.0.0。
推荐 Skills