← 返回 Skills 市场
319
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install system-uptime
功能描述
Get the current system uptime using the native 'uptime' command. Use when: user asks about system uptime, system status, or how long the system has been runn...
安全使用建议
This skill is low-risk: it runs a single local command ('uptime') and prints the result. Before installing, you can (1) verify the file contents (uptime-cli.js is short and only execs a fixed 'uptime' command), (2) confirm the 'uptime' binary exists on your target OS, and (3) note that it requires Node only if you use the provided CLI; otherwise you can run the native 'uptime' directly. Because the package source and owner are unknown, inspect the included files yourself; but there's no sign of credential access, network exfiltration, or unnecessary scope.
功能分析
Type: OpenClaw Skill
Name: system-uptime
Version: 1.0.0
The skill is benign. It accurately reflects its stated purpose of fetching system uptime using the native 'uptime' command. The `uptime-cli.js` script uses `child_process.exec` to run the hardcoded 'uptime' command, which is safe as no user input is incorporated, preventing shell injection. The `SKILL.md` provides clear, non-malicious instructions for the AI agent, and there are no external dependencies, data exfiltration attempts, or persistence mechanisms found in any of the files.
能力评估
Purpose & Capability
Name/description match the implementation. The skill requires the 'uptime' binary and its code calls 'uptime' to produce output — this is proportionate and expected.
Instruction Scope
SKILL.md only directs running the local 'uptime' command or the included node CLI. The runtime instructions do not read files, environment variables, or send data externally.
Install Mechanism
There is no install spec (instruction-only behavior). A small package.json and a single CLI file are included; nothing is downloaded from external URLs or extracted to disk during install.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not access sensitive variables or unrelated services.
Persistence & Privilege
The skill is not forced-always, does not request persistent elevated privileges, and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-uptime - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-uptime触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Fetches system uptime via native 'uptime' command
元数据
常见问题
System Uptime 是什么?
Get the current system uptime using the native 'uptime' command. Use when: user asks about system uptime, system status, or how long the system has been runn... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 System Uptime?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-uptime」即可一键安装,无需额外配置。
System Uptime 是免费的吗?
是的,System Uptime 完全免费(开源免费),可自由下载、安装和使用。
System Uptime 支持哪些平台?
System Uptime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 System Uptime?
由 alamby(@alamby)开发并维护,当前版本 v1.0.0。
推荐 Skills