What problem does it solve? Fetching raw web pages returns cluttered HTML full of navigation, ads, and boilerplate that wastes tokens and obscures the actual content. This Skill uses the Defuddle CLI to strip away that clutter and return clean, readable markdown from any standard web page. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any URL into markdown with navigation, ads, and clutter removed, reducing token usage compared to raw HTML fetches. - Metadata Retrieval: Pull specific page properties like title, description, and domain without downloading full content. - Flexible Output Formats: Choose markdown, JSON, or HTML output, and save results directly to a file. - Use Case: When a user shares a link to online documentation, a blog post, or an article, run defuddle parse <url> --md to get the readable content instead of using WebFetch on the raw page. ## Quick Start Use the defuddle skill to extract the article content from this URL as markdown: https://example.com/blog-post.