openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Mineru Pdf Parser

使用 MinerU API 将 PDF 解析为 Markdown,支持公式、表格、OCR。提供本地文件和在线 URL 两种解析方式。触发条件:(1) 用户说"解析 PDF [路径]",(2) 用户说"将 PDF 转为 Markdown",(3) 在 paper-workflow 中自动调用。使用场景:学术论文解析...

媒体与内容

作者:ZxYz @Alex-ZxYz

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v3.0.3

统计:⭐ 1 · 201 · 1 current installs · 1 all-time installs

1

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :良性

Package:alex-zxyz/mineru-pdf-parser

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, instructions, and required token align with its stated purpose (uploading PDFs to MinerU and returning parsed results); it does not request unrelated credentials or install arbitrary third-party code, but it will transmit your MINERU_TOKEN and PDFs to mineru.net so only install if you trust that service.

目的

Name and description match the code and SKILL.md: the package uploads local files or URLs to MinerU (https://mineru.net) and polls for parsed results. Required env var (MINERU_TOKEN) is appropriate for authenticating to MinerU. No unrelated services, binaries, or credentials are requested.

说明范围

SKILL.md explicitly instructs setting MINERU_TOKEN and installing requests, and warns that the token and files will be sent to https://mineru.net — this is transparent and consistent with the code. Minor inconsistency: SKILL.md states parsed results are saved to ~/.openclaw/MinerU_Results/, but the visible download() implementation defaults to a local 'result' directory (the file also defines BASE_DIR = ~/.openclaw/MinerU_Results which may be …

安装机制

No automated install spec is present (instruction-only), aside from recommending 'pip install requests'. No downloads from unknown URLs and no archive extraction into the system are performed by the skill itself. This is low-risk for install-time code execution.

证书

Only one environment variable (MINERU_TOKEN) is required and documented. That token is necessary for the MinerU API and the skill clearly documents that it will be sent to mineru.net. No other secrets or unrelated env vars are requested.

持久

always is false and the skill does not request to modify other skills or system-wide configuration. It writes results to local disk (expected for a parser) but does not request elevated privileges or permanent platform presence.

综合结论

This skill is coherent with its described purpose, but it will upload your PDF files and your MINERU_TOKEN to mineru.net. Only proceed if you trust MinerU's service and privacy policy. Before installing: (1) review the included mineru_api.py yourself (it is the active code that will run); (2) consider creating a scoped API token you can revoke; (3) verify where results are saved on disk (SKILL.md and code show slightly different defaults); and…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Mineru Pdf Parser」。简介:使用 MinerU API 将 PDF 解析为 Markdown,支持公式、表格、OCR。提供本地文件和在线 URL 两种解析方式。触发条件:(1) 用户说"…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alex-zxyz/mineru-pdf-parser/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。