Multi Source Time

v1.1.0

多方法报时技能。综合系统时钟、NTP 授时、网络时间 API 等多个时间源, 融合输出可靠的时间报告(带置信度和偏差估计),并支持语音播报。 触发场景:"现在几点"、"报时"、"报北京时间"、"当前时间"、"帮我看下时间"、 "time check"、"what time is it"、"报时技能"。

0· 69·1 current·1 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
medium confidence
Purpose & Capability
Name/description (multi-source time reporting) aligns with what the skill does: reads system clock, queries NTP servers, calls public time web APIs, and can TTS the result. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits actions to reading system time, querying NTP hosts and public time APIs, fusing results, and optionally invoking TTS. Those actions are within scope. The skill will perform network activity (UDP to NTP hosts and HTTPS to worldtimeapi.org/ip and ip-api.com). The docs mention an ElevenLabs 'sag' engine for TTS but no API key is declared — if the implementation uses ElevenLabs it may require a user-provided key that is not documented in requires.env.
Install Mechanism
No install spec; the skill is instruction-only with an included script. Nothing is downloaded or extracted during install.
Credentials
The skill requests no environment variables or credentials. This is proportional to its stated behavior. Note: TTS options (ElevenLabs) referenced in docs commonly require credentials; none are declared — check runtime behavior before giving any API keys.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated or persistent platform privileges.
Assessment
This skill is coherent with its purpose and does network queries to public NTP and time APIs — expect UDP (NTP) and HTTPS outbound traffic. The repository includes a runnable Python script rather than a packaged install. Before installing or running: 1) Review and test scripts in a sandbox to confirm behavior; 2) be prepared to allow outbound network (UDP 123 and HTTPS) if you want accurate NTP/web results; 3) if you plan to use the 'sag/ElevenLabs' TTS option, verify whether the script requires an API key (none is declared) and only supply keys you trust; 4) note the shipped script looks incomplete/has at least one apparent bug (truncated/undefined variable toward the end) — expect runtime exceptions unless fixed.

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

latestvk97f0v3v5vh5zrd7vvdvz8vanx84k0zg

License

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

Comments