Timezone Toolkit — 时区转换
v1.0.0一键转换全球时区、并排显示世界时钟、智能计算跨区会议重叠时间,并实时查询 UTC 偏移与夏令时状态,让分布式团队协作零时差。
0· 205·0 当前·0 累计
下载技能包
最后更新
2026/3/17
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and requirements are consistent with a local timezone conversion/meeting-planning tool and do not request unrelated credentials or network access.
评估建议
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...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
ℹ 安装机制
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.
✓ 凭证需求
The skill declares no environment variables, credentials, or config paths. The script likewise does not access secrets or external services.
✓ 持久化与权限
always is false and there is no request to modify other skills or system-wide configs. The skill runs only when invoked.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/16
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.
● 无害
安装命令
点击复制官方npx clawhub@latest install timezone-toolkit
镜像加速npx clawhub@latest install timezone-toolkit --registry https://cn.longxiaskill.com镜像同步中