/install web2md-pro
Web to Markdown
Extract clean article content from any URL and convert it to readable Markdown.
Quick Start
web2md https://example.com/article
web2md https://example.com/article -o article.md
web2md https://example.com/article --summary
Installation
pip install web2md
Common Patterns
Save an article the user shared
web2md \x3Curl> -o ~/Documents/reading/\x3Cslug>.md
Extract with AI summary (needs Ollama running)
web2md \x3Curl> --summary --ai -o article.md
Batch convert a reading list
web2md urls.txt --batch -d output/
How It Works
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.
What It's Good For
- Saving articles for offline reading
- Extracting content for LLM context
- Archiving blog posts and news articles
- Building a personal knowledge base from web content
- Research: batch-convert sources to Markdown
Limits (Free Tier)
- Single URL at a time
- No image download
- No AI summarization (heuristic fallback only)
For batch mode, image download, and AI features: \x3Chttps://web2md.dev> (paid CLI, $19)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web2md-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/web2md-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Web to Markdown Pro 是什么?
Convert 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 U... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Web to Markdown Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web2md-pro」即可一键安装,无需额外配置。
Web to Markdown Pro 是免费的吗?
是的,Web to Markdown Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web to Markdown Pro 支持哪些平台?
Web to Markdown Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web to Markdown Pro?
由 QingDi(@linbeiganlinniang)开发并维护,当前版本 v1.0.0。