CtrlK
BlogDocsLog inGet started
Tessl Logo

captcha-solver

Safe Captcha handling via Browser Agent or 2Captcha API.

45

Quality

30%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./public/skills/0xnagato/captcha/SKILL.md
SKILL.md
Quality
Evals
Security

Captcha Solver Logic

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>
Repository
Demerzels-lab/elsamultiskillagent
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.