Defuddle Web Extractor Skill
Claude Code skill wrapping the defuddle CLI to extract clean article content from web pages. Removes ads, sidebars, and clutter, outputting Markdown or JSON. Reduces token usage by 50-80% vs raw WebFetch. 92 stars.
- Extract clean article text from web pages without clutter
- Save tokens by stripping ads and sidebars before analysis
- Convert web pages to clean markdown for research workflows
Web content extraction is foundational to research and analysis workflows. A simple, well-maintained wrapper around the established defuddle library provides reliable content extraction without building custom scrapers.
Researchers and content analysts who need clean article text from arbitrary web pages as part of Claude-assisted research workflows.
https://www.npmjs.com/package/defuddle-skill
By joeseesun
How to Get It
npx defuddle-skill
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
Trust Signals Source Reviewed
Data & Access
Community Pulse Emerging
Discussed on Reddit
- [PRO TIP] Ditch WebFetch by linking Claude with Obsidian and Defuddle to store a — Reddit · 28 pts
- [SKILL] Store articles, papers, podcasts, youtube as Markdown in Obsidian and sa — Reddit · 2 pts
2 mentions across 1 sources
Reviewer notes
Source Reviewed review. These are observations, not a security certification.
Wraps established defuddle tool by @kepano. Clear use case. GitHub repo linked, 24 weekly downloads, recently updated. Low risk for a read-only content extraction tool.
Fetches and parses external web content. XSS risk low due to extraction-only design. No credential handling. Individual developer maintainer.
2026-04-02: LIMITATION: Depends on external defuddle binary. Won't work in clean environments without pre-install. May fail on JavaScript-heavy SPAs.
Things to check
- Single maintainer. Consider the risk if this person stops maintaining the project.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
Wraps established defuddle tool by @kepano. Clear use case. GitHub repo linked, 24 weekly downloads, recently updated. Low risk for a read-only content extraction tool.