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 from any standard web page. ## Core Features & Use Cases - Clean Markdown Extraction: Run defuddle parse <url> --md to convert articles, blog posts, and documentation pages into clutter-free markdown. - 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 URL to an online article or documentation page, extract its content as markdown to analyze or summarize it without burning tokens on boilerplate HTML. ## Quick Start Ask the AI to read and summarize the article at a given URL using defuddle instead of WebFetch.