Open Skills
The official Scrapling web-scraping skill: built-in anti-bot bypass (e.g. Cloudflare Turnstile), stealth headless browsing, a spider framework, and adaptive parsing — for reliably scraping protected sites.
$git clone https://gitee.com/interlingual-interaction/skill.git$cd skill/scrapling-officialDetails
Scrapling is an adaptive web-scraping framework that covers everything from a single request to a full-scale crawl. Its parser relocates elements automatically as page structure changes, its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box, and its spider framework supports concurrent multi-session crawls with pause/resume and automatic proxy rotation.
Use it when you need to scrape, crawl, or extract data from websites; web_fetch fails; the target site has anti-bot protection; or you need to write Python scraping/spider code.
Requirements: Python 3.10+. This is the official skill published by the author of the Scrapling library.
The repository can hold multiple skills; Scrapling lives in the scrapling-official/ subdirectory. Clone the repo and add that subdirectory to your AI IDE's skills folder to use it.