What problem does it solve? Fetching web pages with standard tools returns raw HTML cluttered with navigation, ads, and boilerplate, wasting tokens and obscuring the actual content you need to read or analyze. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any URL into readable markdown with clutter, navigation, and ads removed via defuddle parse <url> --md. - Metadata Retrieval: Pull specific page properties like title, description, or domain with the -p flag. - Flexible Output Formats: Choose markdown, JSON (with both HTML and markdown), or raw HTML output. - Use Case: When a user shares a blog post or documentation URL to summarize, run Defuddle instead of WebFetch to get a compact markdown version that consumes far fewer tokens. ## Quick Start Ask the AI to extract the content of a given URL as markdown using Defuddle, for example by saying "use defuddle to read this article" followed by the link.