System Info
Quick system diagnostics: CPU, memory, disk, uptime
Xejrax
@xejrax
What This Skill Does
Command-line tool that displays CPU, memory, disk, and uptime diagnostics using standard Linux utilities.
Replaces manually running multiple system commands (free, uptime, df) by consolidating all key diagnostics into a single tool with subcommands.
When to Use It
- Check current CPU load and core count
- View memory usage and available RAM
- Inspect disk space usage on mounted filesystems
- Get system uptime and load averages
- Quickly diagnose system performance issues
Install
$ openclaw skills install @xejrax/system-infoSystem 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.
Top skills in this category
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
ontology
@oswalpalashTyped knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Obsidian
@steipeteWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.