ssh-execRun a single command on a remote Tailscale node via SSH without opening an interactive session.
Install via ClawdBot CLI:
clawdbot install Xejrax/ssh-execRun 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
Generated Feb 28, 2026
System administrators use SSH Exec to run maintenance commands like checking disk usage or updating packages on remote servers without interactive sessions. This is common in IT operations for managing cloud or on-premises infrastructure efficiently.
DevOps teams integrate SSH Exec into CI/CD pipelines to deploy applications or run scripts on remote nodes automatically. It enables automated testing and deployment processes across distributed environments.
Network engineers execute commands to monitor Tailscale nodes, such as checking connectivity or retrieving system logs, for troubleshooting and ensuring network health. This supports real-time diagnostics in managed services.
Data analysts run backup scripts on remote servers to transfer or archive data securely via SSH. This ensures data integrity and compliance in industries handling sensitive information.
IoT operators use SSH Exec to send commands to remote devices for updates or configuration changes without physical access. This is key for managing fleets of connected devices in smart infrastructure.
Companies offer remote server management using SSH Exec to provide maintenance and monitoring for clients. This includes automated updates and troubleshooting, generating revenue through subscription-based service contracts.
Software vendors integrate SSH Exec into their DevOps platforms to enhance automation capabilities. They sell licenses or usage-based plans to development teams needing streamlined deployment and management tools.
Consultants use SSH Exec to perform security audits and compliance checks on remote systems for clients. Revenue comes from project-based fees for assessments and implementing secure configurations.
💬 Integration Tip
Set up SSH keys and environment variables like SSH_TARGET in advance to streamline command execution and avoid manual input during automation.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.