← 返回 Skills 市场
80
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install world-timezone-pro
功能描述
World timezone converter — convert times across 200+ cities worldwide. Perfect for international calls, remote work, travel planning, and global business. Fe...
安全使用建议
This skill appears to be what it claims: a local timezone utility with no networking or secret access. Before installing or running it: 1) note the SKILL.md examples reference 'world_timezone.py' but the included script is scripts/timezone.py — rename or call the correct file. 2) Inspect the script (you already have it) and run it in a sandbox or non-sensitive environment first; it executes the system 'date' command via subprocess, which is normal for this purpose but the flags used may fail on Linux. 3) Expect some functional issues (duplicate/ambiguous city keys, non-portable date usage, and the simple convert implementation may not produce accurate conversions in all cases). If you need production-grade accuracy, prefer a well-maintained timezone library (e.g., pytz/zoneinfo) or a tested package.
功能分析
Type: OpenClaw Skill
Name: world-timezone-pro
Version: 1.1.0
The skill provides legitimate timezone conversion and world clock functionality. It uses a hardcoded mapping of cities to IANA timezones and retrieves time data by invoking the system 'date' utility via subprocess.run (scripts/timezone.py). No evidence of data exfiltration, shell injection, or malicious prompt instructions was found in SKILL.md or the Python code.
能力评估
Purpose & Capability
The name/description match the included Python script (timezone lookup, conversion, city search). The code only uses local time utilities and a built-in timezone map; it does not request unrelated credentials or services.
Instruction Scope
SKILL.md shows example usage of 'world_timezone.py', but the provided script file is scripts/timezone.py (timezone.py). The runtime instructions do not tell the agent to read arbitrary files or environment variables, which is good, but the filename/path mismatch means the README examples won't run as-is without renaming or adjusting the command.
Install Mechanism
There is no install spec (instruction-only style), and the code is included as a local script. The script calls the system 'date' binary via subprocess — no remote downloads or package installs are performed by the skill itself. Note: use of specific 'date' flags (e.g., '-j', '-f') is BSD/macOS-specific and may not work on Linux.
Credentials
The skill declares no required environment variables or credentials. The script passes a minimal env={'TZ': tz_name} to subprocess.run (replacing the child environment with only TZ), which limits exposure rather than widening it.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills or configs. It does not write persistent data or store credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install world-timezone-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/world-timezone-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Major update: Expanded from 60+ to 200+ supported cities.
- Added features: city search, daylight saving time (DST) handling, favorite locations support.
- Enhanced description for global, cross-language usage.
- Updated and simplified usage instructions/examples.
- Removed detailed city list and meeting compatibility section for brevity.
- Updated disclaimer.
v1.0.2
- Added a disclaimer section in SKILL.md, clarifying the informational nature and limited accuracy of the tool.
- No functional or feature changes; documentation update only.
v1.0.1
No user-facing changes in this version.
- No file changes detected.
- Version number increment only.
v1.0.0
World Timezone Pro v1.0.0
- 首发版本,上线世界时区工作时钟功能
- 支持60+全球常用城市的当前时间实时查询
- 自动判断并显示商务时段(9:00–18:00)
- 同时支持中文、英文及缩写方式查询城市
- 提供跨时区时间换算和会议时间兼容性检查
元数据
常见问题
World Timezone Pro 是什么?
World timezone converter — convert times across 200+ cities worldwide. Perfect for international calls, remote work, travel planning, and global business. Fe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 World Timezone Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install world-timezone-pro」即可一键安装,无需额外配置。
World Timezone Pro 是免费的吗?
是的,World Timezone Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
World Timezone Pro 支持哪些平台?
World Timezone Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 World Timezone Pro?
由 darbling(@darbling)开发并维护,当前版本 v1.1.0。
推荐 Skills