OpenClaw Skillv1.0.0

System Info

Xejraxby Xejrax
Deploy on EasyClawdfrom $14.9/mo

Quick system diagnostics: CPU, memory, disk, uptime

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install System Info from the skills panel
Get started — from $14.9/mo
7stars
5,481downloads
55installs
0comments
1versions

Latest Changelog

Initial publish

Tags

latest: 1.0.0

Skill Documentation

---
name: system-info
description: "Quick system diagnostics: CPU, memory, disk, uptime"
metadata:
  {
    "openclaw":
      {
        "emoji": "💻",
        "requires": { "bins": ["free"] },
        "install": [],
      },
  }
---

# System Info

Quick system diagnostics covering CPU, memory, disk, and uptime. Uses standard Linux utilities that are always available.

## Commands

```bash
# Show all system info (CPU, memory, disk, uptime)
system-info

# Show CPU information
system-info cpu

# Show memory usage
system-info mem

# Show disk usage
system-info disk

# Show system uptime
system-info uptime
```

## Install

No installation needed. `free` and related utilities are always present on the system.
Security scan, version history, and community comments: view on ClawHub