← 返回 Skills 市场
tsekaluk

MinerU PDF Parser

作者 TsekaLuk · GitHub ↗ · v2.1.0
cross-platform ✓ 安全检测通过
421
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mineru-skill
功能描述
Parse PDFs, Word docs, PPTs, and images into clean Markdown using MinerU's VLM engine. Use when: (1) Converting PDF/Word/PPT/image to Markdown, (2) Extractin...
安全使用建议
This skill uploads your documents to mineru.net for parsing — do not use it with confidential or regulated documents unless you trust the service and its privacy policy. Provide only the MINERU_TOKEN (no other credentials required). Note the minor metadata bug in the registry (shows [object Object]) and that the async script currently enumerates only PDFs; if you need DOCX/PPTX images in async mode use the other scripts or confirm behavior. Installing the skill will require installing standard Python packages (requests, aiohttp). Verify output paths (especially cloud/Obsidian paths) before running to avoid accidental writes or syncs.
功能分析
Type: OpenClaw Skill Name: mineru-skill Version: 2.1.0 The OpenClaw AgentSkills bundle for MinerU is benign. All Python scripts (`mineru_async.py`, `mineru_stable.py`, `mineru_v2.py`) consistently implement the stated purpose: uploading user-specified documents to the `https://mineru.net/api/v4` endpoint for parsing and then downloading the processed results. The `SKILL.md` instructions are clear, functional, and do not contain any prompt injection attempts or directives for unauthorized actions. The skill transparently requires an API token and sends user data to a third-party service, which aligns with its described functionality and does not indicate malicious intent from the skill bundle itself.
能力评估
Purpose & Capability
Name/description (convert PDFs/Word/PPT/images to Markdown) aligns with the provided scripts and API usage. The scripts call mineru.net endpoints, accept files, and produce Markdown — functionality matches the stated purpose.
Instruction Scope
SKILL.md instructs the agent to set MINERU_TOKEN and run provided Python scripts, upload files, and save extracted output locally or to an Obsidian path. All referenced operations (reading input files, uploading to mineru.net, downloading/ extracting zip results, writing output) are within the expected scope. Minor inconsistency: scripts/mineru_async.py only enumerates PDF files (glob *.pdf) while SKILL.md claims async version supports all listed formats; this is likely an implementation detail but worth noting.
Install Mechanism
Dependencies are standard PyPI packages (requests, aiohttp) and there is a requirements.txt. No suspicious remote downloads or archive extraction from untrusted URLs are used. This is a typical pip-based installation footprint.
Credentials
The only required credential is MINERU_TOKEN (Bearer API token), which is proportionate for a cloud parsing service. One metadata glitch in the registry shows 'Required env vars: [object Object]' — a UI/metadata bug but not a functional request for additional unrelated secrets.
Persistence & Privilege
Skill is not always-enabled and does not request persistent elevated privileges or modify other skills. It runs only when invoked and only uses the provided token and local filesystem paths for input/output.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mineru-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mineru-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Initial release — convert PDF, Word, PPT, and images to clean Markdown with LaTeX formula preservation, table extraction, multilingual OCR, and batch parallel processing (up to 15 workers) with resume support.
元数据
Slug mineru-skill
版本 2.1.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

MinerU PDF Parser 是什么?

Parse PDFs, Word docs, PPTs, and images into clean Markdown using MinerU's VLM engine. Use when: (1) Converting PDF/Word/PPT/image to Markdown, (2) Extractin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 421 次。

如何安装 MinerU PDF Parser?

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

MinerU PDF Parser 是免费的吗?

是的,MinerU PDF Parser 完全免费(开源免费),可自由下载、安装和使用。

MinerU PDF Parser 支持哪些平台?

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

谁开发了 MinerU PDF Parser?

由 TsekaLuk(@tsekaluk)开发并维护,当前版本 v2.1.0。

💬 留言讨论