Proxy Auto

# Proxy Auto - 自动代理切换

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Proxy Auto" with this command: npx skills add tedtalk/proxy-auto

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

代理配置

  • 类型: VMess over WebSocket
  • 地址: 127.0.0.1:10808 (SOCKS5)
  • 后端: 新加坡节点 (Netflix/Disney+/OpenAI 优化)

测试命令

# 测试 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

自动使用场景

  • 访问 GitHub API
  • 调用 OpenAI/Claude 等 AI 服务
  • 抓取境外网站数据
  • 安装 npm/pip 境外包

最后更新:2026-03-02

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Gpu Cluster Manager

Turn your spare GPUs into one inference endpoint. Auto-discovers machines on your network, routes requests to the best available device, learns when your mac...

Registry SourceRecently Updated
Coding

Local Llm Router

Local LLM model router for Llama, Qwen, DeepSeek, Phi, Mistral, and Gemma across multiple devices. Self-hosted local LLM inference routing on macOS, Linux, a...

Registry SourceRecently Updated
Coding

yuhang

一个"制造技能的技能"。这个工具自动化了将任意 GitHub 仓库转换为标准化 Trae 技能的全过程,是扩展 AI Agent 能力的核心工具。

Registry SourceRecently Updated
Coding

Venn Nino

Safely connects Gmail, Calendar, Drive, Atlassian (Jira/Confluence), Notion, GitHub, Salesforce, and dozens of other enterprise tools via a single MCP endpoi...

Registry SourceRecently Updated