pdf-toolkit-pro
PDF批量处理技能包 - 一键合并、分割、压缩、转换PDF。适合办公人员、文档处理、自动化工作流。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gdp6539/pdf-toolkit-proPDF Toolkit Pro - PDF批量处理技能包
一句话介绍
一键处理100个PDF文件,合并、分割、压缩、转换全搞定。
解决什么问题?
- 合并PDF:多个PDF要逐个打开?→ 一键合并成1个
- 分割PDF:只要某几页?→ 快速提取指定页面
- 压缩PDF:文件太大发不了邮件?→ 一键压缩50%
- PDF转图片:需要提取内容?→ 批量转换成图片
功能清单
- 📄 PDF合并 - 多个PDF合并成1个
- ✂️ PDF分割 - 提取指定页面
- 🗜️ PDF压缩 - 减小文件体积
- 🖼️ PDF转图片 - 导出为PNG/JPG
- 📊 批量处理 - 一次处理整个文件夹
- ⚙️ 自定义配置 - 页面范围、质量、格式
快速开始
安装
npm install
使用
# 合并PDF
node scripts/merge.js input/*.pdf -o output/merged.pdf
# 分割PDF
node scripts/split.js input.pdf -p 1-5 -o output/
# 压缩PDF
node scripts/compress.js input.pdf -o output/compressed.pdf
# PDF转图片
node scripts/to-image.js input.pdf -o output/images/
# 批量处理
node scripts/batch.js input/ -o output/ --operation merge
配置示例
{
"operations": ["merge", "compress"],
"outputFormat": "pdf",
"quality": "medium",
"pageRange": "all",
"imageFormat": "png",
"imageDPI": 150
}
文件结构
pdf-toolkit-pro/
├── SKILL.md # 技能说明
├── README.md # 产品文档
├── package.json # 依赖配置
├── scripts/
│ ├── merge.js # PDF合并
│ ├── split.js # PDF分割
│ ├── compress.js # PDF压缩
│ ├── to-image.js # PDF转图片
│ └── batch.js # 批量处理
├── templates/
│ └── config.json # 配置模板
└── examples/
└── sample.pdf # 示例文件
适用人群
- 办公人员
- 文档管理员
- 学生/教师
- 律师/会计
- 设计师
价格
- 基础版:¥99(合并+分割+压缩)
- 专业版:¥199(+PDF转图片+批量处理+API接口)
开发者:AI-Company 联系:通过ClawHub
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gdp6539-pdf-toolkit-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
Lead Radar
Every morning, scans Reddit, Hacker News, Indie Hackers, Stack Overflow, Quora, Hashnode, Dev.to, GitHub, and Lobsters for people actively asking for what you sell. Delivers the top 10 buying-intent leads to your Telegram with a pre-drafted reply. Powered by Gemini 2.5 Flash.
obsidian-cli
Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, bases, templates, themes, plugins, sync, publish, workspaces, and developer tools.