WawanahayyWawanahayyCommunityยท1 Agent Skills Included

captcha-skill

Self-hosted CAPTCHA solving for Turnstile, reCAPTCHA, and WAF

Solves Cloudflare Turnstile, reCAPTCHA v3, Cloudflare WAF, and AWS WAF challenges through a local HTTP API. Replaces paid solving services like 2Captcha with a free, self-hosted browser pool that returns tokens and cookies on demand. Handles image, math, and text CAPTCHAs via built-in OCR and vision models, cutting per-solve costs to zero.
npx skills add Wawanahayy/captcha-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install captcha-skill?โ–ผ

Run `npx skills add Wawanahayy/captcha-skill --all -g -y` in your terminal to install this skill globally.

How to bypass Cloudflare Turnstile for free?โ–ผ

Start the local server, then call the /turnstile endpoint with the target URL and sitekey. It returns a valid token in about 5-15 seconds with no per-solve fees.

Can it replace paid services like 2Captcha?โ–ผ

Yes. It is a drop-in self-hosted replacement that solves Turnstile, reCAPTCHA v3, Cloudflare WAF, and AWS WAF challenges locally at zero cost per solve.

Does it solve image CAPTCHAs like hCaptcha?โ–ผ

Yes. The /solve endpoint handles image, math, text, and object-selection CAPTCHAs using built-in OCR plus a vision model backend.

Do I need coding skills to use it?โ–ผ

Basic terminal use is enough to start the server. After that, any tool or script can request tokens through simple HTTP calls on port 8001.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’