← 返回 Skills 市场
2288
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install mineru-pdf-parser-clawdbot-skill
功能描述
Parse PDFs locally (CPU) into Markdown/JSON using MinerU. Assumes MinerU creates per‑doc output folders; supports table/image extraction.
安全使用建议
This skill appears to do exactly what it claims: call a local MinerU CLI to parse PDFs into Markdown/JSON and write results to a local output folder. Before installing or running: (1) ensure you have a trustworthy MinerU CLI binary installed (the skill will run whatever MINERU_CMD points to), (2) be cautious if you set MINERU_EXTRA_ARGS or override MINERU_CMD — they can change the executed command or inject unexpected arguments, (3) run the skill on non-sensitive PDFs first to confirm output and behavior, and (4) be aware MinerU may use significant CPU and disk (models can be large). No credentials or network endpoints are required by the skill itself.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The `scripts/mineru_parse.sh` script contains a shell injection vulnerability. The `MINERU_EXTRA_ARGS` environment variable is unquoted and word-split (`extra=( ${MINERU_EXTRA_ARGS} )`), and these split arguments are then passed to the `mineru` command. This allows an attacker to inject arbitrary shell commands (e.g., `MINERU_EXTRA_ARGS="; evil_command"`) which would be executed by the shell after the `mineru` command, enabling arbitrary command execution. While the skill itself does not explicitly instruct the agent to perform malicious actions, this risky capability presents a significant security vulnerability.
能力评估
Purpose & Capability
The skill's name/description match its contents: the README, SKILL.md, and the shell script are all focused on invoking a local MinerU CLI to parse PDFs. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run scripts/mineru_parse.sh on a local PDF. The script validates the input file and checks for the MinerU CLI. It does not read or transmit other files or credentials. Note: the script accepts MINERU_EXTRA_ARGS and expands them into the command line (word splitting via shell expansion), so untrusted or user-supplied extra-arg strings could change command behavior — this is a normal tradeoff for CLI wrappers but worth awareness.
Install Mechanism
There is no install spec (instruction-only plus a helper script). Nothing is downloaded or written by the skill itself during install; the skill relies on an externally installed MinerU CLI as documented.
Credentials
The skill declares no required environment variables or credentials. It supports optional env overrides (MINERU_CMD, flag-name overrides, MINERU_EXTRA_ARGS, etc.) which are appropriate for wrapping different MinerU installations. No secret-like variables are requested.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not modify other skills or system-wide configuration. It does not request elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mineru-pdf-parser-clawdbot-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/mineru-pdf-parser-clawdbot-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mineru-pdf skill.
- Parse PDFs locally using MinerU (CPU) with support for Markdown and JSON output.
- Optional extraction of tables and images when specified.
- Assumes per-document output folders created by MinerU.
- Provides simple command-line usage with customizable output format and options.
- Batch processing is not enabled by default; only implement upon request.
元数据
常见问题
MinerU PDF Parser Clawdbot Skill 是什么?
Parse PDFs locally (CPU) into Markdown/JSON using MinerU. Assumes MinerU creates per‑doc output folders; supports table/image extraction. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2288 次。
如何安装 MinerU PDF Parser Clawdbot Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mineru-pdf-parser-clawdbot-skill」即可一键安装,无需额外配置。
MinerU PDF Parser Clawdbot Skill 是免费的吗?
是的,MinerU PDF Parser Clawdbot Skill 完全免费(开源免费),可自由下载、安装和使用。
MinerU PDF Parser Clawdbot Skill 支持哪些平台?
MinerU PDF Parser Clawdbot Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MinerU PDF Parser Clawdbot Skill?
由 kesslerio(@kesslerio)开发并维护,当前版本 v1.0.0。
推荐 Skills