What problem does it solve? Fetching web pages with standard tools returns raw HTML full of navigation menus, ads, and boilerplate that wastes context tokens and obscures the actual content. This Skill uses the Defuddle CLI to convert articles, documentation, and blog posts into clean, token-efficient markdown. ## Core Features & Use Cases - Clean Markdown Extraction: Parse any URL into markdown with clutter removed via defuddle parse <url> --md. - Metadata Retrieval: Pull page title, description, or author without fetching full content. - File Output: Save extracted markdown directly to a file for later reference. - Use Case: When a user shares a link to a technical article or documentation page, extract only the readable content as markdown instead of loading the entire HTML page into context. ## Quick Start Use the defuddle skill to extract the content of this article URL as clean markdown.