# defuddle

> Claude/Codex skill by [@kepano](https://omgskills.com/library/kepano/index.md) · 45k stars · 68k installs · 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.

Tags: claude, clawdbot, cli, codex, defuddle, obsidian, openclaw, opencode, skills

## Install

```sh
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 |

## Links

- HTML page: https://omgskills.com/skills/kepano/obsidian-skills/defuddle/
- GitHub: https://github.com/kepano/obsidian-skills
- Author: [@kepano](https://omgskills.com/library/kepano/index.md)

## More from this repo

- [obsidian-markdown](https://omgskills.com/skills/kepano/obsidian-skills/obsidian-markdown/index.md) — Used to create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other...
   - [@kepano](https://omgskills.com/library/kepano/index.md) · 48k stars
- [json-canvas](https://omgskills.com/skills/kepano/obsidian-skills/json-canvas/index.md) — Used to create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections.
   - [@kepano](https://omgskills.com/library/kepano/index.md) · 44k stars
- [obsidian-bases](https://omgskills.com/skills/kepano/obsidian-skills/obsidian-bases/index.md) — Used to create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries.
   - [@kepano](https://omgskills.com/library/kepano/index.md) · 44k stars
