技能 编程开发 Defuddle 网页提取

Defuddle 网页提取

v20260402
defuddle
Defuddle CLI 将普通网页提取为清爽的 Markdown 内容,自动剔除导航和广告,便于分析文档、文章或博客内容,节省 tokens,适用于非 .md 的标准页面。
获取技能
324 次下载
概览

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 usage.

If not installed: npm install -g defuddle

Usage

Always use --md for markdown output:

defuddle parse <url> --md

Save to file:

defuddle parse <url> --md -o content.md

Extract specific metadata:

defuddle parse <url> -p title
defuddle parse <url> -p description
defuddle parse <url> -p domain

Output formats

Flag Format
--md Markdown (default choice)
--json JSON with both HTML and markdown
(none) HTML
-p <name> Specific metadata property
信息
Category 编程开发
Name defuddle
版本 v20260402
大小 1.1KB
更新时间 2026-04-04
语言