sleepinginsummersleepinginsummerCommunityยท1 Agent Skills Included

agent-ssh-cli

Secure remote server commands, file transfers, and SSH automation

Executes commands on remote servers, uploads and downloads files, and manages SSH connections from a single command line. Eliminates manual terminal sessions with resumable transfers, connection caching, and command whitelists and blacklists for safety. Encrypts stored passwords and supports jump hosts and proxies so server operations run faster with less risk.
npx skills add sleepinginsummer/agent-ssh-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-ssh-cli?โ–ผ

Run `npx skills add sleepinginsummer/agent-ssh-cli --all -g -y` in your terminal to install it globally, then create your server config in ~/.agent-ssh-cli/config.json.

How to run commands on a remote server with AI?โ–ผ

Add your server to the config file, then ask your agent to run commands by connection name, for example agentsshcli exec my-server "df -h".

Does agent-ssh-cli support resumable file transfers?โ–ผ

Yes. Uploads and downloads use temporary .part files with resume metadata, so interrupted transfers continue from where they stopped.

Can I block dangerous commands like rm or reboot?โ–ผ

Yes. You can define command whitelist and blacklist regex rules per server, and the skill requires user confirmation before any destructive operation.

Does agent-ssh-cli work with Claude Code and Codex?โ–ผ

Yes. It follows the universal SKILL.md standard, so it works with Claude Code, Codex, Cursor, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’