← 返回 Skills 市场
josephxie1

web-to-markdown

作者 josephxie1 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
326
总下载
1
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install web-to-markdown
功能描述
网页内容抓取与图片提取技能。支持:(1) 将网页转换为 Markdown 格式阅读 (2) 从任意网站提取图片 URL (3) 批量下载网页图片。当需要抓取网页内容、读取文章、提取或下载网站图片时使用此技能。支持 markdown.new、defuddle.md、r.jina.ai 等转换服务,自动降级确保成功。...
安全使用建议
This skill appears to implement the advertised scraping and image‑downloading features, but note two issues before installing: (1) the scripts require the third‑party Python package 'requests' (and scrape.py needs 'scrapling') despite a claim they only use the standard library — install those packages or the scripts will fail; (2) the tool sends page URLs/content to external conversion/fetch services (r.jina.ai, markdown.new, defuddle.md) — any content you fetch will be visible to those services, so avoid scraping sensitive/internal URLs. Also review and confirm the output directory (~/.openclaw/images) is acceptable, and be mindful of site terms and server load when bulk downloading.
功能分析
Type: OpenClaw Skill Name: web-to-markdown Version: 1.0.0 The skill bundle provides legitimate web scraping and image extraction functionality using a combination of third-party conversion services (like r.jina.ai) and local Python scripts (download_images.py, extract_images.py, scrape.py). The code uses standard libraries like requests and scrapling to fetch and process web content, with no evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match the included scripts and instructions: converting pages to Markdown and extracting/downloading images. However, SKILL.md incorrectly states that extract_images.py and download_images.py use only the Python standard library, while both scripts import the third‑party 'requests' package (and scrape.py requires 'scrapling'). This is an incoherence between claimed dependencies and actual requirements.
Instruction Scope
Instructions are narrowly scoped to web scraping, URL extraction, and downloading images. They explicitly instruct using external conversion services (markdown.new, defuddle.md, r.jina.ai). This means page URLs and page contents will be sent to those remote services — a privacy/ data‑sharing implication that is declared but should be highlighted to users. The scripts write files to a default local directory (~/.openclaw/images), which is expected for a downloader.
Install Mechanism
There is no install spec (instruction-only), so nothing is auto-downloaded/installed by the platform. The included scripts, however, depend on third‑party Python packages: 'requests' (used by extract_images.py and download_images.py) and 'scrapling' (required by scrape.py). SKILL.md partly documents scrapling installation but incorrectly claims the first two scripts need only the standard library. This mismatch could cause runtime failures and surprises for users.
Credentials
The skill requests no environment variables or credentials and does not access system config paths beyond creating a per‑user output directory. There are no undeclared credential requirements.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent/privileged presence or modify other skill configurations. It only writes files to its output directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-to-markdown
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-to-markdown 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of web-to-markdown skill. - Convert any web page to clean Markdown for easier reading. - Extract all image URLs from any website with simple commands or scripts. - Batch-download images from web pages, with options for file type, size, and destination folder. - Supports multiple conversion services (markdown.new, defuddle.md, r.jina.ai) with automatic fallback for reliability. - Special handling for sites like Pinterest; works with dynamic and lazy-loaded images.
元数据
Slug web-to-markdown
版本 1.0.0
许可证
累计安装 6
当前安装数 6
历史版本数 1
常见问题

web-to-markdown 是什么?

网页内容抓取与图片提取技能。支持:(1) 将网页转换为 Markdown 格式阅读 (2) 从任意网站提取图片 URL (3) 批量下载网页图片。当需要抓取网页内容、读取文章、提取或下载网站图片时使用此技能。支持 markdown.new、defuddle.md、r.jina.ai 等转换服务,自动降级确保成功。... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 326 次。

如何安装 web-to-markdown?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-to-markdown」即可一键安装,无需额外配置。

web-to-markdown 是免费的吗?

是的,web-to-markdown 完全免费(开源免费),可自由下载、安装和使用。

web-to-markdown 支持哪些平台?

web-to-markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 web-to-markdown?

由 josephxie1(@josephxie1)开发并维护,当前版本 v1.0.0。

💬 留言讨论