← 返回 Skills 市场
harrylabsj

Time Converter

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
202
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install time-converter
功能描述
Convert time between specified IANA timezones with optional date input, supporting multiple time formats and displaying timezone offsets.
安全使用建议
Do not run chmod +x or execute a convert_time binary unless you can inspect it first. The package you received contains only README.md and SKILL.md — the executable/script is missing. Ask the publisher for the convert_time script or the source code, and review its contents (look for shebang, any network calls, or subprocess/system commands) before making it executable. Confirm the script's Python requirements (Python 3.9+ for zoneinfo) and run it in a sandboxed environment if you must test it. If the publisher cannot provide source or a trustworthy homepage, treat the skill as incomplete and avoid installing or executing anything from it.
功能分析
Type: OpenClaw Skill Name: time-converter Version: 1.0.0 The skill bundle contains metadata and documentation for a standard timezone conversion utility. The instructions in SKILL.md and README.md are consistent with the stated purpose, providing clear usage examples and installation steps (chmod +x) without any evidence of malicious intent, prompt injection, or suspicious data handling.
能力评估
Purpose & Capability
The stated purpose (converting timezones) matches the described behavior and uses Python's zoneinfo. However, the SKILL.md references a local executable (~/.openclaw/skills/time-converter/convert_time) and mentions Python but the package contains only README.md and SKILL.md — no script or explicit requirement for a python binary is declared.
Instruction Scope
Runtime instructions are narrowly scoped (make a script executable and run convert_time), and do not ask for unrelated files or credentials. The concern is that the instructions direct the user to chmod and run an executable that is not included in the bundle; running unknown executables is risky. The SKILL.md also claims Python zoneinfo usage but doesn't instruct how to invoke Python or include the script content.
Install Mechanism
No install spec or downloads are present (lower risk). The only install step is a chmod of a path inside ~/.openclaw/skills/... which assumes a file will exist there — since no file is included, this is likely an incomplete package rather than an active supply-chain install. No external URLs or archives are used.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to a simple timezone conversion tool.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request elevated persistence or modify other skills' configuration. No privilege concerns detected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install time-converter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /time-converter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Convert time between timezones
元数据
Slug time-converter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Time Converter 是什么?

Convert time between specified IANA timezones with optional date input, supporting multiple time formats and displaying timezone offsets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。

如何安装 Time Converter?

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

Time Converter 是免费的吗?

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

Time Converter 支持哪些平台?

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

谁开发了 Time Converter?

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

💬 留言讨论