vpn
Meta-skill for secure network tunnel setup, geo-access diagnostics, and leak-aware task resumption by orchestrating shell-scripting, curl-http, wireguard, tailscale, dns, ipinfo, and moltguard. Use when users need controlled VPN switching, region verification, DNS safety checks, and automatic retry of previously blocked workflows.
Why use this skill?
Securely bypass geo-blocks and verify network tunnels with the OpenClaw VPN skill. Features automated diagnostic, region switching, and leak-aware task resumption for AI agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/h4gen/stealth-proxyWhat This Skill Does
The vpn skill is a sophisticated meta-orchestrator designed for OpenClaw agents to navigate restrictive network environments. When an AI agent encounters access blocks—such as geo-fencing, IP-based rate limiting, or regional censorship—this skill serves as the intelligent layer to diagnose and bypass these obstacles. It does not simply toggle a connection; it performs a multi-stage validation process that includes detecting the nature of the block, validating the tunnel path (via WireGuard, Tailscale, or native provider CLIs), verifying the new exit node's public IP, and performing DNS safety checks. It is designed to be fully compliant with user security policies by requiring explicit authorization before modifying system routing, ensuring that every network change is intentional, auditable, and logged for transparency.
Installation
To integrate this skill, ensure the core dependencies are available in your environment. Run the following command in your terminal:
npx -y clawhub@latest install shell-scripting curl-http wireguard tailscale dns ipinfo moltguard
After installation, verify that the required binaries are reachable in your system path by running npx -y clawhub@latest list. Ensure that relevant environment variables such as IPINFO_TOKEN are exported if you require higher geolocation precision.
Use Cases
- Regional Parity Checks: Automatically switch to specific global regions to verify if data, pricing, or content differs based on the user's apparent geography.
- Blocked Workflow Recovery: If an automated task, such as scraping or API interaction, returns a 403 Forbidden error, the
vpnskill can analyze the blockage and attempt to resume the task through an alternative, secure route. - Privacy-First Web Browsing: For agents handling sensitive data, this skill ensures that all outbound traffic is routed through verified encrypted tunnels, preventing DNS leakage and ensuring traffic obfuscation.
Example Prompts
- "I am getting a 403 on the prediction-market-arbitrage task. Please diagnose the network block and switch to a German exit node using Tailscale to attempt a resume."
- "I need to test if our site's landing page changes for users in Japan. Use the provider-cli to switch regions and verify the public IP and DNS settings before proceeding."
- "My current task is being blocked by a local firewall. Can you set up a WireGuard tunnel using my local config, verify the connection safety via MoltGuard, and then retry the API request?"
Tips & Limitations
This skill is an orchestration layer, not a VPN service provider itself. You must provide the necessary tunnel configurations or account credentials. Always ensure your system's kill-switch settings are reviewed if you are dealing with highly sensitive operations. It is not designed to bypass legal restrictions in jurisdictions where such technology is prohibited; please exercise caution and compliance with local laws. Use diagnose-only mode first to ensure your network environment is healthy before performing automated switches.
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-h4gen-stealth-proxy": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
cold-outreach-hunter
Meta-skill for orchestrating Apollo API, LinkedIn API, YC Cold Outreach, and MachFive Cold Email into a complete B2B cold outreach pipeline. Use when the user wants end-to-end lead sourcing, enrichment, personalized copy strategy, and generation-ready outreach sequences with strict quality and safety gates.
skills-search-fts
Instantly find the best AI agent skills, tools, and capabilities from across the entire web.
seo-ranker
Meta-skill for end-to-end SEO auditing and on-page optimization by orchestrating brave-search, summarize, api-gateway, and markdown-converter. Use when users want to understand why a page is not ranking for a target keyword and need concrete rewrite actions plus backlink intelligence.
no-code-frontend-builder
Meta-skill for generating production-ready React UI for non-programmers by orchestrating frontend-design-ultimate, shadcn-ui, and react-expert. Use when users describe UI outcomes (for example dashboards, landing pages, admin screens) and need a single copy-pasteable TSX component with explicit setup and dependency instructions.
clawauth
Let agents request OAuth access from end users via short links, continue working asynchronously, and later claim reusable third-party API tokens from local keychain storage instead of a centralized SaaS token vault.