This is a solid web scraping toolkit that combines curl-based crawling with Gemini AI analysis. You get practical scripts for extracting links, scanning security headers, monitoring page changes, and pulling structured data from HTML. The AI integration is the interesting bit here: instead of fighting with regex and BeautifulSoup for every edge case, you can throw page content at Gemini to extract products, find API endpoints in JavaScript, or spot security issues. It's bash-heavy and assumes you're comfortable piping commands together. Good for quick reconnaissance, content monitoring, or building lightweight scrapers without heavyweight frameworks. Just respect robots.txt and rate limits.
npx skills add https://github.com/johnlindquist/claude --skill spider