proxy-pool
Automated proxy fetching, validation, and REST API serving
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install proxy-pool?โผ
Run `npx skills add XiaomingX/proxy-pool --all -g -y` in your terminal to install all skills in this suite globally.
How to get a free working proxy automatically?โผ
Start the service and call `GET /get` to receive a validated, high-scoring proxy in JSON or plain text format, ready to plug into curl or Python scripts.
How does proxy-pool keep proxies reliable?โผ
It revalidates every proxy every 5 minutes with a scoring system: successes add points, failures subtract them, and proxies hitting zero are removed automatically.
Can I deploy proxy-pool with Docker?โผ
Yes. Run `docker-compose up -d` to launch both Redis and the proxy pool service together with a single command.
Does proxy-pool work with AI coding assistants?โผ
Yes. The included CLAUDE.md and Agent.md files guide your AI agent to extend fetchers, fix performance issues, and follow the project's async Python standards.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core