What problem does it solve? Fetching raw web pages returns navigation menus, ads, and boilerplate clutter that waste tokens and obscure the actual content. This Skill extracts only the readable article body as clean markdown, making web content cheaper and easier to analyze. ## Core Features & Use Cases - Clean Markdown Extraction: Run defuddle parse <url> --md to strip clutter and output readable markdown from any standard web page. - Metadata Retrieval: Pull specific properties like title, description, or domain with the -p flag. - Flexible Output Formats: Choose markdown, JSON, or HTML output, and save results directly to a file with -o. - Use Case: When a user shares a blog post or documentation URL to summarize, use Defuddle instead of WebFetch to get a compact, token-efficient version of the page content. ## Quick Start Use the defuddle skill to extract the article content from this URL as markdown and summarize it for me.