| name | sys-info |
| description | Retrieve system information (time, memory usage, disk space). |
System Information Skill
Use this skill to get system time, memory usage, or free disk space.
Instructions
Depending on what the user requests, run the appropriate command:
-
System Time:
To get the current system time, run:
date
-
Memory Usage:
To get the current memory usage, run:
free -h
-
Free Disk Space:
To get the free disk space of the current partition, run:
df -h .
Or to get it for all partitions:
df -h
Formatting
Present the output of the commands directly to the user, explaining what it represents.