安全扫描
OpenClaw
安全
high confidence该 skill 是一个小型本地日期格式化工具,代码仅满足简单的格式化需求;文档对其能力略有夸大,但不请求凭据、不执行网络 I/O,也无其他高风险行为。
评估建议
This is a small, local date-formatting script with no network calls or credential requests — low risk. Note that the README/description overstates features (timezones, parsing, arithmetic) that the bundled script does not implement; if you need those features, request clarification or look for a skill/tool that explicitly implements them. As always, only install skills from sources you trust; you can open the scripts/date.py file yourself to verify it matches what you expect before enabling the ...详细分析 ▾
ℹ 用途与能力
The name/description claim formatting, timezone conversion, parsing, and date arithmetic. The included script (scripts/date.py) only prints the current local datetime formatted via a user-provided strftime string. That is coherent with basic formatting but the skill overpromises features it does not implement.
ℹ 指令范围
SKILL.md examples and usage match invoking a date formatter (date-tool + format). However the docs mention timezone conversion, parsing, and difference calculations that the runtime instructions/code do not perform — the instructions are otherwise limited to formatting the current time and do not access files, env vars, or external endpoints.
✓ 安装机制
No install spec is provided (instruction-only with a small included script). Nothing is downloaded or written to disk by an installer; risk from installation is minimal.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths and the code does not read env vars or credentials. Required access is minimal and proportional.
✓ 持久化与权限
No elevated privileges are requested. always is false; the skill does not modify other skills or system settings and does not persist credentials.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install date-tool
镜像加速npx clawhub@latest install date-tool --registry https://cn.longxiaskill.com
技能文档
Date Tool - 日期与时间工具 以多种格式显示当前日期/时间,转换时区,执行日期运算。
快速开始 date-tool +"%Y-%m-%d %H:%M:%S"
功能
- 按自定义格式显示当前日期/时间
- 时区转换
- 计算日期差值
- 解析多种格式的时间戳
示例 # ISO 格式当前日期 date-tool +"%Y-%m-%d"
# 24 小时制当前时间 date-tool +"%H:%M:%S"
# Unix 时间戳 date-tool +"%s"