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


