This is a CLI-first web scraping tool that lets you pull data from websites straight from the terminal without writing Python code. The extract commands are the main event: use `get` for static sites, `fetch` when you need browser automation for JavaScript-heavy pages, and `stealthy-fetch` when you hit Cloudflare or anti-bot protection. Output format is dead simple, determined by file extension: .md for markdown, .txt for clean text, .html for raw. The `--ai-targeted` flag strips out all the noise (scripts, styles, hidden elements) which is handy if you're feeding scraped content into Claude. It handles the usual suspects like custom headers, cookies, CSS selectors, and proxies. Good fit if you're prototyping data pipelines or just need quick one-off extractions without spinning up a full scraping project.
npx skills add https://github.com/hyperpuncher/dotagents --skill scrapling