/install pymupdf-pdf-parser-clawdbot-skill
PyMuPDF PDF
Overview
Parse PDFs locally using PyMuPDF for fast, lightweight extraction into Markdown by default, with optional JSON and image/table outputs in a per-document directory.
Prereqs / when to read references
If you hit import errors (PyMuPDF not installed) or Nix libstdc++ issues, read:
references/pymupdf-notes.md
Quick start (single PDF)
# Run from the skill directory
./scripts/pymupdf_parse.py /path/to/file.pdf \
--format md \
--outroot ./pymupdf-output
Options
--format md|json|both(default:md)--imagesto extract images--tablesto extract a simple line-based table JSON (quick/rough)--outroot DIRto change output root--langadds a language hint into JSON output metadata
Output conventions
- Create
./pymupdf-output/\x3Cpdf-basename>/by default. - Markdown output:
output.md - JSON output:
output.json(includeslang) - Images:
images/subdir - Tables:
tables.json(rough line-based)
Notes
- PyMuPDF is fast but less robust on complex PDFs.
- For more robust parsing, use a heavy-duty OCR parser (e.g., MinerU) if installed.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pymupdf-pdf-parser-clawdbot-skill - After installation, invoke the skill by name or use
/pymupdf-pdf-parser-clawdbot-skill - Provide required inputs per the skill's parameter spec and get structured output
What is PyMuPDF PDF Parser Clawdbot Skill?
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders. It is an AI Agent Skill for Claude Code / OpenClaw, with 5382 downloads so far.
How do I install PyMuPDF PDF Parser Clawdbot Skill?
Run "/install pymupdf-pdf-parser-clawdbot-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PyMuPDF PDF Parser Clawdbot Skill free?
Yes, PyMuPDF PDF Parser Clawdbot Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PyMuPDF PDF Parser Clawdbot Skill support?
PyMuPDF PDF Parser Clawdbot Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PyMuPDF PDF Parser Clawdbot Skill?
It is built and maintained by kesslerio (@kesslerio); the current version is v1.0.0.