← 返回 Skills 市场
linbeiganlinniang

Web to Markdown Pro

作者 QingDi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web2md-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...
使用说明 (SKILL.md)

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)

安全使用建议
This appears safe to use for converting web pages to Markdown, provided you trust the external web2md package before installing it. Review the URLs and output paths the agent will use, and avoid batch-processing untrusted lists without checking where files will be saved.
功能分析
Type: OpenClaw Skill Name: web2md-pro Version: 1.0.0 The skill bundle consists of metadata and documentation (SKILL.md) for a utility that converts web pages to Markdown. It describes standard CLI usage, installation via pip, and legitimate dependencies like readability-lxml. There is no evidence of malicious code, prompt injection, or unauthorized data access.
能力评估
Purpose & Capability
The stated purpose and examples are coherent: converting user-supplied web pages or reading lists into Markdown, with limits for paid features disclosed in the document.
Instruction Scope
The skill documents CLI commands that fetch URLs and write Markdown files; this is purpose-aligned but should remain user-directed because URLs and output paths affect network access and local files.
Install Mechanism
Registry metadata has no install spec or required binary, while SKILL.md tells the user to install an external package with pip. This is not suspicious by itself, but the package implementation was not included for review.
Credentials
Network fetching and local file output are proportionate for a web-to-Markdown converter. No credentials, privileged paths, or background services are requested in the artifacts.
Persistence & Privilege
The artifacts show only user-directed output files and no persistent background process, privilege escalation, credential use, or automatic long-running behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web2md-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web2md-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: convert any URL to clean Markdown. Batch mode, AI summaries, JSON export. Free and premium tiers.
元数据
Slug web2md-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论