What problem does it solve? Fetching web pages with standard tools returns cluttered HTML full of navigation, ads, and boilerplate, wasting tokens and obscuring the actual content. This Skill uses the Defuddle CLI to strip away clutter and return clean, readable markdown from any standard web page. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any URL into markdown with navigation, ads, and clutter removed, reducing token usage compared to raw HTML fetches. - Metadata Extraction: Pull specific page properties like title, description, and domain without downloading full content. - Multiple Output Formats: Choose between markdown, JSON (with both HTML and markdown), or raw HTML output. - Use Case: When a user shares a link to online documentation, a blog post, or an article, use this Skill instead of WebFetch to get a token-efficient, readable version of the page content. ## Quick Start Use defuddle to extract the content of this URL as markdown: https://example.com/article.