Use when scraping JavaScript-heavy pages or SPAs, crawling multiple URLs concurrently, extracting structured data with reusable CSS/JSON schemas, or building automated web data pipelines. Wraps the Crawl4AI library (crwl CLI and Python SDK) with schema-generation patterns for LLM-free extraction. Triggers on crawl4ai, crwl, scrape JS-heavy site, scrape SPA, headless browser scrape, schema-based extraction, batch crawl, sitemap crawl, web data pipeline. SKIP when a static HTML page can be read with defuddle / fetch-web — those are faster cold-start and don't need a browser.
$npx -y skills add brettdavies/crawl4ai-skill --skill crawl4ai-skillInstalls into the current project.
Run `npx skills use "https://github.com/brettdavies/crawl4ai-skill" --skill "brettdavies/crawl4ai-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/brettdavies/crawl4ai-skill" that are relevant to the current task. Run `npx skills add "https://github.com/brettdavies/crawl4ai-skill"` and select the relevant skills, then follow their instructions.