TopRank Skills

Home / Claw Skills / Others / system-uptime
Official OpenClaw rules 15%

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 running.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 system-uptime 技能。 若已安装,则直接安装 system-uptime 技能。

Overview

Skill Key
alamby/system-uptime
Author
alamby
Source Repo
openclaw/skills
Version
-
Source Path
skills/alamby/system-uptime
Latest Commit SHA
070c8ef0f707826a8e994898dd3c7f41019304bd

Extracted Content

SKILL.md excerpt

# System Uptime Skill

Get the current system uptime using the built-in `uptime` command.

## When to Use

✅ **USE this skill when:**

- "What's the system uptime?"
- "How long has the system been running?"
- "Show system status"
- "When was the last reboot?"

## When NOT to Use

❌ **DON'T use this skill when:**

- Need detailed system metrics → use monitoring tools
- Remote system uptime → use SSH or remote monitoring
- Historical uptime data → check system logs

## Commands

### Get System Uptime

```bash
# Basic uptime
uptime

# Using the skill CLI
node uptime-cli.js
```

## Example Output

```
11:30:45 up 2 days, 4:23, 2 users, load average: 1.23, 1.15, 1.08
```

## Notes

- Uses the standard Unix `uptime` command
- Works on macOS, Linux, and other Unix-like systems
- No additional dependencies required

Related Claw Skills