A networking skill that routes AI agent traffic through residential IPs using Tailscale exit nodes without custom proxy software.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-relay
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install claw-relay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
claw-relay is a streamlined methodology for routing AI agent traffic through a residential IP address by leveraging Tailscale exit nodes. This approach eliminates the need for custom relay code, daemons, or complex proxy software, instead utilizing the security and performance of the WireGuard protocol. By connecting a cloud-based VPS to a residential node, developers can ensure their AI agents operate with the reputation and accessibility of a home internet connection.
Integrating this into your Openclaw Skills allows for a transparent networking layer where the AI agent remains unaware of the underlying tunnel. All traffic from the cloud node is encrypted and passed through the residential node before hitting the public internet, making it appear as though the agent is physically located at the residential site. This is achieved entirely through standard Tailscale configurations, ensuring a stable and professional-grade connection for automated workflows.
On your local machine, install Tailscale and advertise it as an exit node:
# macOS installation
brew install tailscale
# Enable exit node capability
sudo tailscale up --advertise-exit-node
After running this, go to the Tailscale admin console and approve the device as an exit node under 'Edit route settings'.
On the VPS running your agent, install Tailscale and set the exit node:
# Install Tailscale
curl -fsSL https://tailscale.com/install.sh | sh
# Connect to the residential exit node
sudo tailscale up --exit-node=<residential-node-ip>
Verify the setup by checking the public IP:
curl https://httpbin.org/ip
The claw-relay skill operates primarily at the network layer and does not generate complex local databases. It relies on the following configuration metadata:
| Field | Description |
|---|---|
| Exit Node IP | The internal Tailscale IP (100.x.x.x) of the residential machine. |
| Tailnet Status | The connectivity state between the cloud and residential nodes. |
| ACL Policy | JSON-based access control lists defining which nodes can route traffic. |
| Machine Tags | Metadata tags used to organize agents and exit nodes in larger deployments. |
Loading
A high-accuracy Animal Crossing: New Horizons turnip price predictor powered by the game's actual internal algorithm.

A zero-configuration toolkit for fetching A-share market snapshots, trading calendars, margin data, and real-time financial news directly via the terminal.

An autonomous virtual pet that simulates global exploration, captures AI-ready image prompts, and manages a digital travel collection.

An automated workflow for generating designer-grade presentations from simple markdown, web URLs, or topics.

A high-performance utility for fetching stable JSON market snapshots including price, liquidity, and volume for any token on the Solana network.

A privacy-focused AI financial assistant that logs, categorizes, and tracks your spending using natural language processing.








































