What problem does it solve? Fetching web pages with standard tools returns raw HTML full of navigation, ads, and clutter, wasting tokens and making content hard to read. This Skill uses the Defuddle CLI to strip away the noise and return clean markdown from any standard web page. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any URL into readable markdown with the --md flag, removing navigation and ads. - Metadata Retrieval: 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 blog post or documentation URL to summarize, run defuddle parse <url> --md instead of WebFetch to get token-efficient, clutter-free content. ## Quick Start Ask the AI to read and summarize the article at a given URL using defuddle instead of WebFetch.