web-scraperlisted
Install: claude install-skill Drvivek34/Skill-Bazaar
# Web Scraping Instructions
1. Initialize headless browser (Playwright or Puppeteer).
2. Set user-agent header to avoid bot-detection blocks.
3. Navigate to target URL and wait for selector transitions to complete.
4. Extract innerText or attribute strings.
5. Save extracted records as structured JSON or CSV format.