telnyx-network
Private mesh networking and public IP exposure via Telnyx WireGuard infrastructure. Connect nodes securely or expose services to the internet.
Why use this skill?
Easily manage private WireGuard mesh networks and public service exposure for your OpenClaw agent using Telnyx infrastructure. Simplify remote node connectivity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dotcom-squad/telnyx-networkWhat This Skill Does
The telnyx-network skill provides OpenClaw with the capability to manage private mesh networks and expose local services to the public internet using Telnyx's robust WireGuard-based infrastructure. It acts as an abstraction layer over low-level networking tools, allowing the agent to perform complex tasks like network configuration, peer discovery, and port management autonomously. Whether you are connecting distributed home servers or hosting a web service that needs a dedicated public IP, this skill orchestrates the necessary underlying CLI tools to maintain secure, high-performance tunnels.
Installation
To begin, ensure you have WireGuard installed on your host machine. Install the skill into your OpenClaw environment using the command: clawhub install openclaw/skills/skills/dotcom-squad/telnyx-network. For the agent to manage these connections without manual intervention, execute sudo ./setup-sudoers.sh in the skill directory. This creates a fine-grained sudoers rule that permits only the required WireGuard binaries, ensuring security while enabling the agent to maintain network state silently.
Use Cases
- Distributed Edge Computing: Connect multiple machines across different geographical regions into a single flat private network, allowing them to communicate as if they were on the same local subnet.
- Home Lab Exposure: Securely host personal web projects or APIs on your own hardware while obtaining a persistent public IP address provided by Telnyx.
- Secure Remote Access: Establish a private mesh that serves as a secure alternative to public VPNs, facilitating zero-trust communication between development nodes.
Example Prompts
- "OpenClaw, initialize a new mesh network in the ashburn-va region and join this machine to it with the name 'production-node'."
- "List all active peers in our private mesh and check if the 'dev-server' node is currently reachable."
- "Enable public internet access for this node, assign a public IP, and expose port 8080 so I can serve my web application."
Tips & Limitations
- Pricing: Be mindful of the costs associated with different modes. The Mesh mode incurs a $10/month fee for the WireGuard Gateway, while Exposing services adds an Internet Gateway, increasing the total cost to $60/month.
- Permissioning: The sudoers setup is recommended for autonomous operation. Without it, you will need to manually approve network interface changes via
sudoprompts whenever the agent attempts to join or teardown a network. - Discovery: Always run
./register.shafter joining a mesh to ensure your node is visible to other agents on the network via Telnyx Storage.
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-dotcom-squad-telnyx-network": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api, code-execution
Related Skills
telnyx-rag
Semantic search and Q&A over workspace files using Telnyx Storage + AI embeddings. Index your memory, knowledge, and skills for natural language retrieval and AI-powered answers.
10dlc-registration
Register for 10DLC as a sole proprietor to enable SMS messaging in the USA. Use when setting up A2P SMS, registering brands/campaigns, or assigning phone numbers for compliant US messaging. Requires Telnyx CLI.
sip-voice-call-control
Voice interface using Telnyx Call Control API. Answer phone calls with AI, function calling, and natural conversation. Use for hands-free assistant access, phone-based reminders, or voice-controlled tools. Requires Node.js and Telnyx API key.
backup-to-telnyx-storage
Backup and restore your OpenClaw workspace to Telnyx Storage. Simple CLI-based scripts with no external dependencies.
telnyx-toolkit
Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby.