SkillAgentSearch skills...

Turnaround

A browser based solver for Turnstile (Cloudflare's captcha)

Install / Use

/learn @Body-Alhoha/Turnaround
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="/photo_2025-03-18_11-57-05.jpg" align="center"> <span>(paid ad)</span> <h1>Turnaround</h1> Uses <a href="https://playwright.dev/">playwright</a> to automatically solve <a href="https://www.cloudflare.com/products/turnstile/">Turnstile</a>

Installation

pip install -r requirements.txt

Usage

with sync_playwright() as playwright:
    s = solver.Solver(playwright, headless=False) # creates a new solver object
    captcha = s.solve("https://modrinth.com/auth/sign-up", "0x4AAAAAAAHWfmKCm7cUG869", invisible=True) # first argument is the website url & second one is the website sitekey
    # s.solve will return "failed" if it failed to solve the captcha.
    print(captcha)
    s.terminate() # terminates the browser

If you want to use the solver in a loop, keep the same solver object and use it over again to not instantiate a new browser each time, look at example.py

Feel free to contribute

Related Skills

View on GitHub
GitHub Stars140
CategoryDevelopment
Updated22d ago
Forks22

Languages

Python

Security Score

100/100

Audited on Mar 17, 2026

No findings