Agent Skills
› PrefectHQ/fastmcp
› pdf-processing
pdf-processing
GitHub提供PDF文档处理能力,包括文本提取、表单填写、文档合并及分页拆分。适用于需要自动化处理PDF文件内容的场景,通过调用相应工具实现高效文档操作。
Trigger Scenarios
需要从PDF文件中提取文本内容
需要填写或生成PDF表单
需要将多个PDF文档合并为一个
Install
npx skills add PrefectHQ/fastmcp --skill pdf-processing -g -y
SKILL.md
Frontmatter
{
"name": "pdf-processing",
"tags": [
"document",
"pdf",
"extraction"
],
"version": "1.0.0",
"description": "Extract text from PDFs, fill forms, and merge documents"
}
PDF Processing Skill
This skill helps you work with PDF documents.
Capabilities
- Extract text content from PDF files
- Fill form fields in PDF documents
- Merge multiple PDFs into one
- Split PDFs into separate pages
Usage
When working with PDFs, use the appropriate tools:
- For text extraction: Read the PDF and parse its content
- For forms: Identify form fields and fill them programmatically
- For merging: Combine multiple documents in the desired order
Additional Resources
See reference.md for detailed API documentation.
Version History
- 609f79b Current 2026-08-20 17:21


