A local, CPU-based PDF parser that transforms complex documents into AI-ready Markdown and JSON formats.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mineru-pdf-parser-clawdbot-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install mineru-pdf-parser-clawdbot-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The MinerU PDF parser provides a robust solution for developers needing to extract high-fidelity content from PDF documents locally. By utilizing the MinerU engine, this skill ensures that layouts, tables, and images are accurately captured without the need for cloud-based processing. Integrating this tool into your Openclaw Skills library allows for secure, offline document analysis and data preparation for LLMs.
To begin using the skill, run the parse script from the directory:
./scripts/mineru_parse.sh /path/to/file.pdf
For advanced JSON output with images and tables enabled:
./scripts/mineru_parse.sh /path/to/file.pdf --format json --tables --images
The skill organizes extracted data into a structured directory pattern:
| Path | Purpose |
|---|---|
./mineru-output/ |
The default root for all parsed outputs. |
./mineru-output/<basename>/ |
Per-document folder containing all specific extracts. |
<basename>.md |
The primary Markdown representation of the PDF. |
<basename>.json |
Structured data containing metadata and content objects. |
images/ |
Directory containing extracted visual assets if requested. |
Loading
A specialized migration tool for converting OpenClaw cron jobs into deterministic Lobster workflows featuring approval gates and resumable execution.

An advanced financial integration that enables AI agents and developers to interact with Klutch programmable credit cards through a secure GraphQL API.

An advanced browser automation skill designed to bypass aggressive anti-bot protections like Cloudflare and Datadome using stealth-patched browsers.

A comprehensive suite of ImageMagick operations designed to automate complex image manipulation, format conversion, and background removal within AI agent workflows.

A robust orchestration layer for running interactive AI coding agents like Codex, Claude Code, and Gemini via a controlled terminal environment.

A comprehensive integration for Oura Ring that automates health data retrieval, trend analysis, and recovery alerting.








































