Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A CLI tool that submits CAPTCHAs to the 2Captcha human-powered solving service and returns tokens ready to inject into a target page. Supports image CAPTCHAs, reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile, FunCaptcha, and GeeTest. Solving takes 10-60 seconds depending on type.
Using a human-powered solving service via CLI avoids maintaining ML-based solvers or browser extensions that break when CAPTCHA providers update their challenge formats.
When to use it
- Automating form submissions blocked by reCAPTCHA
- Scraping sites protected by hCaptcha or Cloudflare Turnstile
- Testing CAPTCHA-gated registration and login flows in CI pipelines
- Batch account creation on sites with CAPTCHA gates
- Unblocking browser automation scripts that stall on CAPTCHA challenges
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: automate a reCAPTCHA v2 registration form submission
- 1Inspect page HTML to locate the data-sitekey attribute in the reCAPTCHA widget
- 2Call solve-captcha recaptcha2 with the extracted sitekey and page URL
- 3Wait for the returned token (10-60 seconds)
- 4Inject the token into the g-recaptcha-response hidden field
- 5Submit the form programmatically
Form submitted with a valid CAPTCHA token accepted by the target site
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.