Install
openclaw skills install web2md-proConvert any URL to clean, readable Markdown. Use when the user wants to save a web article as Markdown, extract clean content from a webpage, batch-convert URLs to Markdown files, or add AI summaries to web articles. Triggers on requests like "convert this to markdown", "save this article", "extract content from URL", "web to md", or when processing web reading lists.
openclaw skills install web2md-proExtract clean article content from any URL and convert it to readable Markdown.
web2md https://example.com/article
web2md https://example.com/article -o article.md
web2md https://example.com/article --summary
pip install web2md
web2md <url> -o ~/Documents/reading/<slug>.md
web2md <url> --summary --ai -o article.md
web2md urls.txt --batch -d output/
web2md uses readability-lxml to extract the main article content (stripping ads, nav, sidebars) and markdownify to convert the HTML to clean Markdown. It preserves headings, links, lists, and text formatting while removing clutter.
For batch mode, image download, and AI features: https://web2md.dev (paid CLI, $19)