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


