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-cli
Always use --md for markdown output:
Save to file:
Extract specific metadata:
| Flag | Format |
|---|---|
| --md | Markdown (default choice) |
| --json | JSON with both HTML and markdown |
| (none) | HTML |
| -p <name> | Specific metadata property |
| -o <path> | Save output to file |
Derived from kepano/obsidian-skills (MIT, Copyright (c) 2026 Steph Ango). Modified in this repo; the upstream licence is included as LICENSE.