← 返回 Skills 市场
xueyetianya

Timezone

作者 bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
252
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install timezone
功能描述
Convert times across world timezones and compare availability. Use when converting meetings, checking offsets, comparing zones, generating tables.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install timezone
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /timezone 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug timezone
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Timezone 是什么?

Convert times across world timezones and compare availability. Use when converting meetings, checking offsets, comparing zones, generating tables. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。

如何安装 Timezone?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install timezone」即可一键安装,无需额外配置。

Timezone 是免费的吗?

是的,Timezone 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Timezone 支持哪些平台?

Timezone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Timezone?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。

💬 留言讨论