← 返回 Skills 市场
noah-smith-max

detect opened proxy

作者 noah-smith-max · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
251
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proxy-detect
功能描述
Detects active system proxy settings on Windows and macOS, tests proxy availability, and returns results in JSON format.
安全使用建议
This skill appears coherent with its stated purpose. Before running: review the included script (already bundled) if you want assurance, and be aware it will (a) run OS commands: reg (Windows) or networksetup (macOS), and (b) open short TCP connections to any detected proxy host/port and to a list of common local proxy ports (e.g., 127.0.0.1:7890, 8080, etc.). If you are concerned about network probes, run it in a restricted environment or while disconnected from untrusted networks. No credentials or external endpoints are used by the skill.
功能分析
Type: OpenClaw Skill Name: proxy-detect Version: 1.0.0 The proxy-detect skill is a utility designed to identify system proxy settings on Windows and macOS. The script (proxy_detector.py) uses standard system commands like 'reg query' and 'networksetup' to retrieve configuration and performs local socket checks on common proxy ports (e.g., 7890, 1080) to verify connectivity. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description claim to detect system proxy settings and test availability; the Python script queries Windows registry (reg) and macOS networksetup, falls back to common proxy addresses, and attempts TCP connections to test proxies — all consistent with the stated purpose.
Instruction Scope
SKILL.md directs running the included script and expects JSON output; the script does exactly that. Note: at runtime it will execute system commands (reg, networksetup) and open TCP connections to detected proxy hosts and to several common local ports — this is expected for availability testing but does cause outgoing connection attempts to whatever proxy host/port is configured.
Install Mechanism
Instruction-only skill with no install spec. No code is downloaded from external URLs and the bundled script is included in the package.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The system queries it performs (registry and networksetup) are proportional to proxy detection.
Persistence & Privilege
The skill is not always-enabled, doesn't request elevated privileges or modify other skills/system configuration, and only runs when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proxy-detect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proxy-detect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Proxy Detector Skill. - Detects system proxy settings on Windows and macOS. - Checks if detected proxy is active and running. - Falls back to common proxy addresses if no system proxy is configured. - Outputs proxy details in a clear JSON format. - Requires Python 3.6+ with no external dependencies.
元数据
Slug proxy-detect
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

detect opened proxy 是什么?

Detects active system proxy settings on Windows and macOS, tests proxy availability, and returns results in JSON format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 251 次。

如何安装 detect opened proxy?

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

detect opened proxy 是免费的吗?

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

detect opened proxy 支持哪些平台?

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

谁开发了 detect opened proxy?

由 noah-smith-max(@noah-smith-max)开发并维护,当前版本 v1.0.0。

💬 留言讨论