Pdf Power
/install pdf-power
PDF Power 🦁
Complete PDF toolkit. Extract text, merge documents, split pages, compress files, convert formats, add watermarks, and protect with passwords.
Dependencies
The skill uses Python with pypdf + PyMuPDF (fitz). Install on first use:
pip install pypdf PyMuPDF Pillow
Operations
📄 Extract Text
Read all text from a PDF. Clean output, preserves paragraph structure.
🔗 Merge PDFs
Combine multiple PDFs into one file. Maintains page order.
✂️ Split PDF
Split a PDF by page ranges or extract specific pages.
📦 Compress PDF
Reduce file size. Offers two levels: light (fast, minimal loss) and heavy (smaller, may reduce quality).
🖼️ Convert PDF to Images
Convert each page to PNG/JPEG image. Useful for previews or presentations.
🖼️ Extract Images
Extract embedded images from PDF pages. Saves to output folder.
💧 Watermark
Add text or image watermark to every page. Configurable opacity and position.
🔒 Protect / Unprotect
Add or remove password protection on PDF files.
Usage Pattern
- Identify the PDF path and desired operation.
- Run the appropriate Python script.
- Output file is saved beside the input file (or in specified output path).
- Confirm result with the user.
Output
- Text extraction → clean text content
- Merge/Split/Compress/Protect → PDF file
- Convert to images → folder of image files
- Extract images → folder of image files
- Watermark → watermarked PDF
Critical Rules
- Never overwrite the original file unless user explicitly asks. Append
_outputto output filename. - For large PDFs (>100 pages), warn the user and ask before proceeding.
- Validate PDF is not corrupted before processing.
- For password-protected PDFs, ask for the password upfront.
- Use
pypdffor simple operations (merge, split, compress). UsePyMuPDFfor rendering and image extraction. - Compress only when user asks — don't compress silently.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pdf-power - After installation, invoke the skill by name or use
/pdf-power - Provide required inputs per the skill's parameter spec and get structured output
What is Pdf Power?
PDF toolkit: extract, merge, split, compress, convert, watermark, and protect PDFs. It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install Pdf Power?
Run "/install pdf-power" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pdf Power free?
Yes, Pdf Power is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pdf Power support?
Pdf Power is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pdf Power?
It is built and maintained by AndreAtaide86 (@andreataide86); the current version is v1.0.0.