Timezone Toolkit
v1.0.0Convert times between timezones, show world clocks, find meeting overlap across zones, and look up UTC offsets and DST status. Use when converting between ti...
⭐ 0· 165·0 current·0 all-time
byJohn Wang@johnnywang2001
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk973z6fwa1j4c1xwypnwab4cdn8310vb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
