captcha-solver

Automate CAPTCHA solving for browser automation with layered solvers.

212|19|Updated May 20, 2026
One-click install
npx skills add https://github.com/clawdbrunner/captcha-solver --skill captcha-solver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: captcha-solver
Source: https://github.com/clawdbrunner/captcha-solver/tree/main
Command: npx skills add https://github.com/clawdbrunner/captcha-solver --skill captcha-solver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates CAPTCHA solving for browser automation by integrating prevention, free solvers, and paid solving services to ensure uninterrupted flows.

Core Features & Use Cases

  • Layered architecture with CloakBrowser prevention, free solvers (ClickSolver, ALTCHA, Prosopo), and API-backed solving services (2Captcha, CapSolver) to cover 30+ CAPTCHA types.
  • Automated workflows across login redirects, Turnstile/recaptcha/hCaptcha with robust error handling.
  • Use Case: automate protected-site testing pipelines where CAPTCHAs would block unattended automation.

Quick Start

Install Python 3.10+, install the required dependencies, then run the stealth_browse script to automatically solve CAPTCHAs on protected sites.

Frequently Asked Questions about captcha-solver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CAPTCHA solving for browser automation scripts?

Automate CAPTCHA solving by integrating prevention, free solvers, and paid services into browser workflows. This Skill supports 30+ CAPTCHA types including reCAPTCHA v2/v3, hCaptcha, and Cloudflare Turnstile with robust error handling for uninterrupted flows.

What's the best way to handle Cloudflare Turnstile and reCAPTCHA in automated testing pipelines?

Handle Cloudflare Turnstile and reCAPTCHA using a layered architecture with CloakBrowser prevention, free solvers like ClickSolver, and API-backed fallbacks like CapSolver or 2Captcha to ensure automated testing pipelines remain unattended.

Do I need a 2Captcha or CapSolver API key to solve CAPTCHAs automatically?

You do not strictly need a paid 2Captcha or CapSolver API key, as free solvers like ClickSolver, ALTCHA, and Prosopo are available. Paid services act as fallback options for complex CAPTCHA types when free methods are insufficient.

Can I solve hCaptcha and GeeTest challenges without paid solving services?

Solve hCaptcha and GeeTest without paid services using optional free solvers such as ClickSolver, ALTCHA, and Prosopo. These are integrated into the workflow with safe defaults before falling back to API-based paid services.

How does CAPTCHA prevention differ from CAPTCHA solving in browser automation?

CAPTCHA prevention uses stealth browser configurations like CloakBrowser to avoid triggering challenges, while CAPTCHA solving actively resolves challenges using free or API-backed solvers. This Skill combines both approaches in a layered architecture.

What are the limitations of free CAPTCHA solvers for protected site automation?

Free CAPTCHA solvers may lack the reliability of paid API services across diverse sites and login flows. This Skill uses them with safe defaults and robust error handling, falling back to CapSolver or 2Captcha when automated flows are blocked.