| name | system-info |
| description | Quick system diagnostics: CPU, memory, disk, uptime |
| metadata | {"openclaw":{"emoji":"💻","requires":{"bins":["free","df","uptime"]},"install":[],"sandbox":{"network":false,"filesystem":"readonly","capabilities":[],"allowed_commands":["free","df","uptime","lscpu"]}}} |
System Info
Quick system diagnostics covering CPU, memory, disk, and uptime. Uses standard Linux utilities that are always available.
Commands
system-info
system-info cpu
system-info mem
system-info disk
system-info uptime
Security Notes
- This skill operates in read-only mode with no network or privilege escalation capabilities.
- All commands are allowlisted and executed under an unprivileged service account.
- Audit logs capture all invocations and outputs for compliance and anomaly detection.
Install
No installation needed. free and related utilities are always present on the system.