What problem does it solve? Fetching web pages directly pulls in navigation, ads, and clutter that waste tokens and bury the actual content. This Skill strips that noise and returns clean markdown from any article, blog post, or documentation page. ## Core Features & Use Cases - Clean Content Extraction: Parse any URL into markdown with navigation, ads, and clutter removed via the Defuddle CLI. - Flexible Output Formats: Choose markdown, JSON (with both HTML and markdown), raw HTML, or extract a single metadata property like title, description, or domain. - Use Case: When a user pastes a URL and asks to summarize a blog post, run defuddle parse <url> --md to get a token-efficient markdown version ready for summarization or saving as a note. ## Quick Start Ask the agent to read and summarize the article at a given URL using defuddle instead of a standard web fetch.