slider-captcha-bypass
Solves slider captchas by dragging, with audio challenge fallback
pinned to #591e173updated 2 weeks ago
Ask your AI client: “install skills/slider-captcha-bypass”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/slider-captcha-bypassmetahub onboarded this repo on the author's behalf.
If you own github.com/byt3bl33d3r/figaro on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
135
Last commit
2 weeks ago
Latest release
published
About this skill
Pulled from SKILL.md at publish time.
Allowed tools
- Bash(patchright-cli:*)
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.591e173· 2 weeks ago
Documentation
32Description qualitywarn
9 words · 65 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
32,994 chars · 20 sections · 24 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Quick Start
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent591e173warn2 weeks ago
Contents
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_dragtool to drag the slider and solve the captcha - Take another screenshot using
mcp__desktop__screenshotto 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__snapshotto find the audio challenge button - Click the audio challenge button to switch to the audio captcha
- Run
patchright-cli transcribe-audioto transcribe the audio challenge using Whisper - Type the transcribed answer into the captcha input field
- Submit the answer and verify the captcha is solved
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/slider-captcha-bypass