← 返回 Skills 市场
tedtalk

Proxy Auto

作者 Tedtalk · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
638
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install proxy-auto
功能描述
Automatically enables SOCKS5 proxy for accessing overseas sites and APIs like GitHub, OpenAI, and npm with VMess over WebSocket configuration.
安全使用建议
This helper merely configures local proxy environment variables; it does not provide or start a VMess proxy client. Before installing or sourcing: (1) verify who provides and runs the actual proxy service that should be listening on 127.0.0.1:10808/10809 — if you don't run a local VMess client, the proxy settings will fail or route traffic to nothing; (2) avoid blindly sourcing scripts into root-owned locations — consider placing the script in your user profile directory and review its contents (it's short and readable); (3) remember that routing API calls (OpenAI, GitHub, npm) through a proxy can expose request payloads, API keys, or tokens to the operator of that proxy — only use trusted proxies; (4) if you want the claimed VMess/backend behavior, confirm or provide a trusted local client or service that creates the localhost listeners rather than relying on undocumented remote infrastructure.
功能分析
Type: OpenClaw Skill Name: proxy-auto Version: 1.0.0 The skill 'proxy-auto' is designed to automatically enable a local SOCKS5 proxy (127.0.0.1:10808) when commands are detected to access specific external domains like github.com or openai.com. The `proxy.sh` script sets standard proxy environment variables (`http_proxy`, `https_proxy`, `ALL_PROXY`) and then executes the original command. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All proxy configurations point to localhost, indicating reliance on a locally running proxy service. The code's behavior is fully aligned with its stated purpose and lacks any high-risk or intentionally harmful actions.
能力评估
Purpose & Capability
The name/description (automatic SOCKS5 proxy switching) matches the provided script and instructions: the script exports http/https/ALL_PROXY pointing at localhost and runs the requested command. However the README mentions a 'VMess over WebSocket' Singapore backend and optimizations for services — the code does not create or manage any VMess client nor connect to remote proxies. That claim appears to describe an external/local runtime dependency rather than implemented behavior.
Instruction Scope
SKILL.md instructs users to source a proxy script at /root/.openclaw/proxy-auto.sh or manually set environment variables and shows curl tests. The instructions do not read unrelated files or credentials. Minor inconsistency: the repo contains proxy.sh but the docs point to /root/.openclaw/proxy-auto.sh (an assumed install path). The script inspects command arguments for domain substrings and exports proxies only when matched — that's within the feature scope.
Install Mechanism
There is no install spec and the skill is effectively instruction-only with a single helper script included. Nothing is downloaded from external URLs and no archive extraction or package manager installs are declared, which is low-risk from an install perspective.
Credentials
The skill does not request environment variables, credentials, or config paths. The script sets local proxy environment variables only as needed. No secrets or unrelated credentials are required or accessed.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges in metadata. However SKILL.md suggests storing the script under /root/.openclaw/proxy-auto.sh; asking to place files in /root can be sensitive depending on your system and user context. The skill does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proxy-auto
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proxy-auto 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of proxy-auto. - Automatically enables SOCKS5 proxy when accessing external networks. - Provides simple usage via sourcing a shell script or manually setting environment variables. - Supports VMess over WebSocket with a Singapore node optimized for streaming and AI services. - Includes test commands for Google, GitHub, and OpenAI connectivity. - Useful for accessing APIs (GitHub, OpenAI, Claude), scraping foreign websites, and installing packages from overseas.
元数据
Slug proxy-auto
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

Proxy Auto 是什么?

Automatically enables SOCKS5 proxy for accessing overseas sites and APIs like GitHub, OpenAI, and npm with VMess over WebSocket configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 638 次。

如何安装 Proxy Auto?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install proxy-auto」即可一键安装,无需额外配置。

Proxy Auto 是免费的吗?

是的,Proxy Auto 完全免费(开源免费),可自由下载、安装和使用。

Proxy Auto 支持哪些平台?

Proxy Auto 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Proxy Auto?

由 Tedtalk(@tedtalk)开发并维护,当前版本 v1.0.0。

💬 留言讨论