Proxy CHK
Proxy CHK : This Python script validates a list of proxies from a text file (proxies.txt) and saves the working ones to output.txt. Configuration settings like timeout duration are managed through config.ini.
Install / Use
npx skills add 14627s/Proxy-CHKInstalls into whichever agent you are using.
README
Proxy CHK
This Python script checks a list of proxies for connectivity and saves the working proxies to an output file.
Features:
- Validates proxies from a text file (
proxies.txt). - Configuration settings managed via
config.inifor timeout and file paths. - Simple and easy-to-use.
Usage:
- Ensure Python 3.x is installed.
- Modify
config.inito set your preferred timeout and file paths. - Run
proxychk.pyto start checking proxies and save it onoutput.txt.
Configuration (config.ini):
timeout: Timeout duration (in seconds) for each proxy check.proxies_file: Path to the text file containing the list of proxies.output_file: Path to the output file where working proxies will be saved.
Default (config.ini):
[Settings]
timeout = 5
input_file = proxies.txt
output_file = output.txt
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
