agent-ssh-cli

Execute commands and transfer files on remote servers via SSH.

76|8|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/sleepinginsummer/agent-ssh-cli --skill agent-ssh-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ssh-cli
Source: https://github.com/sleepinginsummer/agent-ssh-cli/tree/main
Command: npx skills add https://github.com/sleepinginsummer/agent-ssh-cli --skill agent-ssh-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agentsshcli-native, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines remote server operations through SSH, eliminating the need for manual SSH access and automating routine tasks.

Core Features & Use Cases

  • SSH Access: Automate SSH connections to configured servers.
  • Command Execution: Execute commands on remote servers securely.
  • File Upload/Download: Transfer files to and from remote servers.
  • Use Case: Automate server maintenance tasks, like deploying code, configuring services, or fetching logs.

Quick Start

To list your configured SSH servers, use the agentsshcli list command.

Frequently Asked Questions about agent-ssh-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SSH command execution on remote servers?

To automate SSH command execution on remote servers, you can use this Skill to securely operate and run commands without manual SSH access. It streamlines routine server maintenance tasks by leveraging the configured agentsshcli native binary.

What is the best way to transfer files to and from remote servers over SSH?

Transferring files over SSH is done automatically using this Skill's file upload and download features. It securely moves files to and from configured remote servers, eliminating the need for manual file transfer operations.

Do I need a native binary to establish SSH connections for server management?

Yes, you need the agentsshcli native binary and a config file to establish SSH connections for server management. These prerequisites manage authentication and enable the Skill to automate secure remote access operations.

How do I list my configured SSH servers for remote access?

To list your configured SSH servers for remote access, execute the `agentsshcli list` command. This provides a quick overview of available servers defined in your configuration file for secure management and maintenance tasks.

Can I use this to automate server maintenance tasks like deploying code?

Yes, you can use this to automate server maintenance tasks like deploying code, configuring services, or fetching logs. It executes these operations on remote servers securely through automated SSH command execution.