A specialized skill for executing non-interactive commands on remote Tailscale nodes via SSH with full stdout/stderr capture.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ssh-exec
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-exec using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SSH Exec skill provides a secure and efficient way for AI agents to interact with remote infrastructure. By leveraging the SSH protocol, this skill allows for the execution of discrete commands on Tailscale nodes or any reachable SSH host without the overhead of maintaining a persistent interactive session. This capability is essential for managing remote servers, retrieving system information, or deploying updates across a distributed network within the Openclaw Skills framework.
Built for speed and security, it utilizes local SSH keys and environment variables to authenticate and direct traffic. This makes it a perfect tool for developers and sysadmins who need to bridge the gap between local automation and remote host control while maintaining high security standards.
Ensure the ssh binary is installed on your host machine. You must have SSH keys configured in your ~/.ssh/ directory or an active SSH_AUTH_SOCK for passwordless access. Set the target environment variable before use:
export SSH_TARGET="100.107.204.64:8022"
You can then run commands directly:
ssh -p 8022 [email protected] "uname -a"
| Field | Description |
|---|---|
| SSH_TARGET | Combined host and port string (e.g., 100.107.204.64:8022). |
| SSH_HOST | The IP address or hostname derived from the target or env. |
| SSH_PORT | The communication port, defaulting to 22 if not specified. |
| Command | The raw shell command string sent to the remote host. |
| Response | The captured output stream containing both system logs and errors. |
Loading
A lightweight ICMP health check utility for monitoring the reachability of hosts, mobile devices, and background daemons.

A diagnostic utility to verify that the bead daemon is active and responsive via its system socket.

A utility that converts PDF documents into clean, plain text specifically optimized for LLM processing and AI agent workflows.

A specialized skill for triggering and controlling local audio and video playback using the mpv engine through simple commands.

A lightweight diagnostic tool providing instant insights into CPU, memory, disk usage, and system uptime using native Linux utilities.

A lightweight utility for transforming long, unwieldy URLs into concise links using the Bitly or TinyURL APIs.








































