Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run a single command on a remote Tailscale node via SSH without opening an interactive session.
Run a single command on a remote Tailscale node via SSH without opening an interactive session.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Run a single command on a remote Tailscale node via SSH without opening an interactive session. Requires SSH access to the target (key in ~/.ssh/ or SSH_AUTH_SOCK) and SSH_TARGET env var (e.g., 100.107.204.64:8022).
Run a command on the target and return stdout/stderr: ssh -p 8022 user@100.107.204.64 "uname -a"
Use the SSH_TARGET env var: ssh -p "${SSH_PORT:-22}" "$SSH_HOST" "df -h"
Pipe a local script to the remote host: ssh -p 8022 user@100.107.204.64 'bash -s' < local-script.sh
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.