defuddle
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.
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 |
More from this repo
obsidian-markdown
Used to create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other...
json-canvas
Used to create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections.
obsidian-bases
Used to create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries.
