obsidian-defuddle

Extract clean markdown from web pages using Defuddle CLI.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/glfruit/gorin-skills --skill obsidian-defuddle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-defuddle
Source: https://github.com/glfruit/gorin-skills/tree/main/openclaw/obsidian-defuddle
Command: npx skills add https://github.com/glfruit/gorin-skills --skill obsidian-defuddle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill extracts clean markdown content from web pages, removing clutter, navigation, and ads to reduce token usage in downstream AI tasks.

Core Features & Use Cases

  • Extract markdown from standard HTML articles and blog posts for clean AI-ready content.
  • Preserve essential metadata (title, description, domain) while discarding navigational noise.
  • Use case: convert long articles into concise, token-efficient markdown for knowledge bases or summaries.

Quick Start

Run Defuddle to parse a URL and output markdown suitable for AI processing.

Frequently Asked Questions about obsidian-defuddle

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

FAQPage Schema
How do I extract clean markdown from web pages to save tokens for AI workflows?

Extract clean markdown from web pages by removing clutter, navigation, and ads, which minimizes token usage in downstream AI tasks. This Skill parses standard HTML articles and outputs concise, token-efficient markdown suitable for knowledge bases or summaries.

Does extracting markdown from web content remove navigational noise and ads?

Yes, extracting markdown from web content removes navigational noise and ads. It preserves essential metadata like title, description, and domain while discarding clutter, ensuring the output markdown is clean and optimized for AI processing.

What is the best way to convert long HTML articles into markdown for AI summaries?

The best way to convert long HTML articles into markdown for AI summaries is using a content extraction tool that strips clutter. This approach transforms lengthy articles into concise, token-efficient markdown, improving downstream AI processing efficiency.

Do I need Node.js and Defuddle CLI installed to extract markdown from URLs?

Yes, you need Node.js and Defuddle CLI installed globally to extract markdown from URLs. This Skill relies on the Defuddle CLI to parse standard HTML pages and output markdown using the --md flag for AI-ready content extraction.

Can I use this web content extraction method for non-standard HTML pages?

This web content extraction method is suitable for standard HTML pages like articles and blog posts. It is not designed for non-standard HTML pages, as its core logic targets clean markdown extraction from typical article structures to minimize token usage.

Why does web scraping for AI workflows require clean markdown extraction?

Web scraping for AI workflows requires clean markdown extraction to minimize token usage in downstream tasks. Removing clutter, navigation, and ads ensures that only essential content and metadata are processed, reducing costs and improving AI analysis accuracy.