← Back to Skills Marketplace
Utf8 Time
by
zLikeMario
· GitHub ↗
· v1.0.0
· MIT-0
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install utf8-time
Description
When user mentions current time, get and display the current time
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install utf8-time - After installation, invoke the skill by name or use
/utf8-time - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Utf8 Time?
When user mentions current time, get and display the current time. It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install Utf8 Time?
Run "/install utf8-time" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Utf8 Time free?
Yes, Utf8 Time is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Utf8 Time support?
Utf8 Time is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Utf8 Time?
It is built and maintained by zLikeMario (@zlikemario); the current version is v1.0.0.
More Skills