Web Scraping
/web-scrapingExtract structured information from websites using web_fetch for simple pages and browser automation for dynamic sites, login-gated flows, pagination, infini...
Skill created by the community and listed at ClawHub. Canonical source: https://clawhub.ai/skills/web-scraping Version: 1.0.0 Source changelog: - Initial release of the web-scraping skill. - Supports data extraction from both static and dynamic websites. - Automatically chooses between direct HTML fetching and browser automation based on site complexity and interaction needs. - Handles dynamic content, authentication, infinite scroll, pagination, and search/filter flows. - Outputs structured data in concise bullet lists, JSON, or CSV formats. - Includes reliability rules for deduplication, error handling, and workspace file management.