What problem does it solve? Scraping modern websites requires handling JavaScript rendering, infinite scroll, and fragile CSS selectors, and misconfigured setups produce empty extractions or navigation-contaminated data. This Skill provides tested crawl4ai CLI workflows with automated setup, schema generation, and output validation. ## Core Features & Use Cases - Structured Data Extraction: Generate CSS selector schemas and extract page data as JSON using the crwl command. - Dynamic Content Handling: Configure crawler settings for JavaScript-heavy sites, infinite scroll, and lazy-loaded content. - LLM-Powered Q&A: Ask natural-language questions about page content using OpenAI, Anthropic, or local Ollama models. - Use Case: Monitor a news site daily by extracting article titles and links with a CSS schema, validating the output with the included validation script, and generating an LLM summary of trending topics. ## Quick Start Use the using-crawl4ai-cli skill to run the setup script and then extract article titles and links from a news website into JSON.