Install
openclaw skills install proxy-detectDetects active system proxy settings on Windows and macOS, tests proxy availability, and returns results in JSON format.
openclaw skills install proxy-detectA 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
}