Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Render PDF pages to images, extract embedded images, annotate PDFs, and perform advanced PDF inspection using pymupdf (fitz). Use for tasks such as exporting...
Render PDF pages to images, extract embedded images, annotate PDFs, and perform advanced PDF inspection using pymupdf (fitz). Use for tasks such as exporting...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use scripts/pymupdf_cli.py for deterministic pymupdf operations instead of ad-hoc fitz snippets.
Confirm the PDF file path is accessible locally. Run the desired command (export-images, extract-images, info). Inspect the output directory or stdout.
Export pages as images: python scripts/pymupdf_cli.py export-images --input <file.pdf> --output-dir <dir/> Override format: --format png (default), jpg, or ppm. Override resolution: --dpi 300 (default: 150). Restrict to specific pages: --pages 0 1 2. Extract images embedded inside a PDF: python scripts/pymupdf_cli.py extract-images --input <file.pdf> --output-dir <dir/> Optionally restrict to specific pages: --pages 0 1 2. Inspect page dimensions and basic document info: python scripts/pymupdf_cli.py info --input <file.pdf>
Pages are always 0-indexed in all commands. export-images renders each page as a raster image at the specified DPI. extract-images saves raw image streams embedded in the PDF (e.g. photos, logos); output filenames include page index and image index. Install dependency if missing: pip install pymupdf. For text extraction, splitting, merging, or rotating PDFs, use the pypdf skill instead.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.