| name | slider-captcha-bypass |
| description | Solves slider captchas by dragging, with audio challenge fallback |
| allowed-tools | Bash(patchright-cli:*) |
Primary Approach: Slider Drag
- Take a screenshot of the desktop using
mcp__desktop__screenshot
- Look at the screenshot and identify the coordinates of the slider
- Use the
mcp__desktop__mouse_drag tool to drag the slider and solve the captcha
- Take another screenshot using
mcp__desktop__screenshot to verify the captcha was solved
If the captcha is still present after dragging and you have the patchright-cli skill available, fall back to the audio challenge approach below.
Fallback: Audio Challenge (requires patchright-cli skill)
- Take a snapshot of the page accessibility tree using
mcp__desktop__snapshot to find the audio challenge button
- Click the audio challenge button to switch to the audio captcha
- Run
patchright-cli transcribe-audio to transcribe the audio challenge using Whisper
- Type the transcribed answer into the captcha input field
- Submit the answer and verify the captcha is solved