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?
Orchestrate secure network tunnels, verify geo-locations, and handle blocked workflows with the OpenClaw VPN skill. Features robust DNS and IP diagnostics.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/h4gen/proxyWhat This Skill Does
The vpn meta-skill is a robust orchestration layer designed to handle network accessibility challenges. It enables OpenClaw AI to detect geo-blocking or IP-based rate limiting, perform secure network tunnel transitions, and verify connectivity through a battery of diagnostic tools. Rather than simply connecting a VPN, this skill ensures that the environment is safe, that DNS settings have not leaked, and that your target task (like web scraping or API interaction) can resume successfully. By integrating with shell-scripting, curl-http, and various tunnel providers like WireGuard or Tailscale, it creates a closed-loop system for resilient automation.
Installation
To begin using the vpn skill, ensure you have the OpenClaw CLI installed and run the following command to bootstrap the necessary dependencies:
npx -y clawhub@latest install shell-scripting curl-http wireguard tailscale dns ipinfo moltguard
After installation, verify the setup with npx -y clawhub@latest list. Note that you must configure your local system executables for your chosen provider (e.g., nordvpn, wg, or tailscale) and verify your environment variables (MOLTGUARD_API_KEY and IPINFO_TOKEN) are correctly exported to ensure full feature functionality.
Use Cases
This skill is ideal for developers and analysts working in restrictive environments. Common scenarios include:
- Bypassing regional API restrictions during data gathering tasks.
- Validating regional content parity across multiple geographic locations.
- Hardening privacy-focused automation workflows by ensuring a kill-switch is active.
- Automatically retrying failed tasks that were interrupted due to connection drops or IP blacklisting.
Example Prompts
- "I am getting 403 errors on the finance API. Please diagnose the block, switch to a German NordVPN node, and resume the portfolio-sync task."
- "Check if my current DNS configuration is leaking. Use Tailscale to switch to an exit node in Tokyo and verify my new public IP."
- "Run the market-price-scraper using WireGuard. If it fails, retry up to 3 times after rotating my exit node."
Tips & Limitations
Always prioritize the use of moltguard if your workflow involves sensitive interactions. Remember that the vpn skill requires explicit user authorization; it will never modify your system routing table without your consent. This skill is an orchestrator, not a bypass tool for illegal activities or policy violations. Ensure that you are compliant with the Terms of Service of the specific endpoints you are accessing. If credentials are missing, the skill will fail gracefully and provide a detailed diagnostic report rather than attempting an insecure connection.
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-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.