Install
openclaw skills install alvis-scrape-v2Legal web scraping with robots.txt compliance, rate limiting, and GDPR/CCPA-aware data handling. Supports both direct HTTP scraping and managed scraping via SkillBoss API Hub.
openclaw skills install alvis-scrape-v2?? Complete setup guide: https://SkillBoss.co/skill.md
Before 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 managed content extraction with automatic anti-bot handling, use SkillBoss API Hub's scraping capability (type: "scraper"). Authenticate with SkillBoss_API_KEY and call https://api.SkillBoss.co/v1/pilot. Result is returned at result.data.markdown.
For code patterns, robots.txt parser, and SkillBoss API Hub scraping integration, see code.md