What problem does it solve? Retrieving readable content from web pages often means dealing with raw HTML, JavaScript-rendered pages, and cluttered markup. This Skill converts one or more URLs into clean, LLM-optimized markdown or text without manual scraping code. ## Core Features & Use Cases - URL Content Extraction: Pull clean markdown or text from up to 20 URLs in a single call, with basic or advanced extraction depth for JavaScript-heavy pages. - Query-Focused Chunking: Use --query and --chunks-per-source to return only the chunks relevant to a specific topic instead of full pages. - Flexible Output: Save results directly to a file with -o or get structured JSON output for downstream processing. - Use Case: You have five documentation URLs and only need the sections about authentication. Run a query-focused extraction to get just the relevant chunks as markdown. ## Quick Start Ask the agent to extract the content of a specific URL as markdown, optionally narrowing results with a query such as "extract the authentication sections from this docs page".