一键导入
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.