Detects active system proxy settings on Windows and macOS, tests proxy availability, and returns results in JSON format.
A skill that detects system proxy settings and provides proxy information in JSON format.
Run the proxy detector to get current proxy settings:
python proxy_detector.py
The tool outputs proxy information in JSON format with the following structure:
{
"address": "http://localhost:15236",
"isActive": true
}
ZIP package — ready to use