skills$openclaw/system-info
xejrax5.1k

by xejrax

system-info – OpenClaw Skill

system-info is an OpenClaw Skills integration for data analytics workflows. Quick system diagnostics: CPU, memory, disk, uptime

5.1k stars9.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namesystem-info
descriptionQuick system diagnostics: CPU, memory, disk, uptime OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/system-info
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/system-info
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains system-info in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
274 B
SKILL.md
715 B
SKILL.md

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

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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install system-info?

Run openclaw add @xejrax/system-info in your terminal. This installs system-info into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/system-info. Review commits and README documentation before installing.