One-click install
npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill defuddle-oguzhanguvenkaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defuddle
Source: https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations/tree/main/skills/defuddle
Command: npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill defuddle-oguzhanguvenkaya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defuddle helps users extract clean Markdown content from noisy web pages by stripping navigation, ads, and clutter, saving tokens when reading or analyzing online content such as documentation, articles, or blog posts.

Core Features & Use Cases

  • Strips navigation, ads, and clutter from web pages to produce clean Markdown.
  • Outputs Markdown that can be easily read, stored, or processed downstream.
  • Use Case: Summarize long online articles or documentation by extracting the main content into Markdown for quick review.

Quick Start

Install Defuddle and run defuddle parse <url> --md to obtain clean, token-efficient Markdown content.

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 webpage?

To extract clean markdown from a webpage, run the Defuddle CLI tool with the parse command and the --md option on your target URL. This strips away navigation and ads to output readable markdown content.

What is the best way to reduce token usage when analyzing web content?

Reducing token usage when analyzing web content is achieved by stripping clutter like ads and navigation. Defuddle processes online articles into clean markdown, ensuring only the main readable text remains for downstream analysis.

Can I extract specific metadata from online documentation using a CLI tool?

Yes, you can extract specific metadata from online documentation using the Defuddle CLI tool. Alongside the standard markdown extraction, it supports optional metadata extraction to isolate specific page details.

How do I save extracted markdown content to a file?

To save extracted markdown content to a file, use optional output redirection when running the Defuddle parse command. This allows you to directly store the clean markdown output locally for later review.

Does web content cleanup work on standard web pages and blog posts?

Web content cleanup works effectively on standard web pages, blog posts, and online documentation. Defuddle removes site clutter and ads, transforming noisy HTML pages into clean markdown for reading or processing.

Why should I convert web pages to markdown instead of using raw HTML?

Converting web pages to markdown instead of using raw HTML removes unnecessary tags and page clutter. This reduces token consumption and improves text readability for summarization or downstream processing.