What problem does it solve?
This Skill provides a secure and controlled way for AI agents to interact with remote Linux systems, enabling command execution, file transfers, and service management without direct human intervention.
Core Features & Use Cases
- Secure Command Execution: Run shell commands with options for working directories and sudo privileges.
- File Management: Upload and download text files securely via SFTP.
- Service Management: Control systemd services (start, stop, status, etc.).
- Host Management: Ping hosts for connectivity and reboot remote machines safely.
- Use Case: An AI agent needs to deploy a web application to a remote server. It can use
upload_file to transfer application files, execute_ssh_command to run installation scripts, and systemd_service to start the web server.
Quick Start
Use the ssh-usage skill to execute the command 'ls -l /home/user' on the host '192.168.1.100'.