Skip to main content
Manusで任意のスキルを実行
ワンクリックで

os-utility

スター7
フォーク3
更新日2026年5月11日 05:38

Adds static utility methods to host-level service classes in app/Os/ (Os.php, Dhcpd.php, Dhcpd6.php, Xinetd.php). Use when user says 'add OS utility', 'DHCP helper', 'xinetd helper', 'host-level helper', adds isRunning/restart/setup/remove/rebuild methods to /etc/dhcp/ or /etc/xinetd.d/ management, or needs detection helpers for distro/RAM/CPU/IP. Capabilities: static-only method skeletons, Vps::runCommand() with $return exit codes, Vps::getLogger()->write()/->info() output, Debian-vs-RedHat path branching via file_exists('/etc/apt'), service restart fallback chain (systemctl||service||init.d), file_put_contents() to /etc/dhcp/ and /etc/xinetd.d/. Do NOT use for virt-type-specific operations (use vps-operation skill for app/Vps/*.php backends), CLI command implementations (use add-command), or anything that dispatches through Vps::getVirtType().

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly