← Back to Skills Marketplace
linbeiganlinniang

Web to Markdown Pro

by QingDi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web2md-pro
Description
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...
README (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)

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web2md-pro
  3. After installation, invoke the skill by name or use /web2md-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: convert any URL to clean Markdown. Batch mode, AI summaries, JSON export. Free and premium tiers.
Metadata
Slug web2md-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.

How do I install Web to Markdown Pro?

Run "/install web2md-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web to Markdown Pro free?

Yes, Web to Markdown Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Web to Markdown Pro support?

Web to Markdown Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web to Markdown Pro?

It is built and maintained by QingDi (@linbeiganlinniang); the current version is v1.0.0.

💬 Comments