5.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
Skill Snapshot
| name | system-info |
| description | Quick system diagnostics: CPU, memory, disk, uptime OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/system-info |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/system-info |
| last updated | Feb 7, 2026 |
Maintainer

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