What problem does it solve? Fetching web pages with standard tools returns raw HTML full of navigation, ads, and clutter, wasting tokens and obscuring the actual content. This Skill uses the Defuddle CLI to strip that noise and return clean, readable markdown. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any URL into markdown with navigation, ads, and boilerplate removed via defuddle parse <url> --md. - Metadata Extraction: Pull specific 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 link to online documentation or a blog post, run Defuddle instead of WebFetch to get a compact markdown version that is cheaper to process and easier to read. ## Quick Start Ask the assistant to read and summarize the article at a given URL using defuddle instead of a standard web fetch.