SkillHub

proxy-detect

v1.0.0

检测 Windows 和 macOS 系统代理设置,测试可用性并以 JSON 格式返回结果。

Sourced from ClawHub, Authored by noah-smith-max

Installation

Please help me install the skill `proxy-detect` from SkillHub official store. npx skills add noah-smith-max/proxy-detect

Proxy Detector Skill

Description

A skill that detects system proxy settings and provides proxy information in JSON format.

Usage

Run the proxy detector to get current proxy settings:

python proxy_detector.py

Output Format

The tool outputs proxy information in JSON format with the following structure:

{
  "address": "http://localhost:15236",
  "isActive": true
}

Features

  • Detects system proxy settings for Windows and macOS
  • Tests if the detected proxy is actually running
  • Falls back to common proxy addresses if no system proxy is found
  • Provides clear JSON output for easy parsing

Requirements

  • Python 3.6+
  • No external dependencies