원클릭으로
cachyos-system-info
Check optimization status, kernel parameters, scheduler settings, and basic hardware performance statistics of CachyOS.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check optimization status, kernel parameters, scheduler settings, and basic hardware performance statistics of CachyOS.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | cachyos_system_info |
| description | Check optimization status, kernel parameters, scheduler settings, and basic hardware performance statistics of CachyOS. |
This skill teaches the Hermes Agent how to inspect the status of CachyOS-specific kernels and optimizations on the host system.
When the user asks you to check system optimization settings or check CachyOS-specific configurations, run the following commands to inspect the state and report it back to the user:
Check the active Kernel release:
uname -r
(Expected output includes -cachyos or -cachyos-bore)
Check the CPU governor settings:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
(Commonly performance or schedutil)
Check the default network congestion control algorithm:
sysctl net.ipv4.tcp_congestion_control
(CachyOS defaults to bbr for optimal throughput)
Verify if BTRFS is used and display mount optimizations:
mount | grep btrfs
Provide a summarized report to the user: Present this information in a cleanly styled Markdown table showing the setting name, current system value, and brief explanation.