← 返回 Skills 市场
Time Convert
作者
CutTheMustard
· GitHub ↗
· v1.0.0
324
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install time-convert
功能描述
Timezone conversion, current time, date arithmetic, and epoch conversion.
安全使用建议
This skill is instruction-only and appears to do what it says: send time-related requests to https://time.agentutil.net and return the results. Before installing, consider that (1) queries go to an external service so any data you send (dates/times/identifiers) and your IP will be visible to that service, (2) the SKILL.md mentions a paid crypto-based tier — verify how payments and any wallet credentials would be handled before providing them, and (3) confirm the reputation/privacy policy of time.agentutil.net if you plan to send anything sensitive. If you only need basic timezone/epoch conversions for non-sensitive data, the skill is low-risk.
功能分析
Type: OpenClaw Skill
Name: time-convert
Version: 1.0.0
The skill bundle defines a 'time-convert' agent skill that interacts with an external API at `https://time.agentutil.net` for timezone conversion, current time, date arithmetic, and epoch conversion. The `SKILL.md` provides clear instructions and `curl` examples for using these API endpoints. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior beyond its stated purpose. All external network calls are consistently directed to the specified `time.agentutil.net` domain, aligning with the skill's described functionality.
能力评估
Purpose & Capability
The name/description match the concrete HTTP endpoints and example requests in SKILL.md (now/convert/math/epoch). There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
SKILL.md only shows example curl POSTs to https://time.agentutil.net and a response schema. It does not instruct reading local files, environment variables, or other system state. Note: using the skill will send whatever times/strings a user supplies to the external service (and the service will see the caller IP).
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk execution risk; the only runtime activity is network requests initiated by the agent.
Credentials
The skill requires no environment variables or credentials for the free tier (as declared). The SKILL.md mentions a paid tier using an on-chain 'x402' USDC protocol but does not declare any wallet/credential requirements — if payments are later integrated, the skill should explicitly declare what credentials or keys it needs. For the current free usage, no secrets are requested.
Persistence & Privilege
always:false and no special privileges requested. disable-model-invocation is false (agent may call it autonomously), which is standard; this only means the agent could make outbound requests to the external API during operation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install time-convert - 安装完成后,直接呼叫该 Skill 的名称或使用
/time-convert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the time-convert skill:
- Provides current time lookup in any timezone.
- Converts dates and times between timezones.
- Supports date arithmetic (add/subtract time units).
- Converts between ISO 8601 dates and Unix epoch timestamps.
- Simple REST API endpoints with free and paid tiers.
- No authentication required for free tier, with privacy-friendly IP-based rate limiting.
元数据
常见问题
Time Convert 是什么?
Timezone conversion, current time, date arithmetic, and epoch conversion. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。
如何安装 Time Convert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install time-convert」即可一键安装,无需额外配置。
Time Convert 是免费的吗?
是的,Time Convert 完全免费(开源免费),可自由下载、安装和使用。
Time Convert 支持哪些平台?
Time Convert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Time Convert?
由 CutTheMustard(@cutthemustard)开发并维护,当前版本 v1.0.0。
推荐 Skills