defuddle
Installation
SKILL.md
Defuddle
Fetch a web page and turn it into readable markdown with npx defuddle.
Usage
{baseDir}/defuddle.sh <url>
Examples
# Read an article as markdown
{baseDir}/defuddle.sh https://example.com/article
# Save output yourself
{baseDir}/defuddle.sh https://example.com/article > article.md