What problem does it solve? Automated browser workflows stall whenever a CAPTCHA appears, forcing manual intervention that breaks unattended job application or form-submission runs. This Skill clears reCAPTCHA, hCaptcha, and Turnstile challenges on the current tab and reports back whether it succeeded so the caller can continue or fall back. ## Core Features & Use Cases - Free-first solving strategy: Tries trusted checkbox clicks and text-challenge reading before spending money on a solving service. - Token service fallback: Extracts the sitekey from the page, requests a solved token from a configured server-side endpoint, and injects it into the response field. - Bounded retries with clear outcome: Retries at most 3 rounds, then returns unsolved so the calling workflow can take over. - Use Case: During an unattended job-application run, a posting's submit form shows a reCAPTCHA. The Skill clicks the checkbox, escalates to the token service if an image grid opens, injects the solved token, and submits the form. ## Quick Start Ask the agent to solve the CAPTCHA on the current browser tab, optionally passing a URL to navigate to first.