📦 Date Utils — 技能工具
v1.0.0通用日期时间计算工具。提供当前时间查询、Unix 时间戳转换、相对日期计算、日期格式转换、工作日判断、周数计算、日期差值等功能。基于 Python datetime 和系统时钟实现,不依赖外部 API。当需要获取准确当前时间、计算日期差值、转换时间戳时使用。
0· 8·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill is internally coherent: it implements local date/time utilities only, uses the system clock, does not access network endpoints or secrets, and matches its description though the package provenance is not documented.
评估建议
Functionally this skill appears safe and does what it says: a local Python CLI for date/time calculations that prints JSON. Before installing, consider: (1) provenance — there is no homepage or repository linked, so verify the source or review the script yourself (it's short and only uses the standard library); (2) timezone behavior — it hardcodes Asia/Shanghai (UTC+8), so confirm that suits your use case or adapt the script if needed; (3) runtime environment — ensure python3 is available and th...详细分析 ▾
ℹ 用途与能力
The name/description, SKILL.md, and the included Python script all align: the skill provides local date/time utilities (timestamps, relative dates, formatting, workday checks, week ranges). It does not request extra binaries, credentials, or external APIs. One non-security note: the source/homepage are missing (owner ID present but no provenance), so origin isn't verifiable from metadata.
✓ 指令范围
SKILL.md instructs only to run the included Python script at the skill path with specific CLI args. The instructions reference only the skill script path and do not direct reading other files, environment variables, or sending data externally.
✓ 安装机制
No install spec is provided (instruction-only). A code file is included but nothing is downloaded or extracted from third-party URLs—low install risk.
✓ 凭证需求
The skill requires no environment variables or credentials and the script does not read secrets. It does rely on the system clock and hardcodes Asia/Shanghai (UTC+8) as the timezone, which is functional but may be unexpected for users in other timezones.
✓ 持久化与权限
The skill does not request persistent/system privileges, always:false, and does not modify other skills or system configuration. Autonomous invocation is allowed by default (platform normal) but not combined with other red flags.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/16
Initial release - universal date/time calculation tool based on system clock
● 无害
安装命令
点击复制官方npx clawhub@latest install date-utils
镜像加速npx clawhub@latest install date-utils --registry https://cn.longxiaskill.com镜像同步中