Install
openclaw skills install scrapeLegal web scraping with robots.txt compliance, rate limiting, and GDPR/CCPA-aware data handling.
openclaw skills install scrapeBefore writing any scraping code:
{domain}/robots.txt, check if target path is disallowed. If yes, stop./terms, /tos, /legal. Explicit scraping prohibition = need permission.Mozilla/5.0 ... (contact: you@email.com)For code patterns and robots.txt parser, see code.md