📦 Timezone — 时区转换
v2.0.0一键转换全球时区时间,快速比对会议可用时段,生成对照表,让跨时区协作零障碍。
0· 181·1 当前·1 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
high confidenceThe skill's requested files, behavior, and instructions match its stated purpose: a small offline CLI timezone utility that stores logs in ~/.local/share/timezone and does not request credentials or network access.
评估建议
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 plac...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv2.0.02026/3/18
Domain-specific upgrade
● 可疑
安装命令
点击复制官方npx clawhub@latest install timezone
镜像加速npx clawhub@latest install timezone --registry https://cn.longxiaskill.com镜像同步中