defuddle
Installation
SKILL.md
Defuddle
The preferred method for reading web content. Returns clean Markdown via the defuddle.md service.
When to use
Use defuddle first for any URL content fetching. It produces cleaner output than WebFetch for most sites because it extracts the main content and strips navigation, ads, and boilerplate.
- Any URL the user asks you to read — articles, blog posts, docs, tweets, forum threads
- Any URL you need to fetch yourself — documentation lookups, reference pages, linked resources
- Only fall back to WebFetch if defuddle returns empty or errors out
How it works
defuddle.md is a public service that extracts the main content from a webpage and returns it as Markdown with YAML frontmatter.
curl -sL "https://defuddle.md/<url>"