← 返回 Skills 市场
Utf8 Time
作者
zLikeMario
· GitHub ↗
· v1.0.0
· MIT-0
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install utf8-time
功能描述
When user mentions current time, get and display the current time
安全使用建议
This skill appears low-risk and does only what it says: return/print the current time. Before installing, note two small non-security points: (1) the JS file prints the time immediately when executed (console.log) as a side-effect — if you prefer only a programmatic return, the file should be invoked differently or modified; (2) the code formats the time using the 'zh-CN' locale, which may use slashes and Chinese locale ordering rather than the hyphenated example in SKILL.md. If those behaviors are acceptable, it's safe to install; if not, request or modify the skill to use your preferred locale/format and to avoid printing on module load.
功能分析
Type: OpenClaw Skill
Name: utf8-time
Version: 1.0.0
The skill is a straightforward utility designed to display the current time. The implementation in src/main.js uses standard JavaScript Date methods, and the instructions in SKILL.md are consistent with the stated purpose, containing no suspicious logic, network calls, or data access.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill provides a currentTime() function and prints the current time. There are no unrelated environment variables, binaries, or network access requested.
Instruction Scope
SKILL.md instructs the agent to execute src/main.js to fetch time — that aligns with the code. Minor implementation note: src/main.js both exports currentTime() and immediately console.logs the time on load, so executing the file will produce output as a side-effect in addition to any programmatic return. Also the code uses the 'zh-CN' locale which may format the date differently than the SKILL.md example.
Install Mechanism
No install spec; this is instruction-only plus a small JS file included in the skill bundle — low risk and no downloads or archive extraction occur.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access external resources or secrets.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or elevated agent-wide privileges. It does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install utf8-time - 安装完成后,直接呼叫该 Skill 的名称或使用
/utf8-time触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
utf8-time 1.0.0
- Initial release.
- Detects when users mention current time using phrases like "current time," "what time," or "now."
- Calls the currentTime() function to retrieve and display the current time in a user-friendly format.
元数据
常见问题
Utf8 Time 是什么?
When user mentions current time, get and display the current time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Utf8 Time?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install utf8-time」即可一键安装,无需额外配置。
Utf8 Time 是免费的吗?
是的,Utf8 Time 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Utf8 Time 支持哪些平台?
Utf8 Time 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Utf8 Time?
由 zLikeMario(@zlikemario)开发并维护,当前版本 v1.0.0。
推荐 Skills