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


