← 返回 Skills 市场
1207
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install system-time
功能描述
Provides current system time, detailed time info, time differences, supports multiple formats and global timezones.
安全使用建议
This skill appears coherent and limited to local time functionality. Before installing, consider: 1) it is Node.js code — run npm install in a controlled environment (or inspect package-lock.json) so @modelcontextprotocol/sdk is fetched from npm; 2) you can run it in a sandbox/container to verify behavior (it only reads system time and formats it); 3) small metadata inconsistencies (version and author fields) are harmless but worth noting; 4) timezone formatting relies on the host's locale/ICU support so results may vary across systems. If you need stricter assurance, review the dependency @modelcontextprotocol/sdk source or run the skill in an isolated environment.
功能分析
Type: OpenClaw Skill
Name: system-time
Version: 1.0.0
The OpenClaw AgentSkills bundle 'system-time' is a benign utility skill. It provides functionality to retrieve current system time, detailed time information, and calculate time differences. All operations are performed using standard JavaScript Date object methods, and input parameters like `format` and `timezone` are handled safely via `toLocaleString` without any command injection risks. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in the code or documentation (SKILL.md, README.md).
能力评估
Purpose & Capability
The name/README/SKILL.md describe a time utility and the included code implements exactly three tools (get_current_time, get_time_info, calculate_time_diff). Required binaries, env vars, and config paths are none, which is proportional. Minor metadata inconsistencies exist (registry description missing; package.json version 0.1.0 vs registry version 1.0.0; package.json author set to "Your Name" while SKILL.md lists Qzy05231) but these are bookkeeping issues, not functional mismatches.
Instruction Scope
SKILL.md and the code limit behavior to reading the system clock, formatting times, optional timezone conversion via toLocaleString, and computing diffs. There are no instructions to read arbitrary files, access other system state, or transmit data to external endpoints. Timezone conversion uses the runtime's locale/ICU behavior (this may vary across hosts), but that is expected for a time tool.
Install Mechanism
There is no automated install spec in the registry (instruction-only). The package includes Node.js code and a package.json with a dependency on @modelcontextprotocol/sdk — running it will typically require running npm install/build. This pulls packages from the npm registry (standard practice). No arbitrary external download URLs or archive extraction are present in the manifest.
Credentials
The skill requests no environment variables, credentials, or config paths. Its runtime behavior does not access secrets or unrelated environment variables. Proportionality is appropriate for a local time utility.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system-wide privileges. It runs as an MCP server over stdio (expected). Autonomous invocation is permitted by default on the platform but the skill does not combine that with broad credential access or other elevated capabilities.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-time - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-time触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Show system time
元数据
常见问题
system-time 是什么?
Provides current system time, detailed time info, time differences, supports multiple formats and global timezones. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1207 次。
如何安装 system-time?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-time」即可一键安装,无需额外配置。
system-time 是免费的吗?
是的,system-time 完全免费(开源免费),可自由下载、安装和使用。
system-time 支持哪些平台?
system-time 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 system-time?
由 Qzy05231(@qzy05231)开发并维护,当前版本 v1.0.0。
推荐 Skills