web-scraper
Installation
SKILL.md
Web Scraper Skill
Scrape web pages, crawl entire sites, and extract documentation into clean Markdown files.
Quick Decision Tree
User wants to scrape something
├── Single page? → scrape_page.py
├── Entire site (generic)? → crawl_site.py
└── Documentation site? → scrape_docs.py (auto-detects framework)
Scripts Location
All scripts are in ~/.claude/skills/web-scraper/scripts/.