← Back to Skills Marketplace
xueyetianya

Timezone

by bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
252
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install timezone
Description
Convert times across world timezones and compare availability. Use when converting meetings, checking offsets, comparing zones, generating tables.
Usage Guidance
This skill appears coherent and offline: it is a small shell script implementing a timezone CLI and it stores logs and exports under ~/.local/share/timezone. Before installing, note that: 1) the tool will create and append to files in that directory (history.log and per-command logs), so avoid entering sensitive secrets as command arguments because they will be stored; 2) there is no automatic installer — you or your environment will need to place the script on PATH (review where it will be placed and its file permissions); 3) the export functionality writes files you may want to protect (check permissions); and 4) although the skill claims to be offline and the code contains no network calls, always review any updates or additional files for changes that could introduce external endpoints. If you want extra caution, run the script in a restricted user account or container first to confirm behavior.
Capability Analysis
Type: OpenClaw Skill Name: timezone Version: 2.0.0 The 'Timezone' skill is classified as suspicious because it contains no actual timezone conversion or processing logic despite its stated purpose in SKILL.md. The implementation in scripts/script.sh acts solely as a generic string logger, appending all user inputs to various log files in ~/.local/share/timezone/ without performing any date or time manipulations. This discrepancy between the advertised functionality and the actual code logic is deceptive, although no explicit evidence of data exfiltration or malicious command execution was found.
Capability Assessment
Purpose & Capability
Name/description describe timezone conversion and availability features. The included script implements CLI commands (convert, compare, export, stats, etc.) and stores data under ~/.local/share/timezone — all expected for this purpose.
Instruction Scope
SKILL.md instructs using the CLI commands provided by the script and references only the local data directory. The runtime instructions and examples align with the script behavior. There are no instructions to read unrelated system files or send data externally.
Install Mechanism
No install spec is provided (instruction-only); a single shell script is included. This is low-risk — nothing is downloaded or executed from remote locations during install.
Credentials
The skill requires no environment variables, credentials, or config paths. The script writes only to the user's data directory (~/.local/share/timezone). No unrelated secrets or services are requested.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and only persists its own data under the user's home directory. It logs user-issued commands and their arguments to history.log — expected for this kind of utility.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install timezone
  3. After installation, invoke the skill by name or use /timezone
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Slug timezone
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Timezone?

Convert times across world timezones and compare availability. Use when converting meetings, checking offsets, comparing zones, generating tables. It is an AI Agent Skill for Claude Code / OpenClaw, with 252 downloads so far.

How do I install Timezone?

Run "/install timezone" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Timezone free?

Yes, Timezone is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Timezone support?

Timezone is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Timezone?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.0.

💬 Comments