openclaw-cloudpc-bridge

Bridge a remote cloud desktop to an overseas gateway via reverse SSH tunnel.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/tangchunwu/skill-hub --skill openclaw-cloudpc-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-cloudpc-bridge
Source: https://github.com/tangchunwu/skill-hub/tree/main/skills/custom/infra/openclaw-cloudpc-bridge
Command: npx skills add https://github.com/tangchunwu/skill-hub --skill openclaw-cloudpc-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables remote control and orchestration of a cloud desktop from an overseas gateway by establishing a robust reverse SSH bridge. It helps avoid direct exposure of cloud desktops and simplifies cross-region access for OpenClaw workflows.

Core Features & Use Cases

  • Persistent reverse SSH tunnel from cloud desktop back to the overseas gateway to maintain continuous access.
  • Wrapper commands on the overseas host (e.g., cloudpc-ps, cloudpc-run) to execute remote tasks easily.
  • Guidance for migrating or scaling architectures across Windows, macOS, and Linux cloud desktops, with troubleshooting steps and persistence strategies.

Quick Start

Execute the overseas gateway setup to establish the reverse SSH tunnel to the cloud desktop and enable persistent auto-reconnect.

Frequently Asked Questions about openclaw-cloudpc-bridge

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

FAQPage Schema
How do I set up a reverse SSH tunnel for remote control of a cloud desktop?

To set up a reverse SSH tunnel for remote control, you configure a persistent connection from your cloud desktop back to an overseas gateway using key-based authentication, enabling continuous access without direct exposure.

Can I establish a persistent reverse SSH bridge across Windows, macOS, and Linux cloud desktops?

Yes, you can establish a persistent reverse SSH bridge across Windows, macOS, and Linux cloud desktops. The setup includes specific guidance for migrating and scaling architectures with troubleshooting steps for each operating system.

What are wrapper commands and how do they execute remote tasks on a cloud desktop?

Wrapper commands like cloudpc-ps and cloudpc-run execute remote tasks on a cloud desktop by running through the overseas host, simplifying command execution over the established reverse SSH tunnel.

How do I maintain auto-reconnect for a reverse SSH tunnel to an overseas gateway?

To maintain auto-reconnect for a reverse SSH tunnel, you use wrapper commands on the overseas host that run remote commands and implement persistence strategies, ensuring continuous access even if the connection drops.

Why use a reverse SSH tunnel instead of direct exposure for cross-region cloud desktop access?

Using a reverse SSH tunnel avoids direct exposure of cloud desktops by bridging the connection through an overseas gateway. This simplifies cross-region access and secures OpenClaw workflows against direct inbound connections.

Do I need key-based authentication to bridge OpenClaw to a cloud desktop?

Yes, you need key-based authentication to bridge OpenClaw to a cloud desktop. The reverse SSH setup requires it to establish a secure, persistent tunnel for remote orchestration from the overseas gateway.