ssh

Installation
SKILL.md

SSH — Secure Remote Access

Core Capability: Secure shell connections, key management, tunneling, and file transfers.


Quick Start

# Connect to server
ssh user@hostname

# Connect with specific key
ssh -i ~/.ssh/my_key user@hostname

# Run remote command
ssh user@host "cd /app && git status"
Installs
691
GitHub Stars
73
First Seen
Jan 20, 2026
ssh — dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations