CedriccmhCedriccmhCommunityยท1 Agent Skills Included

claude-code-skill-scrapling

Web scraping, Cloudflare bypass, and structured data extraction

Extracts data from websites by automatically picking the right fetch method for each target. Bypasses Cloudflare and WAF protection, handles form logins with saved cookies, and parses static pages, SPAs, and raw HTML. Removes the guesswork of choosing scraping approaches and writing boilerplate code. Includes ready-made templates, site patterns, and troubleshooting guides to finish extraction tasks faster.
npx skills add Cedriccmh/claude-code-skill-scrapling --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-skill-scrapling?โ–ผ

Run `npx skills add Cedriccmh/claude-code-skill-scrapling --all -g -y` in your terminal to install this skill globally. You also need the scrapling Python package installed via pip or uv.

How to scrape a website protected by Cloudflare?โ–ผ

This skill automatically switches to StealthyFetcher, which uses a stealth browser to pass Cloudflare and WAF checks. Just describe the protected URL and the data you need.

Can it scrape pages that require login?โ–ผ

Yes. It supports HTTP form-based login with persistent session cookies, and includes a cookie vault template for securely storing per-site login credentials locally.

Does it work with Claude Code and other coding agents?โ–ผ

Yes. It follows the standard SKILL.md format, so it activates automatically in Claude Code and compatible agents whenever you ask to scrape, crawl, or extract data from a URL.

Do I need to write Python code to use it?โ–ผ

No. Simple extractions run through quick CLI commands, and the agent generates and runs Python scripts for complex multi-page or login-based workflows on your behalf.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’