Ssh Essentials

v1.0.0

Essential SSH commands for secure remote access, key management, tunneling, and file transfers.

15· 9.1k·100 current·105 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match the SKILL.md content (SSH commands, key management, tunneling, transfers). Minor incoherence: the SKILL.md metadata lists a required binary ("ssh") but the registry metadata reported no required binaries. This is a small mismatch in metadata, not a functional red flag.
Instruction Scope
Instructions are focused on SSH usage and configuration (ssh, ssh-keygen, ssh-agent, scp, sftp, rsync, editing /etc/ssh/sshd_config, and ~/.ssh/*). These touch sensitive files (private keys in ~/.ssh and system SSH daemon config) which is expected for an SSH guide, but you should not run these commands blindly. There is no instruction to collect unrelated system data or to transmit secrets to third-party endpoints.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written by the skill itself.
Credentials
The skill requests no environment variables or credentials. It does instruct operations on sensitive files (private keys, /etc/ssh/sshd_config), which is proportional to an SSH tutorial but requires care from the user/agent when executed.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or elevated platform privileges.
Assessment
This is a plain SSH command/reference (no code bundled). It does not request credentials or install anything, but many commands operate on sensitive files (your private keys in ~/.ssh and /etc/ssh/sshd_config). Before running any commands: (1) verify the skill source and only run commands you understand, (2) back up ~/.ssh and /etc/ssh/sshd_config first, (3) avoid generating or copying private keys without a passphrase unless you understand the tradeoffs, and (4) note the small metadata mismatch (SKILL.md expects the ssh binary) — ensure your environment has ssh and don’t grant this skill autonomous shell execution unless you trust it.

Like a lobster shell, security has layers — review code before you run it.

latestvk971pqa2s0t7p1bmx6mab4yj118051w7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔐 Clawdis
Binsssh

Comments