π¦ ClawHub
detect opened proxy
by @noah-smith-max
Detects active system proxy settings on Windows and macOS, tests proxy availability, and returns results in JSON format.
TERMINAL
clawhub install proxy-detectπ About This Skill
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
Requirements
π‘ Examples
Run the proxy detector to get current proxy settings:
python proxy_detector.py