Download for macOS
Skill

defuddle

@kepano 68k installs Trending #209 on Skills.Sh Updated 2026-06-08

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.

claudeclawdbotclicodexdefuddleobsidianopenclawopencode

Install

git clone https://github.com/kepano/obsidian-skills /tmp/obsidian-skills && ln -s /tmp/obsidian-skills/skills/defuddle ~/.claude/skills/defuddle

From README

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 . If not installed: npm -g defuddle Always use --md for markdown output: Save to file: Extract specific metadata: Output formats | Flag | Format | |------|--------| | --md | Markdown (default choice) | | --json | JSON with both HTML and markdown | | (none) | HTML | | -p | Specific metadata property |