sys_admin
SKILL.md
SysAdmin Skill
This skill allows the agent to inspect the local system environment and manage persistent SSH connections to remote servers.
Tools
get_system_info
Retrieve details about the local operating system, including version, architecture, current date/time, and locale settings.
ssh_connect
Establish a persistent SSH connection (session) to a remote host.
alias: A unique name for the session (e.g., 'webserver').host: Hostname or IP.user: SSH username.port: (Optional) Port, default 22.key_path: (Optional) Path to private key file.
Note: This tool uses SSH ControlMaster with BatchMode. It requires key-based authentication (no password prompts).