captcha
Installation
SKILL.md
CAPTCHA Solver Skill
Solve CAPTCHAs programmatically in web automation workflows.
How Token-Based CAPTCHA Solving Works
Modern CAPTCHAs (reCAPTCHA, hCaptcha, Turnstile) don't require reading distorted text — they issue a signed token when solved. A third-party service solves the challenge on your behalf and returns that token. You inject it into the page, and the page thinks the user solved it.