Agent Skills
› skrun-dev/skrun
› pdf-processing
pdf-processing
GitHub提供PDF文本提取、表单填写及文件合并功能,适用于处理各类PDF文档的操作场景。
Trigger Scenarios
需要提取PDF中的文本内容
需要填写PDF表单
需要合并多个PDF文件
Install
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.
Version History
- 614fe6f Current 2026-07-24 11:33


