← 返回 Skills 市场
johnnywang2001

Timezone Toolkit

作者 John Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
226
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install timezone-toolkit
功能描述
Convert times between timezones, show world clocks, find meeting overlap across zones, and look up UTC offsets and DST status. Use when converting between ti...
安全使用建议
This skill appears to be what it claims: a local timezone toolkit implemented in Python. Before installing/using: 1) Ensure you run it with a trusted Python interpreter (it requires Python 3.9+ for zoneinfo). 2) Review the included script if you are on a shared or sensitive machine—although the code is short and local-only, running any bundled script executes code as your user. 3) Note a few behavioral details: common abbreviations (e.g., CST) map to specific zones (CST→America/Chicago; there is a separate CST_CN alias for Asia/Shanghai), time-only inputs use today's date, parse errors or unknown timezones cause the script to exit with an error, and the list command writes the final count to stderr. If those behaviors are acceptable, the skill is reasonable to install and use.
功能分析
Type: OpenClaw Skill Name: timezone-toolkit Version: 1.0.0 The timezone-toolkit skill is a standard utility for time conversion and meeting planning using Python's built-in zoneinfo library. The script (scripts/timezone_toolkit.py) contains no external dependencies, network calls, or shell execution logic, and the SKILL.md instructions are strictly aligned with the stated purpose without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the included Python script and SKILL.md. The code implements convert/now/meeting/list/offset functionality using Python's zoneinfo and common aliases; nothing requested or installed is disproportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script with obvious CLI arguments. The script operates on local time data, does not read arbitrary files, environment variables, or external endpoints, and exits on parse/lookup failures. No scope creep detected.
Install Mechanism
No install spec (instruction-only). However, the skill includes a runnable script (scripts/timezone_toolkit.py) that will be executed when invoked. This is expected for an instruction-only tool but means the included code will run on the host when used—no network downloads or package installs are performed.
Credentials
The skill declares no environment variables, credentials, or config paths. The script likewise does not access secrets or external services.
Persistence & Privilege
always is false and there is no request to modify other skills or system-wide configs. The skill runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install timezone-toolkit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /timezone-toolkit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Timezone Toolkit. - Convert times between 500+ IANA timezones and common aliases without external dependencies. - Show current times across cities or timezones with a world clock feature. - Find overlapping work hours across multiple timezones for easy meeting planning. - Display UTC offsets and current DST (Daylight Saving Time) status for any supported timezone. - List all available timezones with optional filtering. - Simple CLI commands and supports flexible time formats.
元数据
Slug timezone-toolkit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Timezone Toolkit 是什么?

Convert times between timezones, show world clocks, find meeting overlap across zones, and look up UTC offsets and DST status. Use when converting between ti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 226 次。

如何安装 Timezone Toolkit?

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

Timezone Toolkit 是免费的吗?

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

Timezone Toolkit 支持哪些平台?

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

谁开发了 Timezone Toolkit?

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

💬 留言讨论