captcha-skill
Self-hosted CAPTCHA solving for Turnstile, reCAPTCHA, and WAF
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โ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