What problem does it solve?
This Skill reduces the time and effort required to manually browse web pages by automatically fetching content, pruning it into clean markdown, and extracting structured information that you can use for answers or downstream workflows.
Core Features & Use Cases
- Web page crawling and markdown extraction: Converts a URL into filtered, LLM-friendly markdown output (recommended mode for reading and Q&A).
- Question answering over page content: Retrieves and summarizes what a page says about a specific topic using a single command.
- Structured data extraction (LLM or CSS-driven): Extracts entities and fields into JSON using either LLM-based instructions or CSS selector targeting plus a schema.
Quick Start
Ask the AI to read a URL and summarize the key points in pruned markdown: run crwl with the URL and use the default pruning flags.