badsealbadsealCommunityยท1 Agent Skills Included

ssh-skill

Safe remote server commands, file transfers, and SSH tunnels

Runs remote commands, uploads and downloads files, and moves data between servers over SSH from one unified command line. Eliminates manual ssh, scp, and sftp typing, unsafe retries, and unbounded output that floods your context window. Adds preview gates for production clusters, redacts credentials, and returns one clean JSON result so workflows finish faster and safer.
npx skills add badseal/ssh-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ssh-skill?โ–ผ

Run `npx skills add badseal/ssh-skill --all -g -y` in your terminal to install the skill globally for your coding agent.

What can ssh-skill do on remote servers?โ–ผ

It runs remote commands, uploads and downloads files, transfers data between two servers, manages SSH config aliases, and opens local port tunnels. It also supports batch operations across server clusters with preview and production confirmation gates.

Does ssh-skill work on Windows, macOS, and Linux?โ–ผ

Yes. It runs the same way on all three desktop platforms with Python, an OpenSSH client, and Paramiko, and it works with both Codex and Claude Code.

Is ssh-skill safe for production servers?โ–ผ

Yes. Cluster commands preview targets before connecting, production execution requires explicit confirmation flags, host keys are verified by default, and passwords and private keys are never exposed in output.

Can I use ssh-skill without knowing SSH commands?โ–ผ

Yes. You describe the task in plain language, such as uploading a file or checking a server, and your agent invokes the correct operation and parses the structured JSON result for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’