A comprehensive toolkit for mastering Secure Shell operations, from basic remote access to advanced port forwarding and security hardening.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ssh-essentials
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ssh-essentials using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SSH Essentials provides a robust framework for managing secure remote connections and encrypted communication. As a fundamental component of Openclaw Skills, this skill empowers developers to handle server authentication, manage cryptographic keys, and establish secure tunnels with professional-grade precision. It bridges the gap between simple remote shells and complex infrastructure management by providing standardized patterns for every SSH-related task.
By leveraging this skill, users can ensure their remote workflows are both efficient and highly secure. Whether you are managing a single VPS or a complex multi-cloud environment, the methodologies included here align with industry best practices for identity management and network security within the Openclaw Skills ecosystem.
To begin using these capabilities within Openclaw Skills, ensure you have the OpenSSH client installed on your local machine.
# Verify your SSH installation
ssh -V
# Generate a modern, secure ED25519 key pair
ssh-keygen -t ed25519 -C "[email protected]"
# Secure your .ssh directory permissions
chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_ed25519
The skill manages and interacts with standard SSH filesystem structures to maintain secure state across sessions:
| File Path | Purpose | Security Level |
|---|---|---|
~/.ssh/config |
Connection aliases and host-specific settings | User-only |
~/.ssh/id_ed25519 |
Private authentication key | Critical (Private) |
~/.ssh/id_ed25519.pub |
Public key for server-side authorization | Public |
~/.ssh/known_hosts |
Verified identities of remote servers | User-only |
~/.ssh/authorized_keys |
List of public keys allowed to access this machine | Server-side |
Loading
A blazingly fast recursive search tool that respects .gitignore rules to find regex patterns across complex directories.

The Linear Webhook Skill enables users to trigger specialized AI agents by simply @mentioning them within Linear issue comments.

A lightweight and flexible command-line tool for processing, filtering, and transforming JSON data.

A comprehensive guide and toolset for mastering essential Git commands and professional version control workflows.

A comprehensive Python framework for building, scaling, and deploying Model Context Protocol (MCP) servers and agentic applications.

A comprehensive CLI tool for managing ARS bank transfers, crypto swaps on Base, and automated on-ramp/off-ramp workflows.








































