What problem does it solve? Fetching web pages directly returns cluttered HTML full of navigation, ads, and boilerplate that wastes context tokens and obscures the actual content. This Skill extracts only the readable article body as clean markdown. ## Core Features & Use Cases - Clean Markdown Extraction: Run defuddle parse <url> --md to strip clutter and get readable markdown from any standard web page. - Metadata Extraction: 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 or analyze, use Defuddle instead of WebFetch to reduce token usage and get cleaner content. Do not use it for URLs ending in .md, which are already markdown. ## Quick Start Use defuddle to extract the article content from this URL as markdown: https://example.com/blog-post.