name: defuddle-web-cleaner
description: extract clean article content from web pages using defuddle. use when a user provides a url or html and wants the readable article text, markdown version, or structured metadata. helpful for web scraping, research workflows, note taking, obsidian clipping, and converting web pages to markdown.
Extract the main readable content from a web page.
This skill removes unnecessary elements such as:
The result is clean article content.
Default output:
Title
Author
Site
Published date
Markdown article content
Alternative output (JSON):
{
title,
author,
site,
description,
published,
content,
contentMarkdown
}
Input:
https://example.com/blog/ai
Output:
Title: AI is Changing Everything
Author: Jane Smith
Site: Example Blog
Markdown:
Artificial intelligence is transforming industries...
Use this skill when:
共 1 个版本