← 返回 Skills 市场
144
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mineru-agent
功能描述
用 MinerU Agent 轻量解析 API 将 PDF/Word/PPT/Excel/图片解析为 Markdown,无需 Token,IP 限频。适用于文档解析、表格提取、OCR 识别。
安全使用建议
This skill appears to do what it says: it uploads documents to mineru.net and returns Markdown. Before installing/using it, consider: (1) Privacy: any file you submit will be sent to mineru.net and then to the OSS URL the service provides—do not upload sensitive or confidential documents unless you trust MinerU and have reviewed its privacy policy. (2) Dependencies: ensure the runtime has Python 3 and the 'requests' package. (3) Test with non-sensitive files first to confirm behavior and confirm where uploaded files are stored (the service returns the upload URL). (4) Note the documented limits (10MB, 20 pages) and IP rate-limiting. If you need offline or self-hosted document parsing for sensitive data, prefer a local solution instead of this remote API.
功能分析
Type: OpenClaw Skill
Name: mineru-agent
Version: 1.0.0
The skill is a legitimate document parsing tool that interfaces with the MinerU API (mineru.net) to convert various file formats (PDF, Word, PPT, etc.) to Markdown. The Python script (scripts/mineru_parse.py) implements standard file upload and polling logic using the requests library, and its behavior strictly aligns with the functionality described in SKILL.md. No evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description (document→Markdown parsing) matches the included code and SKILL.md. The Python script implements URL-based and file-upload-based parsing against https://mineru.net/api/v1/agent, which is exactly the stated purpose. Minor note: the script depends on Python and the 'requests' library, but the registry metadata did not explicitly declare these runtime dependencies.
Instruction Scope
Runtime instructions and the script are narrowly scoped to submitting documents (either by URL or uploading local files) to MinerU, polling for results, and returning Markdown. They do not attempt to read unrelated system files or environment variables. Important privacy implication: the instructions explicitly upload user files and download parsed Markdown from external URLs—expected for this purpose but potentially sensitive.
Install Mechanism
No install spec is provided (instruction-only plus a Python script). Nothing is downloaded from arbitrary URLs and no extract/install actions are defined. This lowers installation risk. The only operational requirement is that the agent environment has Python and the 'requests' package available.
Credentials
The skill requests no environment variables or credentials, which is proportionate. It does, however, transmit user files over the network to an external service (mineru.net) and to whatever OSS upload URL the service returns—this is necessary for the stated purpose but has privacy/egress implications.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or modify other skills. It runs only when invoked (user-invocable/autonomous invocation allowed by default).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mineru-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/mineru-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with lightweight API for parsing documents to Markdown; no token required.
- Added support for PDF, Word, PPT, Excel, and multiple image formats.
- Introduced CLI utility script (`mineru_parse.py`) for both URL and local file parsing.
- API features lightweight agent endpoint with IP rate limiting instead of token authentication.
- Supports language selection, page range (PDF), and Markdown output.
- Clearly documented usage, API flow, supported formats, and error codes.
元数据
常见问题
mineru-agent-free 是什么?
用 MinerU Agent 轻量解析 API 将 PDF/Word/PPT/Excel/图片解析为 Markdown,无需 Token,IP 限频。适用于文档解析、表格提取、OCR 识别。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 mineru-agent-free?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mineru-agent」即可一键安装,无需额外配置。
mineru-agent-free 是免费的吗?
是的,mineru-agent-free 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mineru-agent-free 支持哪些平台?
mineru-agent-free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mineru-agent-free?
由 haxck(@haxck)开发并维护,当前版本 v1.0.0。
推荐 Skills