Agent Skills
› skrun-dev/skrun
› pdf-processing
pdf-processing
GitHub该技能用于处理PDF文件,支持从PDF中提取文本、填写表单以及合并多个PDF文件。用户需提供PDF文件路径并指定所需的操作类型。
触发场景
需要从PDF文件中提取文本内容
需要填写PDF表单
需要合并多个PDF文件
安装
npx skills add skrun-dev/skrun --skill pdf-processing -g -y
SKILL.md
Frontmatter
{
"name": "pdf-processing",
"license": "Apache-2.0",
"metadata": {
"author": "example-org",
"version": "1.0"
},
"description": "Extract PDF text, fill forms, merge files. Use when handling PDFs.",
"allowed-tools": "Bash(git:*) Read",
"compatibility": "Requires Python 3.14+ and uv"
}
PDF Processing Skill
This skill handles PDF operations including:
- Text extraction from PDF files
- Form filling
- PDF merging
Usage
Provide a PDF file path and the desired operation.
版本历史
- 614fe6f 当前 2026-07-24 11:33


