skills$openclaw/system_monitor
zerofire034.1k

by zerofire03

system_monitor – OpenClaw Skill

system_monitor is an OpenClaw Skills integration for devops workflows. Check the current CPU, RAM, and GPU status of the local server.

4.1k stars8.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026devops

Skill Snapshot

namesystem_monitor
descriptionCheck the current CPU, RAM, and GPU status of the local server. OpenClaw Skills integration.
ownerzerofire03
repositoryzerofire03/system-monitor
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @zerofire03/system-monitor
last updatedFeb 7, 2026

Maintainer

zerofire03

zerofire03

Maintains system_monitor in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
_meta.json
284 B
monitor.sh
345 B
skill.json
222 B
SKILL.md
306 B
SKILL.md

name: system_monitor description: Check the current CPU, RAM, and GPU status of the local server.

System Monitor Skill

Use this skill when the user asks about the server's health, hardware usage, or GPU status.

Usage

To check the system status, run the local monitor script: ./monitor.sh

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_monitor?

Run openclaw add @zerofire03/system-monitor in your terminal. This installs system_monitor 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/zerofire03/system-monitor. Review commits and README documentation before installing.