PDF Merge Split Skill Complete Tutorial: One-Click Process Hundreds of PDF Files

Hello everyone, I'm Programmer Wanfeng, practicing various AI projects.
Contract archiving, report organization, invoice summary... these scenarios are inseparable from PDF processing.
Today I teach you to use PDF Merge Split Skill, one-click process hundreds of PDF files.
1. Skill Introduction
Function Overview
PDF Processing Skill can:
- ✅ Merge multiple PDFs into one
- ✅ Split PDF by page number/range
- ✅ Extract specified pages
- ✅ Rotate pages
- ✅ Compress PDF size
- ✅ Add/remove watermarks
- ✅ PDF to images
Applicable Scenarios
| Scenario | Example |
|---|---|
| Contract archiving | Merge 50 contracts into one file |
| Report organization | Split large reports by chapter |
| Invoice summary | Merge monthly invoices to submit to finance |
| Material sharing | Extract key pages from reports |
| File optimization | Compress PDF for email sending |
2. Install Skill
Coze Installation
- Open Coze Official Website
- Enter "Skill Store"
- Search "PDF Tools" or "PDF Merge"
- Click "Install"
OpenClaw Installation
1 | openclaw skills install pdf-utils |
3. Usage Tutorial
Basic Usage 1: Merge Multiple PDFs
Step 1: Prepare files
1 | /contracts/ |
Step 2: Tell AI your needs
You: Help me merge all PDFs in /contracts/ directory into one file
AI: I'll help you merge PDFs.
🔧 Using skill: pdf-utils
action: merge
files: 50 PDFs
## 🎓 AI 编程实战课程
想系统学习 AI 编程?程序员晚枫的 **AI 编程实战课** 帮你从零上手!
- 👉 **课程报名**:[点击这里报名,前3讲免费试听](https://r7up9.xetslk.com/s/1uP5YW)
- 👉 **免费试看**:[B站免费试看前3讲,先看看适不适合自己](https://www.bilibili.com/cheese/play/ss982042944)
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 程序员晚枫 - Python自动化办公与AI编程!

