defuddle

Extract clean markdown content and metadata from web pages using Defuddle CLI.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/woosul/wikey --skill defuddle-woosul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defuddle
Source: https://github.com/woosul/wikey/tree/main/.claude/skills/defuddle
Command: npx skills add https://github.com/woosul/wikey --skill defuddle-woosul

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Extracts clean markdown content from web pages to save tokens and provide a more focused reading experience. Removes navigation, ads, and clutter.

Core Features & Use Cases

  • Web Page Parsing: Extracts clean markdown content from any standard web page.
  • Metadata Extraction: Provides metadata like title, description, and domain.
  • Use Case: Ideal for analyzing online documentation, articles, or blog posts when the user provides a URL.

Quick Start

Run the command 'defuddle parse <url> --md' to extract markdown content from a web page.

Frequently Asked Questions about defuddle

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

FAQPage Schema
How do I extract clean markdown content from web pages for analysis?

You can extract clean markdown content from web pages by using the Defuddle CLI to remove clutter and navigation. This provides a focused reading experience and optimizes token usage for analysis.

What is the best way to remove ads and navigation when parsing web content?

Removing ads and navigation when parsing web content is best handled by extracting only the main markdown text. This approach strips out clutter, leaving focused content and metadata like title and domain.

Can I extract page metadata like title and domain alongside markdown content?

Yes, you can extract page metadata like title and domain alongside markdown content. The extraction process automatically provides this descriptive metadata while stripping out unnecessary page clutter.

How do I parse online documentation and articles to save tokens?

To parse online documentation and articles to save tokens, extract the clean markdown content from the URLs. This removes irrelevant elements, significantly reducing token usage during subsequent analysis.

Do I need the Defuddle CLI tool to extract markdown from URLs?

Yes, you need the Defuddle CLI tool installed to extract markdown from URLs. The extraction requires running the command 'defuddle parse <url> --md' to retrieve the clean content.