← 返回 Skills 市场
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install date-tool
功能描述
Display and format date and time values from the command line. Use when you need to get the current date, format timestamps, or calculate date differences.
使用说明 (SKILL.md)
Date Tool - Date and Time Utilities
Display current date/time in various formats, convert between timezones, and perform date arithmetic calculations.
Quick Start
date-tool +"%Y-%m-%d %H:%M:%S"
Features
- Display current date/time in custom formats
- Convert between timezones
- Calculate date differences
- Parse timestamps from various formats
Examples
# Current date in ISO format
date-tool +"%Y-%m-%d"
# Current time in 24-hour format
date-tool +"%H:%M:%S"
# Unix timestamp
date-tool +"%s"
安全使用建议
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 skill.
功能分析
Type: OpenClaw Skill
Name: date-tool
Version: 1.0.0
The date-tool skill is a simple utility for displaying the current date and time using Python's datetime library. The script (scripts/date.py) is minimal and safe, and the documentation (SKILL.md) describes standard usage without any malicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
No elevated privileges are requested. always is false; the skill does not modify other skills or system settings and does not persist credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install date-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/date-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Date Tool 是什么?
Display and format date and time values from the command line. Use when you need to get the current date, format timestamps, or calculate date differences. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 Date Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install date-tool」即可一键安装,无需额外配置。
Date Tool 是免费的吗?
是的,Date Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Date Tool 支持哪些平台?
Date Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Date Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills