url-to-markdown
Installation
SKILL.md
URL to Markdown
Convert URLs to clean Markdown using defuddle.
When to Use
- User provides a list of URLs and asks for Markdown files
- User wants to archive web content for offline reading
- User is preparing LLM context from web sources
- User has a
.txt/.csv/.jsonfile of URLs to process in batch - User wants page-structure maps or stripped output (no images/links)
Don't use for: password-protected pages, JS-heavy SPAs (JSDOM can't render), HTML→HTML conversion.