LaunchKit · 2026
Back to Skills

telnyx-network

Private mesh networking and public IP exposure via Telnyx WireGuard infrastructure.

0
754 downloads
by @teamtelnyx

Setup & Installation

openclaw skills install @teamtelnyx/telnyx-network

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install telnyx-network

What This Skill Does

Private mesh networking and public IP exposure via Telnyx's WireGuard infrastructure. Connects multiple machines in a private network or exposes local services to the internet with a static public IP. Mesh-only costs $10/month; adding a public IP costs $60/month.

Manages mesh networking and public IP allocation entirely via API, avoiding a separate VPN subscription or manual network configuration.

When to use it

  • Linking two home servers in a private network without a third-party VPN
  • Exposing a local server port to receive public webhook traffic
  • Connecting multiple OpenClaw agent instances across different machines
  • Setting up a multi-region mesh for distributed backend services
  • Getting a stable public IP for a machine behind NAT

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Connect my laptop and home server in a private mesh

AGENT
  1. 1Runs ./setup.sh --region ashburn-va to create the WireGuard gateway
  2. 2Runs ./join.sh --name laptop on the local machine
  3. 3Runs ./join.sh --name home-server on the remote machine
  4. 4Runs ./peers.sh to confirm both nodes appear with 172.27.0.x addresses
OUTPUT

Laptop and home server communicate privately over 172.27.0.x with all other ports blocked by default

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

TELNYX_API_KEY environment variableTelnyx account at portal.telnyx.comWireGuard installed on each machine