defuddle

Extract clean markdown content from web pages using Defuddle CLI.

1|Updated Feb 13, 2021
One-click install
npx skills add https://github.com/driftingly/dotfiles --skill defuddle-driftingly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defuddle
Source: https://github.com/driftingly/dotfiles/tree/main/config/claude/skills/defuddle
Command: npx skills add https://github.com/driftingly/dotfiles --skill defuddle-driftingly

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill extracts clean, readable markdown content from web pages, removing clutter and navigation to save tokens. It's an alternative to WebFetch for standard web pages.

Core Features & Use Cases

  • Markdown Extraction: Extracts clean markdown content from web pages.
  • Token Savings: Removes navigation and ads, reducing token usage.
  • Use Case: When you need to read or analyze a web page, Defuddle can be used to get the main content without the extra noise.

Quick Start

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

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 from a web page while removing ads and navigation?

To extract clean markdown from a web page, this Skill parses the HTML to strip ads and navigation, delivering only the main readable content to save tokens.

What is the best way to save tokens when reading online documentation?

The best way to save tokens with online documentation is extracting the main content as markdown, which strips out unnecessary page navigation and advertisements before processing.

Does extracting web page markdown require installing any specific dependencies?

Yes, extracting web page markdown requires the Defuddle CLI dependency to parse the source HTML and convert the readable content into clean markdown format.

Can I use this markdown extraction as an alternative to WebFetch?

Yes, you can use this markdown extraction Skill as an alternative to WebFetch for standard web pages, providing cleaned content without the extra noise of non-essential page elements.

What types of web pages work best for markdown content extraction?

Markdown content extraction works best for online documentation, articles, and blog posts where the main readable text needs to be isolated from surrounding page clutter.