PDF Processing
SkillFiles & storageProcess and extract content from PDF files
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the PDF Processing skill
What this skill tells your AI
The instructions your AI receives, as published by lwmxiaobei/xbcode in skills/pdf/SKILL.md and read by ahel’s review.
To work with PDF files:
- Use
bashto check ifpdftotextis available:which pdftotext - If not installed, suggest:
brew install poppler(macOS) orapt install poppler-utils(Linux) - Extract text:
pdftotext input.pdf -(outputs to stdout) - For structured extraction:
pdftotext -layout input.pdf - - For page-specific extraction:
pdftotext -f 1 -l 5 input.pdf -(pages 1-5)
For PDF metadata: pdfinfo input.pdf
For PDF to images: pdftoppm -png input.pdf output_prefix
Signals
- GitHub stars
- 48
- Forks
- 4
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
pdf-lwmxiaobei- Source
- github.com/lwmxiaobei/xbcode