ワンクリックで
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.