ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 4/5

captcha-solver

Safe Captcha handling via Browser Agent or 2Captcha API.

Why use this skill?

Integrate the captcha-solver skill into your OpenClaw agents to bypass web security hurdles via 2Captcha API or manual intervention protocols.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dexiaong/captcha-solveru
Or

What This Skill Does

The captcha-solver skill is an essential utility for OpenClaw AI agents tasked with navigating modern web environments protected by anti-bot measures. This skill acts as a middleware between your browser agent and challenge-response mechanisms, such as Google reCAPTCHA or hCaptcha. It operates using a dual-track strategy: when a challenge is detected, the skill pauses execution, captures the state of the DOM or a screenshot, and either routes the solution through the 2Captcha API—if configured in the hustle_vault—or requests human intervention to bypass the hurdle. This ensures that long-running automation tasks don't crash when hitting a security wall.

Installation

To install this skill, run the following command in your OpenClaw terminal: clawhub install openclaw/skills/skills/dexiaong/captcha-solveru

For automated solving, ensure your API key is stored securely in the local vault: python3 hustle/engine/vault.py --action store --key 2CAPTCHA_API_KEY --value YOUR_API_KEY_HERE

Use Cases

  • Automated Data Scraping: Maintaining uninterrupted scraping sessions on sites that trigger intermittent captcha challenges.
  • Account Registration & Testing: Automating QA workflows where users must navigate through sign-up forms protected by bot-detection tools.
  • E-commerce Monitoring: Ensuring your browser agent remains active during high-traffic periods where retail sites frequently trigger security challenges to verify human presence.

Example Prompts

  1. "Open the login page at example.com and if you encounter any captcha, use my 2Captcha credentials to solve it and proceed."
  2. "I need to scrape this forum, but I keep hitting a roadblock. Can you enable the captcha-solver skill to monitor for challenges while you navigate?"
  3. "If the browser agent detects an 'I'm not a robot' check, pause the session and send me a notification with a screenshot so I can solve it manually."

Tips & Limitations

  • API Costs: Be aware that using third-party services like 2Captcha incurs costs per request. Monitor your service balance.
  • Latency: API-based solving introduces a slight delay in your automation flow while the challenge is processed externally.
  • Vault Security: Never share your hustle_vault keys or commit them to public repositories. Always use the built-in storage utility.
  • Strategy: For low-frequency tasks, manual intervention is recommended over paid APIs to reduce overhead.

Metadata

Author@dexiaong
Stars1100
Views5
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dexiaong-captcha-solveru": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#browser-automation#security#web-scraping#2captcha#bot-bypass
Safety Score: 4/5

Flags: external-api, network-access