Install
openclaw skills install system-info-skillQuery system information including OS, CPU, memory, and disk usage. Use when users ask about system configuration, resource usage, performance diagnostics, o...
openclaw skills install system-info-skillQuick system information query including OS, CPU, memory, and disk.
Install from ClawHub:
npx clawhub install system-info-skill
Or install from local .skill file:
openclaw skills install system-info-skill.skill
python scripts/system_info.py
# CPU only
python scripts/system_info.py --cpu
# Memory only
python scripts/system_info.py --memory
# Disk only
python scripts/system_info.py --disk
=== System Information ===
OS: Windows 10
CPU: Intel Core i7-9700K
CPU Cores: 8
Total Memory: 16.0 GB
Memory Used: 8.5 GB (53%)
Total Disk: 512.0 GB
Disk Used: 256.0 GB (50%)