XiaomingXXiaomingXCommunityยท1 Agent Skills Included

proxy-pool

Automated proxy fetching, validation, and REST API serving

Fetches free HTTP proxies from multiple sources, validates them concurrently, and serves the highest-scoring ones through a FastAPI REST API. Eliminates manual proxy hunting and dead-IP failures with automatic scoring, scheduled revalidation, and Redis-backed storage. Deploys in minutes with uv or Docker, giving scripts and scrapers a reliable rotating proxy endpoint.
npx skills add XiaomingX/proxy-pool --all -g -y
Available:

Instructs your AI agent to act as a modern Python backend architect, enforcing async-first FastAPI patterns, uv-based dependency management, and the project's scoring and validation rules when extending the proxy pool.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’