World Timezone Pro

v1.1.0

World timezone converter — convert times across 200+ cities worldwide. Perfect for international calls, remote work, travel planning, and global business. Fe...

1· 55·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for darbling/world-timezone-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "World Timezone Pro" (darbling/world-timezone-pro) from ClawHub.
Skill page: https://clawhub.ai/darbling/world-timezone-pro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install world-timezone-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install world-timezone-pro
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

cityvk97f0athmph09s8238pewe295185m3b4convertvk97f0athmph09s8238pewe295185m3b4latestvk97f0athmph09s8238pewe295185m3b4timevk97f0athmph09s8238pewe295185m3b4timezonevk97f0athmph09s8238pewe295185m3b4worldvk97f0athmph09s8238pewe295185m3b4
55downloads
1stars
4versions
Updated 18h ago
v1.1.0
MIT-0

World Timezone Pro 🌍

实时世界时区转换工具,支持200+城市。

Features | 功能

  • 城市搜索:输入城市名快速查找
  • 时区转换:任意两个城市间的时间换算
  • 当前时间:查看全球各城市当前时间
  • 夏令时处理:自动处理DST时区切换

Usage | 使用

# 查看当前时间
world_timezone.py now

# 转换时间
world_timezone.py convert "2026-04-27 09:00" "Asia/Shanghai" "America/New_York"

# 搜索城市
world_timezone.py search "Shanghai"

免责声明:本工具仅供学习参考,不构成任何投资或商业建议。

Comments

Loading comments...