Utf8 Time

v1.0.0

When user mentions current time, get and display the current time

0· 112·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fh9zc8apet2png4j2xb6ph18393q5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments