Files
xejrax_system-info/SKILL.md

41 lines
730 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: system-info
description: "快速系统诊断CPU、内存、磁盘、正常运行时间。"
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.