← 返回 Skills 市场
jtheodas

Relative Date Resolver

作者 jtheodas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install relative-date-resolver
功能描述
Converts natural language day references into the soonest future calendar date in ISO format (YYYY-MM-DD) for accurate scheduling.
安全使用建议
This skill appears coherent and low-risk: it doesn't ask for credentials or access, and it doesn't perform network I/O. Before installing or relying on it, test with a range of inputs (e.g., 'this Wed' when today is Wed, 'next weekend', ambiguous phrases) because the implementation has a few practical issues: 1) it imports dateutil but doesn't declare or install that dependency — ensure python-dateutil is available in your environment; 2) the timezone parameter is accepted but not applied (the code uses naive datetime.now()/fromisoformat without timezone handling), so time-zone-sensitive behavior may be incorrect; 3) parsing relies on dateutil.parse with fuzzy=True which can behave unpredictably for some free-form inputs — validate edge cases you care about. If you plan to deploy this broadly, consider adding an explicit install step to pin python-dateutil and either implement timezone handling or document that results are computed in the system's local time.
功能分析
Type: OpenClaw Skill Name: relative-date-resolver Version: 1.0.0 The skill is a straightforward utility for converting natural-language date expressions into ISO format. The Python code in resolve_relative_date.py uses standard libraries (datetime, dateutil) to perform date arithmetic without any network, file system, or sensitive data access, and the SKILL.md instructions are appropriately aligned with the tool's functional purpose.
能力评估
Purpose & Capability
Name, description, SKILL.md instructions, and the included Python implementation all focus on converting natural-language relative date expressions to an upcoming ISO date. The requested runtime footprint (no env vars, no binaries) matches that purpose.
Instruction Scope
SKILL.md limits the tool's scope to date resolution (when to call it, expected return format, example usage). It does not instruct the agent to read unrelated files, access secrets, or send data to external endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk, but the code imports dateutil.parser (python-dateutil) without declaring it. That missing dependency can cause runtime failures in environments that don't already have python-dateutil installed.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate and minimal for the stated function.
Persistence & Privilege
always is false and the skill doesn't request persistent system privileges or modify other skills/config. Autonomous invocation is allowed (platform default) which is normal for a tool of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install relative-date-resolver
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /relative-date-resolver 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of relative-date-resolver. - Converts natural-language date references (e.g., "next Friday", "this Wed", "tomorrow") into precise future dates in ISO format (YYYY-MM-DD). - Handles a wide variety of weekday and relative day phrases for accurate scheduling. - Designed specifically to prevent errors from manual date calculations. - Usable with optional reference time and timezone parameters. - Detailed usage instructions and practical examples included.
元数据
Slug relative-date-resolver
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Relative Date Resolver 是什么?

Converts natural language day references into the soonest future calendar date in ISO format (YYYY-MM-DD) for accurate scheduling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 Relative Date Resolver?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install relative-date-resolver」即可一键安装,无需额外配置。

Relative Date Resolver 是免费的吗?

是的,Relative Date Resolver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Relative Date Resolver 支持哪些平台?

Relative Date Resolver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Relative Date Resolver?

由 jtheodas(@jtheodas)开发并维护,当前版本 v1.0.0。

💬 留言讨论