원클릭으로
sys-admin
System administration tools for local OS info and remote SSH connection management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
System administration tools for local OS info and remote SSH connection management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
File-based planning system.
Coding assistant capabilities including file investigation, reading, searching, editing, and command execution.
Agent delegation and orchestration capabilities to split tasks and run them in parallel.
Git version control operations for repositories.
Office document reading capabilities using the markitdown library.
Operating System file manipulation capabilities (list, bulk create, bulk move, regex move).
| name | sys_admin |
| description | System administration tools for local OS info and remote SSH connection management. |
| allowed-tools | ["get_system_info","ssh_connect","ssh_run_command","ssh_list_connections","ssh_disconnect"] |
This skill allows the agent to inspect the local system environment and manage persistent SSH connections to remote servers.
Retrieve details about the local operating system, including version, architecture, current date/time, and locale settings.
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).
Execute a shell command on an active SSH session.
alias: The session alias.command: The command string to run.List all currently active SSH sessions.
Close an active SSH session and cleanup resources.
alias: The session alias.