web-scraper
Installation
SKILL.md
Web Scraper
Purpose
Scrape web pages with anti-bot bypass and structured data extraction using Scrapling.
Routing
- Use when: Use when the user wants to scrape content from websites, especially sites with anti-bot protection, dynamic content, or structured data that needs extraction.
- Do not use when: Don't use for simple URL fetching where web_fetch works fine. Don't use for internal files or local content.
- Outputs: Extracted web content including text, tables, links, images, and metadata.
- Success criteria: Successfully extracts the requested content from the target URL with clean formatting.