openclaw-connect-tunnel

Establish an SSH tunnel from a local port to an EC2 OpenClaw gateway and launch the WebUI.

19|14|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/X-School-Academy/skill-pilot --skill openclaw-connect-tunnel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-connect-tunnel
Source: https://github.com/X-School-Academy/skill-pilot/tree/main/core/skills/system/openclaw-connect-tunnel
Command: npx skills add https://github.com/X-School-Academy/skill-pilot --skill openclaw-connect-tunnel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill establishes a secure SSH tunnel to an EC2 instance running OpenClaw, allowing access to its WebUI from your local machine and automating the process of connecting to your OpenClaw gateway.

Core Features & Use Cases

  • SSH Tunnel Creation: Forwards the OpenClaw gateway's WebSocket port (18789) from EC2 to your local machine.
  • WebUI Access: Automatically opens the OpenClaw Control UI in your local browser once the tunnel is active.
  • Automated Health Checks: Verifies tunnel status and OpenClaw gateway health.
  • Use Case: After deploying OpenClaw on an EC2 instance, use this Skill to seamlessly access its management interface without manual SSH commands or port forwarding configurations.

Quick Start

Use the openclaw-connect-tunnel skill to establish an SSH tunnel and open the OpenClaw WebUI.

Frequently Asked Questions about openclaw-connect-tunnel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access an OpenClaw WebUI running on a remote EC2 instance?

To access the OpenClaw WebUI on a remote EC2 instance, you can establish an SSH tunnel that securely forwards the gateway port to your local machine and automatically opens the interface in your browser.

What do I need to create an SSH tunnel to an OpenClaw gateway?

Creating an SSH tunnel to an OpenClaw gateway requires valid AWS credentials, an EC2 instance with OpenClaw installed, the instance's public IP address, and the specific gateway token.

How does port forwarding work for accessing a remote OpenClaw instance?

Port forwarding for a remote OpenClaw instance works by mapping the gateway's WebSocket port 18789 from the EC2 host to a local port, establishing a secure direct connection for WebUI access.

Can I connect to the OpenClaw gateway without manually configuring SSH commands?

Yes, you can connect to the OpenClaw gateway without manual SSH commands by using an automated tunneling process that handles port forwarding, launches the WebUI, and verifies gateway health.

Does the OpenClaw SSH tunnel connection verify the status of the remote gateway?

Yes, the OpenClaw SSH tunnel connection performs automated health checks to verify both the active tunnel status and the overall health of the remote OpenClaw gateway.