openclaw-remote
Set up and manage remote OpenClaw installations via SSH/tmux. Walks users through connecting to a remote machine (Tailscale or direct SSH), configuring model providers (z.ai, Anthropic, OpenAI, NVIDIA NIM, OpenRouter), setting primary/fallback models, managing auth, git-tracking config for rollback, hardening, and troubleshooting. Use when user asks to set up, configure, or manage OpenClaw on a remote server, VPS, or Mac mini.
Why use this skill?
Securely manage your remote OpenClaw agents on VPS and servers. Learn how to configure model providers, track git changes, and harden remote installations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/seanphan/openclaw-remoteWhat This Skill Does
The openclaw-remote skill is a specialized agent capability designed for the secure management and orchestration of OpenClaw instances on remote infrastructure. It enforces a security-first architecture by mandating that OpenClaw never runs on a local host machine, instead leveraging remote servers, VPS units, or dedicated hardware like Mac minis via SSH and tmux. This skill provides a structured framework to connect, configure, audit, and troubleshoot remote instances without exposing API credentials or sensitive configurations.
Installation
To integrate this skill into your environment, use the command: clawhub install openclaw/skills/skills/seanphan/openclaw-remote. Once installed, ensure you have your SSH keys properly configured for the remote host. The skill relies on standard system utilities; ensure your remote environment has tmux and python3 installed to allow for the secure manipulation of configuration files via json.dump and session persistence. We recommend using Tailscale as your preferred transport layer for zero-config, encrypted remote access.
Use Cases
- Remote Infrastructure Management: Deploying and managing OpenClaw agents on cloud VPS providers (AWS, DigitalOcean, Hetzner) without local host contamination.
- Multi-Model Orchestration: Configuring complex environments where users need to switch between z.ai, Anthropic, OpenAI, NVIDIA NIM, and OpenRouter providers via a unified remote interface.
- Audit and Rollback: Providing a Git-tracked configuration layer for remote nodes, allowing users to revert to previous working states if a new model or configuration change causes failures.
- Hardening and Security: Maintaining strict access controls by isolating agent execution environments from daily-driver workstations.
Example Prompts
- "Set up a new remote OpenClaw instance on my staging VPS at 192.168.1.50 using my existing Tailscale node."
- "Check the health of my remote agent session; verify if the Anthropic model provider is still authenticated and currently responsive."
- "I need to rotate my OpenRouter API key on the remote server. Please update the configuration securely and git-track the change."
Tips & Limitations
For advanced users managing large-scale fleets or those who prefer a GUI-driven experience, consider integrating with Claw Desktop. This skill excels at command-line precision but may become cumbersome for users managing dozens of concurrent agents. Always prefer python3 json.dump over shell-based heredocs to ensure JSON schema integrity and prevent injection vulnerabilities. If you encounter connectivity issues, verify the health of your SSH multiplexing before running deep-diagnostic health checks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-seanphan-openclaw-remote": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, code-execution
Related Skills
MacPowerTools
Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
openclaw-troubleshooter
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。