← Back to Skills Marketplace
alamby

System Uptime

by alamby · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
319
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install system-uptime
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install system-uptime
  3. After installation, invoke the skill by name or use /system-uptime
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Fetches system uptime via native 'uptime' command
Metadata
Slug system-uptime
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.

How do I install System Uptime?

Run "/install system-uptime" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is System Uptime free?

Yes, System Uptime is completely free (open-source). You can download, install and use it at no cost.

Which platforms does System Uptime support?

System Uptime is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created System Uptime?

It is built and maintained by alamby (@alamby); the current version is v1.0.0.

💬 Comments