PDF Processing

SkillFiles & storage

Process and extract content from PDF files

Available today. Use it from your connected AI after setup.

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:

  1. Use bash to check if pdftotext is available: which pdftotext
  2. If not installed, suggest: brew install poppler (macOS) or apt install poppler-utils (Linux)
  3. Extract text: pdftotext input.pdf - (outputs to stdout)
  4. For structured extraction: pdftotext -layout input.pdf -
  5. 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