This is the official Scrapling skill from the library's author, and it's built for when websites fight back. It handles Cloudflare Turnstile and other anti-bot systems automatically, no API keys or external solvers needed. You get three escalation levels: basic HTTP requests for simple sites, headless browsing for JavaScript-heavy pages, and stealth mode for protected content. The CLI is surprisingly practical. You can pipe URLs directly to markdown or text files without writing Python, which makes it fast for one-off scrapes. When you need more control, the spider framework handles concurrent crawls with proxy rotation and pause/resume. Requires Python 3.10+ and a bit of setup, but it consolidates what usually takes three different tools.
npx skills add https://github.com/d4vinci/scrapling --skill scrapling-official