Date Utils
v1.0.0通用日期时间计算工具。提供当前时间查询、Unix 时间戳转换、相对日期计算、日期格式转换、工作日判断、周数计算、日期差值等功能。基于 Python datetime 和系统时钟实现,不依赖外部 API。当需要获取准确当前时间、计算日期差值、转换时间戳时使用。
⭐ 0· 21·0 current·0 all-time
bywei dong@weidongkl
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 that executing a local script at /root/.openclaw/skills/date-utils/scripts/date_utils.py matches your agent's installation path. If you need stronger assurance, inspect the file hash or run it in a sandbox first.Like a lobster shell, security has layers — review code before you run it.
latestvk9790bn1vwmmnftk1nqqy894mh84ybpb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
