Agent Skills
› elisaterumi-ai/agent-skills-in-practice
› pdf-processor
pdf-processor
GitHub从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


