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. This Skill uses the Defuddle CLI to strip clutter and return clean markdown from any URL. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any web page into readable markdown with the --md flag, removing navigation and ads. - Metadata Retrieval: Extract 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 analyze, run defuddle parse <url> --md instead of WebFetch to get token-efficient, readable content. ## Quick Start Ask the AI to read and summarize the article at a given URL using defuddle instead of WebFetch.