defuddle

Extract readable markdown content from web pages via Defuddle CLI.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/christhz666/centro-diagnostico-v11 --skill defuddle-christhz666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defuddle
Source: https://github.com/christhz666/centro-diagnostico-v11/tree/main/.skills/defuddle
Command: npx skills add https://github.com/christhz666/centro-diagnostico-v11 --skill defuddle-christhz666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defuddle, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of extracting clean, readable markdown content from web pages, removing clutter and navigation, thus saving tokens.

Core Features & Use Cases

  • Content Extraction: Extracts the main content from web pages, stripping away navigation and ads.
  • Markdown Format: Outputs the content in markdown format, suitable for documentation or analysis.
  • Use Case: When you need to quickly analyze or quote content from a web page without the surrounding clutter.

Quick Start

Use the defuddle skill to extract markdown content from the URL 'https://example.com/page'.

Frequently Asked Questions about defuddle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract markdown from web pages without navigation and ads?

To extract markdown from web pages without ads, you can use a content extraction tool like Defuddle CLI. It isolates the main readable content and strips away clutter, outputting clean markdown text suitable for analysis and saving tokens.

What is the best way to save tokens when analyzing web content?

The best way to save tokens when analyzing web content is to extract the main readable text and format it as markdown. Removing navigation and ads prevents token overhead from full HTML parsing, allowing models to process only the core information.

Do I need Defuddle CLI to extract clean text from a URL?

Yes, you need the Defuddle CLI installed to extract clean text from a URL using this Skill. The CLI processes the web page link, removes non-essential elements, and outputs the formatted markdown content for your documentation or analysis needs.

Does web page analysis work with markdown format for documentation?

Yes, web page analysis works seamlessly with markdown format for documentation. By extracting the primary content and discarding navigation, you receive clean markdown text that integrates directly into documentation files or analytical workflows.

Why does parsing full HTML overhead matter for web content extraction?

Parsing full HTML overhead matters because raw HTML contains navigation and ads that consume unnecessary tokens. Extracting only the readable web content into markdown eliminates this overhead, making subsequent analysis or quoting significantly more efficient.