This is a straightforward BeautifulSoup wrapper that turns webpage scraping into CLI commands. You get four main operations: scrape elements by CSS selector, extract all links, pull email addresses with configurable depth, and grab structured data using predefined schemas for articles and products. The CSS selector reference table is genuinely helpful if you're rusty on that syntax. What's nice is the explicit ethical guidelines section, which actually matters since too many people slam servers without thinking about rate limits or robots.txt. The examples show real output formats, so you know what you're getting. It won't replace knowing how to write a scraper yourself, but if you need to pull competitor pricing or extract contact info from directories without writing boilerplate, it does the job.
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper