Proxy Auto for Openclaw

An automated proxy management skill that dynamically routes traffic through a SOCKS5 tunnel for external network access.

tedtalk
v1.0.0
Mar 3, 2026
2
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install proxy-auto

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install proxy-auto using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Proxy Auto?

Proxy Auto is a specialized utility designed to manage network traffic for AI agents and developer workflows. By integrating this tool from the Openclaw Skills library, users can seamlessly transition between local and global network environments without manual configuration. It primarily facilitates SOCKS5 proxying, ensuring that tools requiring external API access or specific regional nodes can function without interruption.

This skill is particularly valuable for developers operating in restricted network environments who need reliable access to international services. By leveraging a VMess over WebSocket backend, Proxy Auto provides a robust tunnel for all CLI-based activities, making it a core component for maintaining high availability in automation tasks.

Proxy Auto Use Cases

  • Interacting with global GitHub APIs for repository management and CI/CD tasks.
  • Calling AI provider services like OpenAI or Claude from restricted network environments.
  • Performing web scraping or data extraction on international websites.
  • Speeding up package installations through npm or pip from global registries.

How Proxy Auto Works

  1. The skill identifies the need for external connectivity based on the user command or specific target URLs.
  2. It sources a configuration script that sets the appropriate environment variables for the current shell session.
  3. Traffic is routed through a VMess over WebSocket tunnel pointing to a local SOCKS5 endpoint at 127.0.0.1:10808.
  4. The backend Singapore node optimizes the connection for low latency and high compatibility with major AI and streaming services.

Proxy Auto Setup

To use Proxy Auto within the Openclaw Skills ecosystem, you can wrap your commands or manually set environment variables.

# Route a specific command through the proxy
source /root/.openclaw/proxy-auto.sh <your-command>

# Manually export variables for the current session
export http_proxy=http://127.0.0.1:10808
export https_proxy=http://127.0.0.1:10808
export ALL_PROXY=socks5://127.0.0.1:10808

To verify the connection, you can run:

curl -s --socks5 127.0.0.1:10808 https://api.openai.com

Proxy Auto Data Schema & Taxonomy

This skill manages network configurations and environment-level metadata to facilitate traffic routing. It does not store persistent user data.

Attribute Specification
Proxy Protocol SOCKS5
Transport VMess over WebSocket
Local Endpoint 127.0.0.1:10808
Optimized For Netflix, Disney+, OpenAI
Node Region Singapore

Proxy Auto Advanced Features

  • Automatic environment variable injection for sub-processes and nested shell scripts.
  • Optimized Singapore backend node specifically tuned for Openclaw Skills and AI API reliability.
  • Support for multiple protocols including HTTP, HTTPS, and SOCKS5 simultaneously.
  • Lightweight shell integration for minimal overhead during automated agent execution.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*