2captchaSolve CAPTCHAs using 2Captcha service via CLI. Use for bypassing captchas during web automation, account creation, or form submission.
Install via ClawdBot CLI:
clawdbot install adinvadim/2captchaSolve CAPTCHAs programmatically using the 2Captcha human-powered service.
# One-line install
curl -fsSL https://raw.githubusercontent.com/adinvadim/2captcha-cli/main/solve-captcha \
-o /usr/local/bin/solve-captcha && chmod +x /usr/local/bin/solve-captcha
# Verify
solve-captcha --version
# Save your 2Captcha API key
mkdir -p ~/.config/2captcha
echo "YOUR_API_KEY" > ~/.config/2captcha/api-key
# Or use environment variable
export TWOCAPTCHA_API_KEY="your-key"
Get your API key at https://2captcha.com/enterpage
./solve-captcha balance
# From file
./solve-captcha image /path/to/captcha.png
# From URL
./solve-captcha image "https://site.com/captcha.jpg"
# With options
./solve-captcha image captcha.png --numeric 1 --math
./solve-captcha image captcha.png --comment "Enter red letters only"
./solve-captcha recaptcha2 --sitekey "6Le-wvk..." --url "https://example.com"
./solve-captcha recaptcha3 --sitekey "KEY" --url "URL" --action "submit" --min-score 0.7
./solve-captcha hcaptcha --sitekey "KEY" --url "URL"
./solve-captcha turnstile --sitekey "0x4AAA..." --url "URL"
./solve-captcha funcaptcha --public-key "KEY" --url "URL"
# v3
./solve-captcha geetest --gt "GT" --challenge "CHALLENGE" --url "URL"
# v4
./solve-captcha geetest4 --captcha-id "ID" --url "URL"
./solve-captcha text "What color is the sky?" --lang en
Look for:
data-sitekey attribute in HTMLk= parameter in reCAPTCHA iframe URLgoogle.com/recaptcha/api2/anchorLook for:
data-sitekey in hCaptcha divhcaptcha.comLook for:
data-sitekey in Turnstile widgetcf-turnstile class elementsg-recaptcha-response or callback// After getting token from solve-captcha
document.getElementById('g-recaptcha-response').value = token;
// Or call callback if defined
___grecaptcha_cfg.clients[0].callback(token);
Common errors:
ERROR_ZERO_BALANCE - Top up accountERROR_NO_SLOT_AVAILABLE - Retry in few secondsERROR_CAPTCHA_UNSOLVABLE - Bad image or impossible captchaERROR_WRONG_CAPTCHA_ID - Invalid task IDGenerated Mar 1, 2026
This scenario involves using the skill to bypass CAPTCHAs during bulk account registration on platforms like social media or e-commerce sites. It enables automation scripts to create accounts without manual intervention, saving time and scaling operations efficiently.
In this scenario, the skill solves CAPTCHAs encountered while scraping websites for data collection, such as price monitoring or content aggregation. It ensures uninterrupted automation by handling image and reCAPTCHA challenges programmatically.
This scenario applies to automating form submissions that require CAPTCHA verification, such as contact forms or survey entries. The skill integrates with CLI tools to solve CAPTCHAs and inject tokens, streamlining repetitive tasks.
Here, the skill is used in automated testing environments to simulate user interactions with CAPTCHA-protected features. It helps QA teams verify functionality without manual solving, improving test coverage and efficiency.
This model offers a limited free tier for basic CAPTCHA solving, with paid plans for higher volumes and advanced types like reCAPTCHA v3. Revenue is generated through subscription fees and pay-per-solve pricing, targeting small to medium businesses.
In this model, the skill is integrated into white-label automation platforms sold to enterprises for custom workflows. Revenue comes from licensing fees and support contracts, leveraging the CLI's flexibility for tailored solutions.
This model involves promoting the 2Captcha service through affiliate links, earning commissions on user sign-ups and API usage. It targets developers and automation enthusiasts who recommend the tool in tutorials or integrations.
š¬ Integration Tip
Use environment variables for API keys to simplify configuration and ensure secure, portable automation scripts across different systems.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
Security check for ClawHub skills powered by Koi. Query the Clawdex API before installing any skill to verify it's safe.
Scan Clawdbot and MCP skills for malware, spyware, crypto-miners, and malicious code patterns before you install them. Security audit tool that detects data exfiltration, system modification attempts, backdoors, and obfuscation techniques.