What problem does it solve? Capturing and summarizing many web pages one at a time is slow and error-prone, especially for geo-restricted or bot-blocked sites. This Skill processes an entire list of URLs in a single run, saving each article individually and producing a synthesized batch-level report. ## Core Features & Use Cases - Bulk URL capture: Accepts pasted URLs, a text file, or markdown links, deduplicates them, and captures each via an escalation ladder from static HTTP to a real logged-in Chrome session. - Dual report modes: Always writes a human-readable markdown report with per-item cards and a strict-schema JSON report optimized for LLM consumption; optional PDF output via Typst. - Failure transparency: Every input URL appears in the report as captured, thin, or failed, so gaps are never silently dropped. - Use Case: A researcher pastes 15 Israeli news URLs and receives 15 markdown captures plus a thematic summary report and an agent-consumable JSON digest in one batch directory. ## Quick Start Capture all the URLs in this list and give me the individual articles plus a summary report of the whole batch.