Agent Skills
› elisaterumi-ai/agent-skills-in-practice
› pdf-processor
pdf-processor
GitHub从PDF文档中提取文本,识别关键部分并生成结构化摘要。适用于需要处理PDF文件内容、提取核心信息及保留文档结构的场景。
Trigger Scenarios
用户要求分析或总结PDF文档内容
需要从PDF文件中提取特定信息
Install
npx skills add elisaterumi-ai/agent-skills-in-practice --skill pdf-processor -g -y
SKILL.md
Frontmatter
{
"name": "pdf-processor",
"description": "Extracts and summarizes content from PDF documents. Use when working with PDF files."
}
Instructions
- Extract text from the document
- Identify key sections or themes
- Summarize relevant information
- Preserve important structure
Output Format
Summary
Main points of the document
Key Sections
- Section 1
- Section 2
Version History
- 281cc81 Current 2026-07-24 16:50


