What problem does it solve? Fetching web pages with standard tools returns raw HTML cluttered with navigation, ads, and boilerplate, wasting context tokens and obscuring the actual content you want to read or analyze. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any standard web page into readable markdown with clutter, navigation, and ads removed. - Metadata Retrieval: Pull specific page properties such as title, description, or domain without fetching full content. - Multiple Output Formats: Choose markdown, JSON, or HTML output, and optionally save results directly to a file. - Use Case: When a user shares a link to online documentation or a blog post, run defuddle parse <url> --md to get a token-efficient markdown version for summarization or analysis. ## Quick Start Ask the assistant to read and summarize the article at a given URL using defuddle instead of a standard web fetch.