Install
openclaw skills install proxy-autoAutomatically enables SOCKS5 proxy for accessing overseas sites and APIs like GitHub, OpenAI, and npm with VMess over WebSocket configuration.
openclaw skills install proxy-auto当需要访问外网时自动启用 SOCKS5 代理。
source /root/.openclaw/proxy-auto.sh <command>
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
# 测试 Google
curl -s --socks5 127.0.0.1:10808 https://www.google.com
# 测试 GitHub
curl -s --socks5 127.0.0.1:10808 https://api.github.com
# 测试 OpenAI
curl -s --socks5 127.0.0.1:10808 https://api.openai.com
最后更新:2026-03-02