Install
openclaw skills install @fuzzyb33s/web-scraper-summarizerFetch web pages and generate AI-powered summaries using Ollama LLM. Use when you need to (1) scrape and summarize web articles, (2) extract key points from web pages, (3) analyze web content for specific topics, or (4) quickly understand what a web page is about without reading it fully. Triggers include: summarize this article, scrape this URL, what is on this page, analyze this web content, extract key points from.
openclaw skills install @fuzzyb33s/web-scraper-summarizerScrape web pages and generate structured summaries using Ollama LLM.
python scripts/scrape_and_summarize.py <url>
Outputs a 2-3 sentence brief summary.
python scripts/scrape_and_summarize.py <url> detailed
python scripts/scrape_and_summarize.py <url> bullet
Styles:
brief (default) - 2-3 sentence overviewdetailed - Comprehensive with bullet pointsbullet - Key points as bullet listcurl available on PATHllama3.2 model pulledSummary is printed to stdout. Progress/debug info goes to stderr.
=== SUMMARY ===
[AI-generated summary here]
On Ollama failure, raw content is shown instead:
=== PAGE CONTENT (raw) ===
[truncated page text]