Install
openclaw skills install @potatosolo/pdf-batch-processing-toolBatch process PDF files - merge multiple PDFs, split PDF into multiple files, rotate pages, extract text, extract images, compress PDFs. Use when you need to process multiple PDF files in bulk.
openclaw skills install @potatosolo/pdf-batch-processing-toolBatch process multiple PDF files with common operations. No need for expensive online services - process locally, keep your data private.
python scripts/merge_pdfs.py --output combined.pdf file1.pdf file2.pdf file3.pdf
python scripts/split_pdfs.py --input document.pdf --output output-folder/ --mode pages
python scripts/extract_text.py --input ./pdfs/ --output ./text/
python scripts/rotate_pdf.py --input input.pdf --output output.pdf --degrees 90
pip install pypdf pillow
✅ Use when:
❌ Don't use when: