← 返回 Skills 市场
170
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install html-markdown
功能描述
Convert HTML to Markdown using MinerU's document processing engine. Transforms HTML pages and files into clean, readable Markdown format. Features: HTML to M...
使用说明 (SKILL.md)
HTML Markdown
Convert HTML files to clean Markdown using MinerU. For local HTML files use extract; for live web pages use crawl.
Install
npm install -g mineru-open-api
# or via Go (macOS/Linux):
go install github.com/opendatalab/MinerU-Ecosystem/cli/mineru-open-api@latest
Quick Start
# Convert local HTML file to Markdown (requires token)
mineru-open-api extract page.html -o ./out/
# Convert remote HTML file to Markdown (requires token)
mineru-open-api extract https://example.com/doc.html -o ./out/
# Convert live web page to Markdown via crawl (requires token)
mineru-open-api crawl https://example.com/article -o ./out/
Authentication
Token required:
mineru-open-api auth # Interactive token setup
export MINERU_TOKEN="your-token" # Or via environment variable
Create token at: https://mineru.net/apiManage/token
Capabilities
- Supported input: local .html file or HTTP/HTTPS URL
- Local
.htmlfile: useextract(token required) - Live web page URL: use
crawl(token required) - HTML is NOT supported by
flash-extract - Language hint with
--language(default:ch, useenfor English)
Notes
- HTML input always requires token (no
flash-extractsupport) - For live web pages with JavaScript rendering, prefer
crawl - Output goes to stdout by default; use
-o \x3Cdir>to save to a file or directory - All progress/status messages go to stderr; document content goes to stdout
- MinerU is open-source by OpenDataLab (Shanghai AI Lab): https://github.com/opendatalab/MinerU
安全使用建议
This skill appears coherent: it calls the MinerU CLI and needs only MINERU_TOKEN. Before installing, verify the npm package and GitHub repo (https://github.com/opendatalab/MinerU-Ecosystem) to ensure you trust the upstream code. Treat MINERU_TOKEN like any secret: do not reuse high-privilege tokens, restrict its scope if possible, and run the CLI in a controlled environment when processing untrusted HTML. If you cannot or will not install third-party binaries, do not grant the skill access to an environment where mineru-open-api is available.
功能分析
Type: OpenClaw Skill
Name: html-markdown
Version: 0.4.0
The html-markdown skill is a legitimate wrapper for the MinerU document processing engine (OpenDataLab/Shanghai AI Lab). It facilitates HTML-to-Markdown conversion using the 'mineru-open-api' CLI tool. The SKILL.md file provides standard usage instructions, authentication requirements (MINERU_TOKEN), and installation steps via npm or Go that align with the official MinerU ecosystem. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description match the requested artifacts: the skill requires the mineru-open-api binary and a MINERU_TOKEN, both of which are expected for a CLI that calls MinerU's service.
Instruction Scope
SKILL.md instructs the agent to run mineru-open-api extract/crawl and to set MINERU_TOKEN. It does not request other environment variables, read unrelated system files, or send data to unexpected endpoints beyond MinerU's service.
Install Mechanism
Installers are npm (mineru-open-api) and a go install from a GitHub repo — common and traceable mechanisms. As with any third-party package, installing a global npm package or go binary executes upstream code; review the npm package and GitHub repo before installing.
Credentials
Only MINERU_TOKEN is required and declared as the primary credential. That is proportionate for a hosted document-processing API. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes. It is an instruction-only skill that invokes an external CLI at runtime.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install html-markdown - 安装完成后,直接呼叫该 Skill 的名称或使用
/html-markdown触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
SEO: expand description for better ClawHub vector search discovery
v0.3.0
Rollback to original version
v0.2.0
SEO optimization v0.2.0
v1.0.1
Fix: declare MINERU_TOKEN credential in metadata
v1.0.0
HTML to Markdown - convert local HTML files or web pages to clean Markdown using MinerU. Use html-ex
元数据
常见问题
HTML Markdown 是什么?
Convert HTML to Markdown using MinerU's document processing engine. Transforms HTML pages and files into clean, readable Markdown format. Features: HTML to M... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。
如何安装 HTML Markdown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install html-markdown」即可一键安装,无需额外配置。
HTML Markdown 是免费的吗?
是的,HTML Markdown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HTML Markdown 支持哪些平台?
HTML Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HTML Markdown?
由 mzlzyCA(@mzlzyca)开发并维护,当前版本 v0.4.0。
推荐 Skills