AgentSkillsCN

pdf-handling

在阅读前,先将 PDF 转换为文本与图片。

SKILL.md
--- frontmatter
name: pdf-handling
description: Extract PDFs to text and images before reading

PDF Extraction

Standard: python "$CLAUDE_PLUGIN_DIR/scripts/pdf_extract.py" "file.pdf" Unified: python "$CLAUDE_PLUGIN_DIR/scripts/pdf_extract_unified.py" "file.pdf"

Read the extracted .txt or _unified.md, not the PDF.