将多个PDF文件合并为一个PDF文件。当用户需要合并PDF文档时使用此skill。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add cas-bigdatalab/piflow --skill pdf_merge --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pdf Merge?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cas-bigdatalab-pdf-merge)More formats (shields.io, HTML) on the badges page.
---
name: pdf_merge
description: 将多个PDF文件合并为一个PDF文件。当用户需要合并PDF文档时使用此skill。
license: Proprietary. LICENSE.txt has complete terms
name_zh: 将多个PDF文件合并为一个PDF文件算子
input_params:
- name: input_paths
type: list
required: true
description: 输入PDF文件路径列表(多个以空格分隔)
- name: output_path
type: string
required: true
description: 输出PDF文件路径
output_params:
- name: output_path
type: pdf_file
description: 合并后的PDF文件
tag: 数据转换
publisher: COMMUNITY
---
# pdf_merge 技能
## 功能说明
该技能将多个PDF文件合并为一个PDF文件,适用于需要将多个文档合并成完整报告的场景。
## 核心功能
- 支持合并多个PDF文件
- 按输入顺序合并页面
- 自动跳过不存在的文件
- 自动创建输出目录
## 使用方法
```bash
python scripts/run_pdf_merge.py --input_paths <文件1> <文件2> ... --output_path <输出PDF>
```
## 参数说明
| 参数 | 类型 | 必填 | 默认值 | 说明 |
| :--- | :--- | :--- | :--- | :--- |
| input_paths | list | 是 | - | 输入PDF文件路径列表(多个以空格分隔) |
| output_path | string | 是 | - | 输出PDF文件路径 |
## 示例
### 示例1:合并两个PDF
```bash
python scripts/run_pdf_merge.py --input_paths file1.pdf file2.pdf --output_path merged.pdf
```
### 示例2:合并多个PDF
```bash
python scripts/run_pdf_merge.py --input_paths report1.pdf report2.pdf appendix.pdf --output_path complete_report.pdf
```
## 注意事项
- 输入文件按顺序合并
- 不存在的文件会被跳过并显示警告
- 输出目录不存在时会自动创建
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"