defuddle
Installation
Summary
Extract clean markdown from web pages, removing clutter and navigation to minimize token usage.
- Converts web page content to readable markdown using the
--mdflag, stripping ads, navigation, and boilerplate - Supports output to file with
-oflag and extraction of specific metadata properties (title, description, domain) via-p - Offers multiple output formats: markdown, JSON with both HTML and markdown versions, or raw HTML
- Preferred alternative to WebFetch for standard web pages, documentation, articles, and blog posts where token efficiency matters
SKILL.md
Defuddle
Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage.
If not installed: npm install -g defuddle
Usage
Always use --md for markdown output:
defuddle parse <url> --md
Save to file:
defuddle parse <url> --md -o content.md
Explore more of GLSRM
